mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-27 12:20:56 +00:00

* Fix esp-bootloader-esp-idf * Use OTA enabled partition table for examples * Add simple OTA example * CHANGELOG.md * Create a dummy `ota_image` in CI * mkdir * Remove unnecessary details from CHANGELOG * Make non-Window's users life easier * Test ROM function in esp-bootloader-esp-idf * Fix
341 B
341 B
1 | # ESP-IDF Partition Table |
---|---|
2 | # Name, Type, SubType, Offset, Size, Flags |
3 | nvs, data, nvs, 0x9000,0x4000, |
4 | otadata, data, ota, 0xd000,0x2000, |
5 | phy_init, data, phy, 0xf000,0x1000, |
6 | factory, app, factory,0x10000,0x100000, |
7 | ota_0, app, ota_0, 0x110000,0x100000, |
8 | ota_1, app, ota_1, 0x210000,0x100000, |