You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
3 lines
166 B
C
3 lines
166 B
C
uint32_t flash_get_sector_info(uint32_t addr, uint32_t *start_addr, uint32_t *size);
|
|
void flash_write(uint32_t flash_dest, const uint32_t *src, uint32_t num_word32);
|