extras/stdin_uart_interrupt: stdin via IRQ driven RX driver on UART0
See examples/terminal/ for usage
This commit is contained in:
parent
5301174290
commit
4cfe40d348
8 changed files with 306 additions and 1 deletions
13
extras/stdin_uart_interrupt/component.mk
Normal file
13
extras/stdin_uart_interrupt/component.mk
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Component makefile for extras/stdin_uart_interrupt
|
||||
#
|
||||
# See examples/terminal for usage. Well, actually there is no need to see it
|
||||
# for 'usage' as this module is a drop-in replacement for the original polled
|
||||
# version of reading from the UART.
|
||||
|
||||
INC_DIRS += $(ROOT)extras/stdin_uart_interrupt
|
||||
|
||||
# args for passing into compile rule generation
|
||||
extras/stdin_uart_interrupt_INC_DIR = $(ROOT)extras/stdin_uart_interrupt
|
||||
extras/stdin_uart_interrupt_SRC_DIR = $(ROOT)extras/stdin_uart_interrupt
|
||||
|
||||
$(eval $(call component_compile_rules,extras/stdin_uart_interrupt))
|
||||
Loading…
Add table
Add a link
Reference in a new issue