IRQ driven RX on UART0
See examples/terminal/ for usage
This commit is contained in:
parent
64a1e5598b
commit
9d80dc441f
7 changed files with 217 additions and 1 deletions
11
extras/serial-driver/component.mk
Normal file
11
extras/serial-driver/component.mk
Normal 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))
|
||||
Loading…
Add table
Add a link
Reference in a new issue