* ESP Insights: Added library support * ESP Insights: Added Examples * ESP Insights: Added custom partitions file * ESP Insights: Added API documentation. * Added recipe and script to create Insights package * Updated ESP Insights examples. * Changed Insights Firmware package output directory * Changed license to include SPDX license * Fix Insights package for Windows * Updated .exe of insights script * Added coredump partition to all schemes * Updated header files of Insights diagnostics * hotfix: Added elf-sha256-offset flag in elf2bin builder * Update API to be more Arduino-like and partitions offsets Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
378 B
378 B
| 1 | # Name, Type, SubType, Offset, Size, Flags |
|---|---|
| 2 | nvs, data, nvs, 0x9000, 0x5000, |
| 3 | otadata, data, ota, 0xe000, 0x2000, |
| 4 | app0, app, ota_0, 0x10000, 0x200000, |
| 5 | app1, app, ota_1, 0x210000,0x200000, |
| 6 | ffat, data, fat, 0x410000,0xBE0000, |
| 7 | coredump, data, coredump,0xFF0000,0x10000, |
| 8 | # to create/use ffat, see https://github.com/marcmerlin/esp32_fatfsimage |