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
10
extras/tsoftuart/component.mk
Normal file
10
extras/tsoftuart/component.mk
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Component makefile for extras/tsoftuart
|
||||
|
||||
# Expected anyone using tsoftuart includes it as 'tsoftuart/tsoftuart.h'
|
||||
INC_DIRS += $(tsoftuart_ROOT)..
|
||||
|
||||
# args for passing into compile rule generation
|
||||
tsoftuart_INC_DIR =
|
||||
tsoftuart_SRC_DIR = $(tsoftuart_ROOT)
|
||||
|
||||
$(eval $(call component_compile_rules,tsoftuart))
|
||||
Loading…
Add table
Add a link
Reference in a new issue