* extras/softuart: support for multiple UARTs, dynamic RX/TX pins
This commit is contained in:
mr-nice 2017-03-06 18:28:20 +01:00 committed by Ruslan V. Uss
parent fda5d0b942
commit 6b0547b963
7 changed files with 463 additions and 0 deletions

View 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))