IRQ driven RX on UART0

See examples/terminal/ for usage
This commit is contained in:
Johan Kanflo 2015-08-07 22:41:13 +02:00
parent 64a1e5598b
commit 9d80dc441f
7 changed files with 217 additions and 1 deletions

View file

@ -0,0 +1,11 @@
# Component makefile for extras/serial-driver
#
# See examples/terminal for usage
INC_DIRS += $(ROOT)extras/serial-driver
# args for passing into compile rule generation
extras/serial-driver_INC_DIR = $(ROOT)extras/serial-driver
extras/serial-driver_SRC_DIR = $(ROOT)extras/serial-driver
$(eval $(call component_compile_rules,extras/serial-driver))