This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vendors/espressif: esp-idf-v4.4.2 -> esp32s2-related
- Refactored CMakeLists.txt - Updated sdkconfig.defaults - Updated partition table to align both the app partitions
- Loading branch information
1 parent
0a31ab4
commit d26a7ce
Showing
8 changed files
with
75 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
vendors/espressif/boards/esp32s2/aws_demos/partition-table.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Name, Type, SubType, Offset, Size, Flags | ||
# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild | ||
nvs, data, nvs, 0x10000, 0x6000 | ||
otadata, data, ota, 0x16000, 0x2000 | ||
phy_init, data, phy, 0x18000, 0x1000 | ||
ota_0, 0, ota_0, 0x20000, 1500K | ||
ota_1, 0, ota_1, , 1500K | ||
storage, data, nvs, , 0x10000 | ||
nvs, data, nvs, 0x10000, 24K, | ||
otadata, data, ota, , 8K, | ||
phy_init, data, phy, , 4K, | ||
ota_0, app, ota_0, , 1536K, | ||
ota_1, app, ota_1, , 1536K, | ||
storage, data, nvs, , 64K |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
vendors/espressif/boards/esp32s2/aws_tests/partition-table.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Name, Type, SubType, Offset, Size, Flags | ||
# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild | ||
nvs, data, nvs, 0x10000, 0x6000 | ||
otadata, data, ota, 0x16000, 0x2000 | ||
phy_init, data, phy, 0x18000, 0x1000 | ||
ota_0, 0, ota_0, 0x20000, 1500K | ||
ota_1, 0, ota_1, , 1500K | ||
storage, data, nvs, , 0x10000 | ||
nvs, data, nvs, 0x10000, 24K, | ||
otadata, data, ota, , 8K, | ||
phy_init, data, phy, , 4K, | ||
ota_0, app, ota_0, , 1536K, | ||
ota_1, app, ota_1, , 1536K, | ||
storage, data, nvs, , 64K |
15 changes: 6 additions & 9 deletions
15
vendors/espressif/boards/esp32s2/aws_tests/sdkconfig.defaults
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters