Searched refs:generic (Results 1 – 25 of 190) sorted by relevance
12345678
/Zephyr-latest/drivers/flash/ |
D | Kconfig.gd32 | 20 Enable the generic backend for GD32 FMC v1 flash driver. 27 Enable the generic backend for GD32 FMC v2 flash driver. 34 Enable the generic backend for GD32 FMC v3 flash driver.
|
/Zephyr-latest/tests/drivers/build_all/gnss/ |
D | app.overlay | 17 gnss_nmea_generic: gnss-nmea-generic { 18 compatible = "gnss-nmea-generic";
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | Kconfig | 5 bool "Compile and run the generic sensor tests" 8 Enables building and running the generic sensor test suite that will 17 Controls the number of expected values to use in the generic sensor
|
D | CMakeLists.txt | 7 # Exclude main when running the generic test because ztest supplies its own
|
/Zephyr-latest/doc/services/portability/ |
D | cmsis_rtos_v1.rst | 8 generic tool interfaces. Though it was originally defined for ARM Cortex-M 10 making it generic. For more information on CMSIS RTOS v1, please refer
|
/Zephyr-latest/cmake/compiler/xt-clang/ |
D | generic.cmake | 3 include(${ZEPHYR_BASE}/cmake/compiler/xcc/generic.cmake)
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | video.rst | 6 The video driver API offers a generic interface to video devices. 41 controls available which can be generic, related to a device class or vendor 42 specific. The set/get control functions provide a generic scalable interface
|
/Zephyr-latest/lib/net_buf/ |
D | Kconfig | 9 This option enables support for generic network protocol 18 Enable logs and checks for the generic network buffers. 40 Enable extra debug logs and checks for the generic network buffers.
|
/Zephyr-latest/include/zephyr/drivers/misc/ |
D | README | 3 Misc (or miscellaneous) drivers are device drivers that do not expose generic 14 buffer required by generic display driver API. Instead, it exposes higher
|
/Zephyr-latest/subsys/stats/ |
D | Kconfig | 17 setting is disabled, statistics are assigned generic names of the 27 setting is disabled, statistics are assigned generic names of the
|
/Zephyr-latest/cmake/toolchain/zephyr/ |
D | generic.cmake | 3 include(${ZEPHYR_SDK_INSTALL_DIR}/cmake/zephyr/generic.cmake)
|
/Zephyr-latest/tests/drivers/bbram/generic/src/ |
D | fixture.c | 12 ZTEST_SUITE(generic, NULL, NULL, NULL, NULL, NULL);
|
/Zephyr-latest/tests/bluetooth/init/ |
D | pa_lna.overlay | 3 compatible = "generic-fem-two-ctrl-pins";
|
/Zephyr-latest/boards/shields/ssd1306/doc/ |
D | index.rst | 3 SSD1306 128x64(/32) pixels generic shield 9 This is a generic shield for 128x64(/32) pixel resolution OLED displays
|
/Zephyr-latest/samples/bluetooth/peripheral_hids/ |
D | README.rst | 5 Implement a Bluetooth HID peripheral (generic mouse) 12 for a generic mouse.
|
/Zephyr-latest/tests/drivers/bbram/generic/include/ |
D | fixture.h | 10 ZTEST(generic, test_##name##_##inst) \
|
/Zephyr-latest/doc/develop/toolchains/ |
D | custom_cmake.rst | 16 - :file:`cmake/toolchain/<toolchain name>/generic.cmake`: configures the 17 toolchain for "generic" use, which mostly means running the C preprocessor 28 :file:`generic.cmake` and :file:`target.cmake` files should contain. 53 add the set(TOOLCHAIN_USE_CUSTOM 1) cmake line to the generic.cmake and/or
|
/Zephyr-latest/boards/gaisler/generic_leon3/ |
D | generic_leon3.dts | 13 compatible = "gaisler,generic-leon3";
|
/Zephyr-latest/doc/hardware/peripherals/audio/ |
D | dai.rst | 9 The DAI (Digital Audio Interface) is a generic high level API for audio drivers.
|
/Zephyr-latest/cmake/modules/ |
D | FindHostTools.cmake | 110 include(${TOOLCHAIN_ROOT}/cmake/toolchain/${ZEPHYR_TOOLCHAIN_VARIANT}/generic.cmake) 114 include(${TOOLCHAIN_ROOT}/cmake/compiler/${COMPILER}/generic.cmake OPTIONAL) 115 include(${TOOLCHAIN_ROOT}/cmake/linker/${LINKER}/generic.cmake OPTIONAL) 116 include(${TOOLCHAIN_ROOT}/cmake/bintools/${BINTOOLS}/generic.cmake OPTIONAL)
|
/Zephyr-latest/boards/qemu/cortex_a9/ |
D | board.cmake | 13 -machine arm-generic-fdt-7series
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/ |
D | README.rst | 5 Setup a Bluetooth Mesh node with various models (generic OnOff, generic Level, ...). 43 * LED1 is associated with generic OnOff Server's state which is part of Root element 45 * LED3 is associated with generic Level (ROOT) / Light Lightness Actual value 46 * LED4 is associated with generic Level (Secondary) / Light CTL Temperature value
|
/Zephyr-latest/drivers/clock_control/ |
D | Kconfig.pwm | 10 Enable generic PWM clock.
|
/Zephyr-latest/boards/ezurio/bl654_dvk/ |
D | bl654_dvk_nrf52840_pa.dts | 13 compatible = "generic-fem-two-ctrl-pins";
|
/Zephyr-latest/boards/qemu/cortex_r5/ |
D | board.cmake | 11 -machine arm-generic-fdt
|
12345678