zephyr/subsys
Joakim Andersson 1738f0e64b console: tty: Fix k_sem_take with wait time from ISR
Fix k_sem_take called with a timeout value other than K_NO_WAIT from
isr.
This happens when tty_irq_input_hook calls tty_putchar with the `~`
character to give the user a clue that input was lost.

This resulted in the following assert in sem.c:
	ASSERTION FAIL @ WEST_TOPDIR/zephyr/kernel/sem.c:140

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
2020-06-17 17:10:08 +02:00
..
bluetooth Bluetooth: kconfig: Disable advertising extension until feature complete 2020-06-17 17:09:59 +02:00
canbus
console console: tty: Fix k_sem_take with wait time from ISR 2020-06-17 17:10:08 +02:00
cpp
debug
dfu
disk
fb
fs
jwt
logging logging: enhanced external logsystems 2020-06-17 17:08:12 +02:00
mgmt
net net: openthread: improved OT log interface 2020-06-17 17:08:12 +02:00
power
random
settings settings: Fix uninitialised variables 2020-06-17 08:55:59 +03:00
shell
stats
storage
testsuite
tracing
usb usb: Set thread names in usb device classes 2020-06-15 16:55:01 +02:00
CMakeLists.txt
Kconfig