feat(modbus): add esp32p4 target support for modbus examples

This commit is contained in:
Alex Lisitsyn
2024-01-26 21:07:59 +08:00
parent e81932d2b2
commit f68c3bb710
11 changed files with 15 additions and 26 deletions

View File

@@ -1,10 +1,9 @@
#
# Modbus configuration
#
CONFIG_FMB_TIMER_PORT_ENABLED=n
CONFIG_MB_COMM_MODE_ASCII=y
CONFIG_MB_UART_BAUD_RATE=115200
CONFIG_FMB_TIMER_PORT_ENABLED=n
CONFIG_FMB_TIMER_ISR_IN_IRAM=y
CONFIG_FMB_MASTER_DELAY_MS_CONVERT=200
CONFIG_FMB_MASTER_TIMEOUT_MS_RESPOND=400
CONFIG_FMB_TIMER_USE_ISR_DISPATCH_METHOD=y