mirror of
https://github.com/m5stack/M5Stack_MicroPython.git
synced 2026-09-17 00:30:38 -07:00
use on top of esp-idf wear leveling 512 Bytes sector size added Fixed bug in utime module reversed sleep() and block_sleep() functions Some WiFi events messages replaced with esp-idf log messages Added hypot() method to math module
564 B
564 B
| 1 | # ------------------------------------------------------- |
|---|---|
| 2 | # - Partition layout generaded by BUILD.sh script - |
| 3 | # ------------------------------------------------------- |
| 4 | # Name, Type, SubType, Offset, Size, Flags |
| 5 | # ------------------------------------------------------- |
| 6 | nvs, data, nvs, 0x9000, 16K, |
| 7 | otadata, data, ota, 0xd000, 8K, |
| 8 | phy_init, data, phy, 0xf000, 4K, |
| 9 | MicroPython_1, app, ota_0, 0x10000, 1408K, |
| 10 | MicroPython_2, app, ota_1, , 1408K, |
| 11 | internalfs, data, spiffs, , 1024K, |