Merge branch 'feat/intr_alloc_force_intrno' into 'master'
feat(esp_hw_support): add the possibility to allocate two sources to the same interrupt line Closes IDF-9552 See merge request espressif/esp-idf!35473
This commit is contained in:
@@ -36,8 +36,8 @@ if(NOT CONFIG_TEST_MEMPROT AND NOT CONFIG_ESP_COREDUMP_CAPTURE_DRAM)
|
||||
esp_common esp_hw_support soc hal freertos)
|
||||
if(CONFIG_ESP_COREDUMP_CHECKSUM_SHA256)
|
||||
if(CONFIG_IDF_TARGET_ESP32S2)
|
||||
# due to the ram limitation, coredump is removed from esp32s2 built
|
||||
list(REMOVE_ITEM ubsan_components espcoredump)
|
||||
# due to the ram limitation, coredump and freertos are removed from esp32s2 built
|
||||
list(REMOVE_ITEM ubsan_components espcoredump freertos)
|
||||
endif()
|
||||
endif()
|
||||
foreach(component IN LISTS ubsan_components)
|
||||
|
||||
Reference in New Issue
Block a user