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
12 lines
286 B
Text
12 lines
286 B
Text
#
|
|
# Modbus configuration
|
|
#
|
|
CONFIG_FMB_TIMER_PORT_ENABLED=y
|
|
CONFIG_FMB_TIMER_GROUP=0
|
|
CONFIG_FMB_TIMER_INDEX=0
|
|
CONFIG_FMB_TIMER_ISR_IN_IRAM=y
|
|
CONFIG_FMB_MASTER_DELAY_MS_CONVERT=200
|
|
CONFIG_FMB_MASTER_TIMEOUT_MS_RESPOND=150
|
|
CONFIG_MB_UART_RXD=22
|
|
CONFIG_MB_UART_TXD=23
|
|
CONFIG_MB_UART_RTS=18
|