Add lightweight printf support
For now, printf() isn't hooked up to anything, but snprintf() can be used to create a string to pass off to usart.tx_blocking().
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[submodule "firmware/ThirdParty/printf"]
|
||||
path = firmware/ThirdParty/printf
|
||||
url = https://github.com/mpaland/printf.git
|
||||
Reference in New Issue
Block a user