Searched full:sdl (Results 1 – 25 of 40) sorted by relevance
12
/Zephyr-latest/tests/drivers/display/display_read_write/ |
D | testcase.yaml | 10 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/ |
D | Kconfig | 10 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.
|
D | sdl_events_bottom.c | 7 * "Bottom" of the SDL event handler for the POSIX architecture. 14 #include <SDL.h> 63 * Initialize the SDL library
|
D | sdl_events_bottom.h | 14 /* Note: None of these functions are public interfaces. But internal to the SDL event handling */
|
D | sdl_events.c | 45 K_THREAD_DEFINE(sdl, CONFIG_ARCH_POSIX_RECOMMENDED_STACK_SIZE,
|
/Zephyr-latest/drivers/gpio/ |
D | Kconfig.emul_sdl | 1 # GPIO emulation using SDL keyboard events 7 bool "SDL GPIO emulation" 13 Enable GPIO emulation using SDL keyboard events.
|
D | gpio_emul_sdl_bottom.h | 7 * "Bottom" of the SDL GPIO emulator. 22 /* Note: None of these are public interfaces. But internal to the SDL GPIO emulator */
|
D | gpio_emul_sdl_bottom.c | 8 #include <SDL.h>
|
/Zephyr-latest/drivers/display/ |
D | Kconfig.sdl | 1 # 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
|
D | display_sdl_bottom.c | 13 #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()
|
D | display_sdl_bottom.h | 7 * "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/ |
D | zephyr,gpio-emul-sdl.yaml | 5 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/ |
D | zephyr,input-sdl-touch.yaml | 4 description: SDL based emulated touch panel 6 compatible: "zephyr,input-sdl-touch"
|
/Zephyr-latest/dts/bindings/display/ |
D | zephyr,sdl-dc.yaml | 4 description: SDL based emulated display controller 6 compatible: "zephyr,sdl-dc"
|
/Zephyr-latest/drivers/input/ |
D | Kconfig.sdl | 5 bool "SDL event filter for touch panel emulation" 10 Enable driver for the SDL mouse event filter.
|
D | input_sdl_touch_bottom.h | 6 * "Bottom" of the SDL input driver. 21 /* Note: None of these are public interfaces. But internal to the SDL input driver */
|
D | input_sdl_touch_bottom.c | 8 #include <SDL.h>
|
D | Kconfig | 33 source "drivers/input/Kconfig.sdl"
|
/Zephyr-latest/boards/native/native_posix/ |
D | CMakeLists.txt | 29 add_subdirectory(${ZEPHYR_BASE}/boards/native/common/sdl/ ${CMAKE_CURRENT_BINARY_DIR}/sdl)
|
D | Kconfig | 33 source "boards/native/common/sdl/Kconfig"
|
/Zephyr-latest/boards/native/native_sim/ |
D | CMakeLists.txt | 27 add_subdirectory(${ZEPHYR_BASE}/boards/native/common/sdl/ ${CMAKE_CURRENT_BINARY_DIR}/sdl)
|
D | native_sim.dts | 192 compatible = "zephyr,sdl-dc"; 197 input_sdl_touch: input-sdl-touch { 198 compatible = "zephyr,input-sdl-touch";
|
/Zephyr-latest/samples/modules/lvgl/demos/boards/ |
D | native_posix.overlay | 8 compatible = "zephyr,sdl-dc";
|
D | native_posix_64.overlay | 8 compatible = "zephyr,sdl-dc";
|
/Zephyr-latest/tests/cmake/hwm/board_extend/oot_root/boards/native/native_sim_extend/ |
D | native_sim_native_one.dts | 181 compatible = "zephyr,sdl-dc"; 186 input_sdl_touch: input-sdl-touch { 187 compatible = "zephyr,input-sdl-touch";
|
12