Softuart (#307)
* extras/softuart: support for multiple UARTs, dynamic RX/TX pins
This commit is contained in:
parent
fda5d0b942
commit
6b0547b963
7 changed files with 463 additions and 0 deletions
10
extras/softuart/component.mk
Normal file
10
extras/softuart/component.mk
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Component makefile for extras/softuart
|
||||
|
||||
# expected anyone using this driver includes it as 'softuart/softuart.h'
|
||||
INC_DIRS += $(softuart_ROOT)..
|
||||
|
||||
# args for passing into compile rule generation
|
||||
softuart_SRC_DIR = $(softuart_ROOT)
|
||||
|
||||
$(eval $(call component_compile_rules,softuart))
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue