Skip to content

Commit

Permalink
Use the partitions.csv file in the git root
Browse files Browse the repository at this point in the history
Fixes ivmarkov#116

Also bails with build failures if the image would not fit into the partitions defined by the csv file.
  • Loading branch information
axos88 authored Sep 25, 2022
1 parent 354e0b3 commit 21b97c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL=y

# Future: proper back-trace for esp32c3
#CONFIG_ESP_SYSTEM_USE_EH_FRAME=y

#Use the partitions.csv file in the git root
CONFIG_PARTITION_TABLE_SINGLE_APP=
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="../../../../../../partitions.csv"

0 comments on commit 21b97c6

Please sign in to comment.