File tree Expand file tree Collapse file tree 6 files changed +3
-12
lines changed Expand file tree Collapse file tree 6 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 1919#define SRAM_SEG_END 0x4084E9A0 /* 2nd stage bootloader iram_loader_seg start address */
2020#define SRAM_SEG_SIZE SRAM_SEG_END - SRAM_SEG_START
2121
22- #if CONFIG_APP_BUILD_USE_FLASH_SECTIONS
2322/*
2423 * IDRAM0_2_SEG_SIZE_DEFAULT is used when page size is 64KB
2524 */
2625#define IDRAM0_2_SEG_SIZE (CONFIG_MMU_PAGE_SIZE << 8)
27- #endif
2826
2927MEMORY
3028{
Original file line number Diff line number Diff line change 1919#define SRAM_SEG_END 0x4083ea70 /* 2nd stage bootloader iram_loader_seg start address */
2020#define SRAM_SEG_SIZE SRAM_SEG_END - SRAM_SEG_START
2121
22- #if CONFIG_APP_BUILD_USE_FLASH_SECTIONS
2322/*
2423 * IDRAM0_2_SEG_SIZE_DEFAULT is used when page size is 64KB
2524 */
2625#define IDRAM0_2_SEG_SIZE (CONFIG_MMU_PAGE_SIZE << 8)
27- #endif
2826
2927MEMORY
3028{
Original file line number Diff line number Diff line change 2626#define SRAM_HIGH_SIZE 0x80000 - CONFIG_CACHE_L2_CACHE_SIZE
2727#define SRAM_HIGH_END SRAM_HIGH_START + SRAM_HIGH_SIZE
2828
29-
30- #if CONFIG_APP_BUILD_USE_FLASH_SECTIONS
3129#define IDROM_SEG_SIZE (CONFIG_MMU_PAGE_SIZE << 10)
32- #endif
3330
3431#define LP_ROM_DRAM_START 0x5010fa80 // Value taken from ROM elf, includes LP ROM stack
3532#define LP_RAM_END 0x50110000
Original file line number Diff line number Diff line change @@ -45,9 +45,6 @@ tools/test_apps/system/gdb_loadable_elf:
4545 - if : IDF_TARGET == "esp32c6" or IDF_TARGET == "esp32h2"
4646 temporary : true
4747 reason : target esp32c6, esp32h2 is not supported yet
48- - if : IDF_TARGET == "esp32p4"
49- temporary : true
50- reason : build failed. IDF-11133
5148
5249tools/test_apps/system/longjmp_test :
5350 enable :
Original file line number Diff line number Diff line change 1- | Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C61 | ESP32-S2 | ESP32-S3 |
2- | ----------------- | ----- | -------- | -------- | -------- | --------- | -------- | -------- |
1+ | Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C61 | ESP32-P4 | ESP32- S2 | ESP32-S3 |
2+ | ----------------- | ----- | -------- | -------- | -------- | --------- | -------- | -------- | -------- |
33
44# Loadable ELF test application
55
Original file line number Diff line number Diff line change 1+ CONFIG_LOG_DEFAULT_LEVEL_NONE=y
12CONFIG_APP_BUILD_TYPE_RAM=y
23CONFIG_VFS_SUPPORT_TERMIOS=n
34CONFIG_NEWLIB_NANO_FORMAT=y
You can’t perform that action at this time.
0 commit comments