Kconfig.uart 384 B

1234567891011
  1. menu "UART Configuration"
  2. config UART_ISR_IN_IRAM
  3. bool "Place UART ISR function into IRAM"
  4. depends on !RINGBUF_PLACE_ISR_FUNCTIONS_INTO_FLASH
  5. default n
  6. help
  7. If this option is not selected, UART interrupt will be disabled for a long time and
  8. may cause data lost when doing spi flash operation.
  9. endmenu # UART Configuration