main: Add UART I/O helpers
This commit is contained in:
parent
7bbb47a844
commit
6604670490
2 changed files with 120 additions and 0 deletions
|
|
@ -48,6 +48,8 @@ spat_debug = []
|
|||
# enable ST7789 based display
|
||||
screen = ["dep:mipidsi", "dep:embedded-graphics", "dep:embedded-hal-bus", "dep:profont"]
|
||||
|
||||
# internal feature, that any UART I/O is enabled
|
||||
_uart = []
|
||||
|
||||
[dependencies]
|
||||
esp-hal = { version = "~1.1.0", optional = true, features = ["esp32c5", "log-04", "unstable"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue