mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
hal: fix CONFIG_TWAI_ISR_IN_IRAM not taking effect for C3/H2
This commit is contained in:
committed by
Michael (XIAO Xufeng)
parent
ad857b5f2b
commit
c38eeeeda1
@ -13,11 +13,8 @@ entries:
|
||||
cpu_hal (noflash)
|
||||
soc_hal (noflash)
|
||||
wdt_hal_iram (noflash)
|
||||
if IDF_TARGET_ESP32C3 = n:
|
||||
if TWAI_ISR_IN_IRAM = y:
|
||||
twai_hal_iram (noflash)
|
||||
else:
|
||||
twai_hal_iram (default)
|
||||
if TWAI_ISR_IN_IRAM = y:
|
||||
twai_hal_iram (noflash)
|
||||
if IDF_TARGET_ESP32 = n:
|
||||
spi_flash_hal_gpspi (noflash)
|
||||
systimer_hal (noflash)
|
||||
|
Reference in New Issue
Block a user