Skip to content

Commit 21b97c6

Browse files
authored
Use the partitions.csv file in the git root
Fixes ivmarkov#116 Also bails with build failures if the image would not fit into the partitions defined by the csv file.
1 parent 354e0b3 commit 21b97c6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: sdkconfig.defaults

+5
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,8 @@ CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL=y
2222

2323
# Future: proper back-trace for esp32c3
2424
#CONFIG_ESP_SYSTEM_USE_EH_FRAME=y
25+
26+
#Use the partitions.csv file in the git root
27+
CONFIG_PARTITION_TABLE_SINGLE_APP=
28+
CONFIG_PARTITION_TABLE_CUSTOM=y
29+
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="../../../../../../partitions.csv"

0 commit comments

Comments
 (0)