mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
fix(core): fixed misc wrong jira references
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
|
||||
@@ -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 |
|
||||
| ----------------- | ----- | -------- | -------- | -------- | --------- |
|
||||
|
||||
Reference in New Issue
Block a user