tsoftuart: add a softare timer base UART driver, and example.
This commit is contained in:
parent
05da9151ee
commit
5ab0d05768
8 changed files with 349 additions and 0 deletions
7
examples/tsoftuart/FreeRTOSConfig.h
Normal file
7
examples/tsoftuart/FreeRTOSConfig.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#define configUSE_TRACE_FACILITY 1
|
||||
#define configGENERATE_RUN_TIME_STATS 1
|
||||
#define portGET_RUN_TIME_COUNTER_VALUE() (RTC.COUNTER)
|
||||
#define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() {}
|
||||
|
||||
/* Use the defaults for everything else */
|
||||
#include_next<FreeRTOSConfig.h>
|
||||
Loading…
Add table
Add a link
Reference in a new issue