Skip to content

Commit

Permalink
Merge branch 'bugfix/twai_isr_iram_v4.3' into 'release/v4.3'
Browse files Browse the repository at this point in the history
hal: fix CONFIG_TWAI_ISR_IN_IRAM for C3, hide TWAI menu for C2 (v4.3)

See merge request espressif/esp-idf!20093
  • Loading branch information
suda-morris committed Sep 15, 2022
2 parents 4b6a6a2 + c38eeee commit 2ee1a33
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions components/hal/linker.lf
Expand Up @@ -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)

0 comments on commit 2ee1a33

Please sign in to comment.