-
-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for TX_DONE interrupt for ESP32 in IOControl modbus (#2535)
* Allow enabling of TX_DONE for ESP32 UART. Add interrupt mask control to smg_uart_intr_config_t * Update IOControl library with fixes for modbus on esp32c3, and use TX_DONE interrupt.
- Loading branch information
Showing
3 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule IOControl
updated
3 files
+1 −1 | src/DMX512/Device.cpp | |
+13 −1 | src/RS485/Controller.cpp | |
+6 −1 | src/Serial.cpp |