Searched full:sdl (Results 1 – 17 of 17) sorted by relevance
/Zephyr-Core-2.7.6/drivers/display/ |
D | Kconfig.sdl | 1 # SDL based emulated display configuration options 7 bool "SDL based emulated display" 11 Enable SDL based emulated display compliant with display driver API. 16 string "SDL display device name" 20 int "X resolution for SDL display" 24 int "Y resolution for SDL display"
|
D | Kconfig | 27 source "drivers/display/Kconfig.sdl"
|
D | display_sdl.c | 9 #include <SDL.h> 58 LOG_ERR("Failed to create SDL window: %s", SDL_GetError()); in sdl_display_init() 65 LOG_ERR("Failed to create SDL renderer: %s", in sdl_display_init() 75 LOG_ERR("Failed to create SDL texture: %s", SDL_GetError()); in sdl_display_init()
|
/Zephyr-Core-2.7.6/drivers/kscan/ |
D | Kconfig.sdl | 5 bool "SDL event filter for touch panel emulation" 8 Enable driver for the SDL mouse event filter. 11 string "SDL kscan device name"
|
D | kscan_sdl.c | 10 #include <SDL.h> 109 DEVICE_DEFINE(sdl, CONFIG_SDL_POINTER_KSCAN_DEV_NAME, sdl_init,
|
D | Kconfig | 15 source "drivers/kscan/Kconfig.sdl"
|
/Zephyr-Core-2.7.6/boards/xtensa/intel_adsp_cavs15/tools/lib/ |
D | stream_desc.py | 197 self.sdl = [] 200 self.sdl.append(sd) 203 for sd in self.sdl: 208 for sd in self.sdl: 212 sd = self.sdl[idx] 222 if not self.sdl[idx].used: 224 self.sdl[idx].used = False 226 self.sdl[idx].pause() 227 self.sdl[idx].reset() 228 self.sdl[idx].free_memory()
|
D | loader.py | 62 self.sdl = None 72 self.sdl = StreamDescList(self.dev) 81 self.sdl.close() 101 self.sdl.reset_all() 171 sd = self.sdl.get_sd(self.dma_id) 186 # Load firmware to DMA buffer and update SD and SDL 199 self.sdl.release_sd(sd.idx)
|
/Zephyr-Core-2.7.6/boards/posix/native_posix/ |
D | Kconfig | 26 This option specifies that the target board has SDL support
|
D | sdl_events.c | 7 #include <SDL.h>
|
/Zephyr-Core-2.7.6/samples/subsys/display/lvgl/ |
D | sample.yaml | 32 sample.display.lvgl.sdl:
|
/Zephyr-Core-2.7.6/samples/drivers/display/ |
D | sample.yaml | 53 sample.display.sdl:
|
/Zephyr-Core-2.7.6/samples/sensor/th02/ |
D | README.rst | 29 using you might need to connect two 10K ohm resistors to SDL and and SDA (I2C).
|
/Zephyr-Core-2.7.6/doc/security/ |
D | security-citations.rst | 17 .. [MS12] Microsoft Corporation, Security Development Lifecycle - SDL
|
/Zephyr-Core-2.7.6/doc/releases/ |
D | release-notes-1.14.rst | 711 * A display driver that will render to a dedicated window using the SDL 742 * Added SDL based display emulation driver
|
D | release-notes-2.3.rst | 463 * Added SDL mouse driver
|
/Zephyr-Core-2.7.6/scripts/release/ |
D | twister_last_release.csv | 44050 samples/drivers/display/sample.display.sdl,posix,native_posix_64,True,,,na,0,0,0
|