Commit Graph

2 Commits

Author SHA1 Message Date
Fabio Baltieri c6849fb434 input: use K_KERNEL_STACK_SIZEOF to set the thread stack size
Use K_KERNEL_STACK_SIZEOF instead of the config directly to set the
stack size in k_thread_create() calls.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2026-04-20 16:55:18 +08:00
Fabio Baltieri 7627fd434c input: add a linux-evdev device
Add a device driver to read events from a Linux evdev device node and
inject them back as Zephyr input events.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2026-04-20 16:54:32 +08:00