arduino-esp32/variants/cytron_maker_feather_aiot_s3/partitions-8MB-tinyuf2.csv
Wai Weng 007badbbb2
Add New Board: Cytron Maker Feather AIoT S3. (#7348)
* Added support for Cytron Maker Feather AIoT S3.

* 1. Select OPI PSRAM by default.
2. Fixed pin name error in variant.cpp.
3. Added definition for RGB_BUILTIN.

* Define the RGB_BUILTIN as shown in #6979.

* Added pin definition for A12 (Vin Sense).
2022-10-25 11:57:07 +02:00

397 B

1# ESP-IDF Partition Table
2# Name, Type, SubType, Offset, Size, Flags
3# bootloader.bin,, 0x1000, 32K
4# partition table,, 0x8000, 4K
5nvs, data, nvs, 0x9000, 20K,
6otadata, data, ota, 0xe000, 8K,
7ota_0, 0, ota_0, 0x10000, 2048K,
8ota_1, 0, ota_1, 0x210000, 2048K,
9uf2, app, factory,0x410000, 256K,
10ffat, data, fat, 0x450000, 3776K,