zephyr/subsys/input
Fabio Baltieri 906724fb99 input: increase default stack size to 1024
The default 512 bytes stack size is a bit tight for some architecture
and leads to samples running out of stack. Let's default to 1024 and let
the user tweak it down if necessary.

Suggested-by: Benjamin Cabé <benjamin@zephyrproject.org>
Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2024-02-28 07:45:28 -06:00
..
CMakeLists.txt input: add two input to hid code translation functions 2024-01-24 10:44:40 +01:00
Kconfig input: increase default stack size to 1024 2024-02-28 07:45:28 -06:00
input.c
input_hid.c input: add two input to hid code translation functions 2024-01-24 10:44:40 +01:00
input_keymap.c input: keymap: use the non `_OR_NULL` DEVICE_DT_GET variant 2024-01-25 16:02:16 +00:00
input_longpress.c input: longpress: move constant entries pointer to the config struct 2024-01-19 13:49:43 +01:00
input_utils.c input: utils: fix kbd_matrix_state_log types 2024-01-22 11:20:50 +00:00