瀏覽代碼

Add comment with link to forum thread about eeprom emulation limits

teensy4-core
PaulStoffregen 5 年之前
父節點
當前提交
7094459bed
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. +3
    -0
      teensy4/eeprom.c

+ 3
- 0
teensy4/eeprom.c 查看文件

#error "E2END is set larger than the maximum possible EEPROM size" #error "E2END is set larger than the maximum possible EEPROM size"
#endif #endif


// Conversation about how this code works & what the upper limits are
// https://forum.pjrc.com/threads/57377?p=214566&viewfull=1#post214566

static void flash_write(void *addr, const void *data, uint32_t len); static void flash_write(void *addr, const void *data, uint32_t len);
static void flash_erase_sector(void *addr); static void flash_erase_sector(void *addr);



Loading…
取消
儲存