Merge branch 'bugfix/twai_isr_iram_v4.4' into 'release/v4.4'

hal: fix CONFIG_TWAI_ISR_IN_IRAM for C3, hide TWAI menu for C2 (v4.4)

See merge request espressif/esp-idf!20092
pull/12165/head
Michael (XIAO Xufeng) 2022-09-23 02:25:26 +08:00
commit 7d4b99984d
1 zmienionych plików z 2 dodań i 5 usunięć

Wyświetl plik

@ -14,11 +14,8 @@ entries:
cpu_hal (noflash)
soc_hal (noflash)
wdt_hal_iram (noflash)
if IDF_TARGET_ESP32C3 = n && IDF_TARGET_ESP32H2 = 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)