add a helper library, uart_repl, which handles basic ANSI over UART
This commit is contained in:
parent
a89417e26e
commit
f30f57059d
6 changed files with 493 additions and 0 deletions
4
examples/uart_repl_test/FreeRTOSConfig.h
Normal file
4
examples/uart_repl_test/FreeRTOSConfig.h
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define configUSE_COUNTING_SEMAPHORES (1)
|
||||
|
||||
#include_next <FreeRTOSConfig.h>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue