mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
feat(uart): Add sdkconfig.ci.iram_safe test for UART driver
This commit is contained in:
5
components/driver/uart/linker.lf
Normal file
5
components/driver/uart/linker.lf
Normal file
@@ -0,0 +1,5 @@
|
||||
[mapping:uart_hal]
|
||||
archive: libhal.a
|
||||
entries:
|
||||
if UART_ISR_IN_IRAM = y:
|
||||
uart_hal_iram (noflash)
|
Reference in New Issue
Block a user