fix(core): fixed misc wrong jira references

This commit is contained in:
Marius Vikhammer
2026-01-28 11:05:13 +08:00
parent b40a7a853a
commit 961626e016
3 changed files with 8 additions and 10 deletions
@@ -15,7 +15,7 @@
#include "esp_private/esp_psram_extram.h"
#endif /* CONFIG_SPIRAM */
/* TODO: [ESP32S31] IDF-14655 */
/* TODO: [ESP32S31] IDF-15238 */
#ifdef BOOTLOADER_BUILD
// Without L bit set
@@ -39,5 +39,5 @@
void esp_cpu_configure_region_protection(void)
{
/* TODO: [ESP32S31] IDF-14655 */
/* TODO: [ESP32S31] IDF-15238 */
}
+4 -6
View File
@@ -164,10 +164,8 @@ tools/test_apps/system/test_watchpoint:
- if: IDF_TARGET in ["esp32", "esp32c3"] # Just one test per architecture
tools/test_apps/system/unicore_bootloader:
enable:
- if: SOC_CPU_CORES_NUM > 1
reason: the test should be run on multicore chips
disable:
- if: IDF_TARGET == "esp32s31"
temporary: true
reason: not supported yet # TODO: IDF-14685
- if: SOC_CPU_CORES_NUM == 1
reason: the test is only relevant for multicore chips
- if: CONFIG_NAME == "unicore_psram" and SOC_PSRAM_SUPPORTED != 1
- if: CONFIG_NAME == "multicore_psram" and SOC_PSRAM_SUPPORTED != 1
@@ -1,2 +1,2 @@
| Supported Targets | ESP32 | ESP32-H4 | ESP32-P4 | ESP32-S3 |
| ----------------- | ----- | -------- | -------- | -------- |
| Supported Targets | ESP32 | ESP32-H4 | ESP32-P4 | ESP32-S3 | ESP32-S31 |
| ----------------- | ----- | -------- | -------- | -------- | --------- |