zephyr/subsys
Robert Lubos 4f9b9a4500 shell: telnet: Replace timer with a delayed work
A `k_timer` callback is called from the ISR context on certain devices
(nRF), which resulted in an assert in the kernel, as `telnet_send`, and
thus `net_context_send` used a mutex.

Fix the issue by replacing a timer used by the `shell_telnet` module
with a delayed work, which will execute it's callback in a system
workqueue context.

Fixes #22697

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2020-02-12 10:22:49 +02:00
..
bluetooth Bluetooth: host: Rename scan recv callback info struct 2020-02-11 23:57:27 +02:00
canbus canbus: isotp: Fix NULL deref after overflow 2020-02-10 12:32:01 +02:00
console
cpp kconfig: Replace some single-symbol 'if's with 'depends on' 2020-02-08 08:32:42 -05:00
debug kconfig: Replace some single-symbol 'if's with 'depends on' 2020-02-08 08:32:42 -05:00
dfu kconfig: Replace some single-symbol 'if's with 'depends on' 2020-02-08 08:32:42 -05:00
disk gpio: rename typedef for devicetree flags 2020-02-05 12:00:36 +01:00
fb kconfig: Replace some single-symbol 'if's with 'depends on' 2020-02-08 08:32:42 -05:00
fs
jwt kconfig: Replace some single-symbol 'if's with 'depends on' 2020-02-08 08:32:42 -05:00
logging kconfig: Replace some single-symbol 'if's with 'depends on' 2020-02-08 08:32:42 -05:00
mgmt kconfig: Replace some single-symbol 'if's with 'depends on' 2020-02-08 08:32:42 -05:00
net net: config: init: fix NET_NATIVE=n behavior 2020-02-10 23:31:05 +02:00
power power: device: deduplicate suspending code 2020-02-02 09:05:15 -05:00
random
settings settings: settings_register static table does not need mutex 2020-02-08 10:07:38 +02:00
shell shell: telnet: Replace timer with a delayed work 2020-02-12 10:22:49 +02:00
stats
storage
testsuite kconfig: Replace some single-symbol 'if's with 'depends on' 2020-02-08 08:32:42 -05:00
tracing tracing: usb: Fix build issues. 2020-02-07 20:06:17 -05:00
usb kconfig: Replace some single-symbol 'if's with 'depends on' 2020-02-08 08:32:42 -05:00
CMakeLists.txt tracing: move tracing under subsys/ 2020-02-07 15:58:05 -05:00
Kconfig tracing: move tracing under subsys/ 2020-02-07 15:58:05 -05:00