extras/softuart: add initial port
This is a initial port of esp8266-software-uart [1] and for now it only supports one RX port with 8n1. 1 https://github.com/plieningerweb/esp8266-software-uart
This commit is contained in:
parent
54ce6bbe1c
commit
cd43eb4311
4 changed files with 238 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