Skip to content

Commit 09f285e

Browse files
committed
move nvs partition on c3
1 parent e865141 commit 09f285e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

config/partitions.csv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Name, Type, SubType, Offset, Size, Flags
2+
phy_init, data, phy, 0xf000, 0x1000,
3+
factory, app, factory, 0x10000, 1M,
4+
nvs, data, nvs, , 128K,

config/sdkconfig.esp32c3

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG=n
33
CONFIG_ESP_CONSOLE_SECONDARY_NONE=y
44
# This is not doing anything:
55
# CONFIG_RTC_CLOCK_BBPLL_POWER_ON_WITH_USB=y
6+
7+
CONFIG_PARTITION_TABLE_CUSTOM=y
8+
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="config/partitions.csv"
9+
CONFIG_PARTITION_TABLE_FILENAME="config/partitions.csv"

0 commit comments

Comments
 (0)