Home
last modified time | relevance | path

Searched full:sdl (Results 1 – 25 of 40) sorted by relevance

12

/Zephyr-latest/tests/drivers/display/display_read_write/
Dtestcase.yaml10 drivers.display.read_write.sdl.argb8888:
16 drivers.display.read_write.sdl.rgb888:
22 drivers.display.read_write.sdl.mono01:
28 drivers.display.read_write.sdl.mono10:
34 drivers.display.read_write.sdl.mono01.lsbfirst:
41 drivers.display.read_write.sdl.mono10.lsbfirst:
48 drivers.display.read_write.sdl.rgb565:
54 drivers.display.read_write.sdl.bgr565:
/Zephyr-latest/boards/native/common/sdl/
DKconfig10 This option specifies that the target board has SDL support
13 int "SDL thread sleep interval"
17 Sleep interval time of SDL thread to handle events in milliseconds.
20 int "SDL thread priority"
24 Priority of SDL thread to handle events.
Dsdl_events_bottom.c7 * "Bottom" of the SDL event handler for the POSIX architecture.
14 #include <SDL.h>
63 * Initialize the SDL library
Dsdl_events_bottom.h14 /* Note: None of these functions are public interfaces. But internal to the SDL event handling */
Dsdl_events.c45 K_THREAD_DEFINE(sdl, CONFIG_ARCH_POSIX_RECOMMENDED_STACK_SIZE,
/Zephyr-latest/drivers/gpio/
DKconfig.emul_sdl1 # GPIO emulation using SDL keyboard events
7 bool "SDL GPIO emulation"
13 Enable GPIO emulation using SDL keyboard events.
Dgpio_emul_sdl_bottom.h7 * "Bottom" of the SDL GPIO emulator.
22 /* Note: None of these are public interfaces. But internal to the SDL GPIO emulator */
Dgpio_emul_sdl_bottom.c8 #include <SDL.h>
/Zephyr-latest/drivers/display/
DKconfig.sdl1 # SDL based emulated display configuration options
7 bool "SDL based emulated display"
12 Enable SDL based emulated display compliant with display driver API.
47 SDL window zoom percentage to adjust readability on small screens
Ddisplay_sdl_bottom.c13 #include <SDL.h>
26 nsi_print_warning("Failed to create SDL window: %s", SDL_GetError()); in sdl_display_init_bottom()
37 nsi_print_warning("Failed to create SDL renderer: %s", in sdl_display_init_bottom()
44 nsi_print_warning("Failed to create SDL mutex: %s", SDL_GetError()); in sdl_display_init_bottom()
53 nsi_print_warning("Failed to create SDL texture: %s", SDL_GetError()); in sdl_display_init_bottom()
61 nsi_print_warning("Failed to create SDL texture for read: %s", SDL_GetError()); in sdl_display_init_bottom()
68 nsi_print_warning("Failed to create SDL texture: %s", SDL_GetError()); in sdl_display_init_bottom()
120 nsi_print_warning("Failed to lock SDL mutex: %s", SDL_GetError()); in sdl_display_write_bottom()
151 nsi_print_warning("Failed to lock SDL mutex: %s", SDL_GetError()); in sdl_display_read_bottom()
Ddisplay_sdl_bottom.h7 * "Bottom" of the SDL display driver.
21 /* Note: None of these functions are public interfaces. But internal to the SDL display driver */
/Zephyr-latest/dts/bindings/gpio/
Dzephyr,gpio-emul-sdl.yaml5 SDL keyboard GPIO input Emulator
7 Simulate GPIO state/interrupts using SDL keyboard events. This node has
30 compatible = "zephyr,gpio-emul-sdl";
53 compatible: "zephyr,gpio-emul-sdl"
62 An array of SDL scancodes mapped to its GPIO index
/Zephyr-latest/dts/bindings/input/
Dzephyr,input-sdl-touch.yaml4 description: SDL based emulated touch panel
6 compatible: "zephyr,input-sdl-touch"
/Zephyr-latest/dts/bindings/display/
Dzephyr,sdl-dc.yaml4 description: SDL based emulated display controller
6 compatible: "zephyr,sdl-dc"
/Zephyr-latest/drivers/input/
DKconfig.sdl5 bool "SDL event filter for touch panel emulation"
10 Enable driver for the SDL mouse event filter.
Dinput_sdl_touch_bottom.h6 * "Bottom" of the SDL input driver.
21 /* Note: None of these are public interfaces. But internal to the SDL input driver */
Dinput_sdl_touch_bottom.c8 #include <SDL.h>
DKconfig33 source "drivers/input/Kconfig.sdl"
/Zephyr-latest/boards/native/native_posix/
DCMakeLists.txt29 add_subdirectory(${ZEPHYR_BASE}/boards/native/common/sdl/ ${CMAKE_CURRENT_BINARY_DIR}/sdl)
DKconfig33 source "boards/native/common/sdl/Kconfig"
/Zephyr-latest/boards/native/native_sim/
DCMakeLists.txt27 add_subdirectory(${ZEPHYR_BASE}/boards/native/common/sdl/ ${CMAKE_CURRENT_BINARY_DIR}/sdl)
Dnative_sim.dts192 compatible = "zephyr,sdl-dc";
197 input_sdl_touch: input-sdl-touch {
198 compatible = "zephyr,input-sdl-touch";
/Zephyr-latest/samples/modules/lvgl/demos/boards/
Dnative_posix.overlay8 compatible = "zephyr,sdl-dc";
Dnative_posix_64.overlay8 compatible = "zephyr,sdl-dc";
/Zephyr-latest/tests/cmake/hwm/board_extend/oot_root/boards/native/native_sim_extend/
Dnative_sim_native_one.dts181 compatible = "zephyr,sdl-dc";
186 input_sdl_touch: input-sdl-touch {
187 compatible = "zephyr,input-sdl-touch";

12