feat(esp_hw_support): two interrupts sources can now be mapped to the same interrupt line
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