zephyr/boards/posix/native_posix
Pieter De Gendt 1b40a17a38 boards: posix: native_posix: Handle SDL events in zephyr thread
This commit introduces a zephyr thread for SDL events. This allows
to use zephyr mutex locking with SDL callbacks.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
2022-10-05 13:11:15 +02:00
..
doc
CMakeLists.txt
Kconfig boards: posix: native_posix: Handle SDL events in zephyr thread 2022-10-05 13:11:15 +02:00
Kconfig.board
Kconfig.defconfig kscan: sdl: Convert driver over to devicetree 2022-08-12 17:54:03 -05:00
board.cmake
board_irq.h
board_soc.h
cmdline.c
cmdline.h
cmdline_common.c
cmdline_common.h
cpu_wait.c
hw_counter.c
hw_counter.h
hw_models_top.c boards: posix: native_posix: Handle SDL events in zephyr thread 2022-10-05 13:11:15 +02:00
hw_models_top.h boards/native_posix: Unwrap main loop to expose external event API 2022-08-26 11:57:46 +02:00
irq_ctrl.c
irq_ctrl.h
irq_handler.c
irq_handler.h
main.c arch/posix: Add libfuzzer support 2022-08-26 11:57:46 +02:00
native_posix.dts boards: posix: native_posix: enable can_loopback0 by default 2022-10-03 10:17:12 +02:00
native_posix.yaml
native_posix_64.dts
native_posix_64.yaml
native_posix_64_defconfig
native_posix_defconfig
native_rtc.c
native_rtc.h
native_tracing.h
sdl_events.c boards: posix: native_posix: Handle SDL events in zephyr thread 2022-10-05 13:11:15 +02:00
timer_model.c
timer_model.h
tracing.c