mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
cfdd5f0ef7
place timer interrupt handler into flash by default; add default settings for timer and UART interrupts to place them into IRAM into example defaults; CONFIG_FMB_TIMER_PORT_ENABLED default = n, when enabled, the UART_ISR_IN_IRAM set to y
11 lines
206 B
Plaintext
11 lines
206 B
Plaintext
#
|
|
# Modbus configuration
|
|
#
|
|
CONFIG_MB_UART_RXD=22
|
|
CONFIG_MB_UART_TXD=23
|
|
CONFIG_MB_UART_RTS=18
|
|
CONFIG_FMB_TIMER_PORT_ENABLED=y
|
|
CONFIG_FMB_TIMER_GROUP=0
|
|
CONFIG_FMB_TIMER_INDEX=0
|
|
CONFIG_FMB_TIMER_ISR_IN_IRAM=y
|