From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> Input handler can be used to interact with OS from test scripts. It is used for bluetooth testing at the moment. Changes: * v1: Use CONFIG_CONSOLE_* declarations, do init in system.c, use correct error. * RFCv3: Fix overflow bug * RFCv2: change callback type to void, rename ISR. Andrei Emeltchenko (2): Add serial console input handler Add UART_HOSTDRV_INTERRUPT_DRIVEN configure option arch/x86/bsp/driver_static_irq_stubs.s | 14 ++++++ drivers/console/uart_console.c | 91 ++++++++++++++++++++++++++++++++++ drivers/console/uart_console.h | 1 + make/target/kconfig/modules/io.kconf | 16 ++++++ 4 files changed, 122 insertions(+) -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html