Adding software flow control (XON/XOFF) to esp32/machine_uart.c #416
mark-hoy
started this conversation in
Board Specific
Replies: 1 comment 2 replies
-
You should be able to just maintain the file structure and place the
replacement file (with folder structure) in the micropy_updates folder.
… Message ID: ***@***.***
.com>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
During the compilation of LVGL + Micropython, the entire tree is pulled live and built. How do I patch in code to esp32/machine_uart.c ? I already have the code written a while ago by Mitch, so I just need to know the steps to either replace the file (or run patch on it?) during the build process. The Elecrow 7" esp32 panel has serial but lacks h/w flow control and we really need to prevent overruns of data on our serial communication line.
Beta Was this translation helpful? Give feedback.
All reactions