mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-29 05:10:55 +00:00

* Move all `embassy` examples to `async` and convert to individual projects * Move all peripheral examples to `peripheral` and convert to individual projects * Move all interrupt examples to `interrupt` and convert to individual projects * Move all `ble` examples to `ble` and convert to individual projects * Move all `esp-now` examples to `esp-now` and convert to individual projects * Move all Wi-Fi examples to `wifi` and convert to individual projects * Move all `ieee802154` examples to `ieee802154` and convert to individual projects * Move all OTA examples to `ota` and convert to individual projects * Remove files which are no longer required * Update `xtask` to handle new examples project layout * Update `examples/README.md` * Don't hide TOML parsing error in `is_published` * Update `fmt-packages` subcommand to handle new examples project layout
9 lines
341 B
CSV
9 lines
341 B
CSV
# ESP-IDF Partition Table
|
|
# Name, Type, SubType, Offset, Size, Flags
|
|
nvs, data, nvs, 0x9000, 0x4000,
|
|
otadata, data, ota, 0xd000, 0x2000,
|
|
phy_init, data, phy, 0xf000, 0x1000,
|
|
factory, app, factory, 0x10000, 0x100000,
|
|
ota_0, app, ota_0, 0x110000, 0x100000,
|
|
ota_1, app, ota_1, 0x210000, 0x100000,
|