Skip to content

Commit

Permalink
added esp32-s3-devkitc-1 target (pr3y#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
eadmaster committed Aug 2, 2024
1 parent 95a6aaf commit 89fafd9
Show file tree
Hide file tree
Showing 8 changed files with 1,396 additions and 11 deletions.
7 changes: 7 additions & 0 deletions custom_16Mb.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# https://docs.espressif.com/projects/esp-idf/en/v4.4.1/esp32s3/api-guides/partition-tables.html
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x6000,
phy_init, data, phy, 0xf000, 0x1000,
factory, app, factory, 0x10000, 0x4E0000,
spiffs, data, spiffs, 0x4F0000,0x1100000,
coredump, data, coredump,0x15F0000,0x10000,
Loading

0 comments on commit 89fafd9

Please sign in to comment.