Searched refs:has (Results 76 – 100 of 1361) sorted by relevance
12345678910>>...55
/Zephyr-latest/soc/nordic/nrf92/ |
D | Kconfig.defconfig.nrf9280_cpuppr | 15 # As FLPR has limited memory most of tests does not fit with asserts enabled.
|
/Zephyr-latest/soc/st/stm32/stm32wb0x/ |
D | Kconfig | 14 # WB0x has a ROM bootloader executed at reset,
|
/Zephyr-latest/boards/nordic/nrf52840dongle/ |
D | Kconfig | 9 bool "Board has nRF5 bootloader"
|
/Zephyr-latest/drivers/led/ |
D | Kconfig.lp5562 | 12 LP5562 LED driver has 4 channels (RGBW). Each channel can drive up to
|
D | Kconfig.lp5569 | 10 Enable LED driver for LP5569. LP5569 LED driver has 9 channels.
|
D | Kconfig.pca9633 | 12 PCA9633 LED driver has 4 channels each with multi-programmable
|
D | Kconfig.lp3943 | 12 LP3943 LED driver has 16 channels each with multi-programmable
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | has.c | 52 !BITS_CHANGED(_new_value, (has.features & BT_HAS_FEAT_HEARING_AID_TYPE_MASK)) 54 !BITS_CHANGED(_new_value, ((has.features & BT_HAS_FEAT_PRESET_SYNC_SUPP) != 0 ? 1 : 0)) 56 !BITS_CHANGED(_new_value, ((has.features & BT_HAS_FEAT_INDEPENDENT_PRESETS) != 0 ? 1 : 0)) 60 static struct bt_has has; variable 113 if (offset > sizeof(has.features)) { in read_features() 117 return bt_gatt_attr_read(conn, attr, buf, len, offset, &has.features, in read_features() 118 sizeof(has.features)); in read_features() 436 err = bt_gatt_notify(client->conn, hearing_aid_features_attr, &has.features, in notify_work_handler() 437 sizeof(has.features)); in notify_work_handler() 938 static BT_SETTINGS_DEFINE(has, "has", settings_set_cb, NULL); [all …]
|
/Zephyr-latest/samples/subsys/task_wdt/boards/ |
D | nucleo_f401re.overlay | 8 * stm32F4 has a WWDG clock by APB1 where the APB1 prescaler is 1..16
|
D | nucleo_f411re.overlay | 8 * stm32F4 has a WWDG clock by APB1 where the APB1 prescaler is 1..16
|
/Zephyr-latest/soc/nordic/nrf54l/ |
D | Kconfig.defconfig.nrf54l_05_10_15_cpuflpr | 11 # As FLPR has limited memory most of tests does not fit with asserts enabled.
|
/Zephyr-latest/boards/nordic/nrf9280pdk/ |
D | Kconfig.defconfig | 17 # As PPR has limited memory most of tests does not fit with asserts enabled.
|
/Zephyr-latest/boards/makerdiary/nrf52840_mdk_usb_dongle/ |
D | Kconfig | 8 bool "Board has nRF5 bootloader"
|
/Zephyr-latest/cmake/linker/ld/ |
D | linker_libraries.cmake | 27 # This is needed because when linking with newlib on aarch64, then libgcc has a 28 # link dependency to libc (strchr), but libc also has dependencies to libgcc.
|
/Zephyr-latest/boards/st/nucleo_h503rb/ |
D | st_morpho_connector.dtsi | 29 /* STM32H503xx has no pin PF0 as described in manual (UM3121) */ 31 /* STM32H503xx has no pin PF1 as described in manual (UM3121) */
|
/Zephyr-latest/samples/sensor/mhz19b/ |
D | README.rst | 23 has to be chosen, or a custom devicetree overlay has to be provided.
|
/Zephyr-latest/soc/ti/lm3s6965/ |
D | Kconfig.soc | 12 # Platform has only been tested on QEMU, not on real hardware, so always
|
/Zephyr-latest/boards/seco/stm32f3_seco_d23/doc/ |
D | index.rst | 58 SBC-3.5-PX30 has 6 GPIO controllers. These controllers are 114 SECO SBC-3.5-PX30 has up to 4 U(S)ARTs. The Zephyr console output 126 SECO SBC-3.5-PX30 has up to 2 I2Cs. Both are present in connector CN33. 131 SECO SBC-3.5-PX30 has a USB 2.0 full-speed device interface available through 136 SECO SBC-3.5-PX30 has an onboard CAN transceiver (TJA1051T), and it is 141 SECO SBC-3.5-PX30 has two SPI lines: SPI1 is an internal SPI line connected to the
|
/Zephyr-latest/boards/we/orthosie1ev/support/ |
D | openocd.cfg | 3 # ESP32C3 has built-in JTAG interface over USB port in pins GPIO18/GPIO19 (D-/D+).
|
/Zephyr-latest/boards/espressif/esp32c3_devkitm/support/ |
D | openocd.cfg | 3 # ESP32C3 has built-in JTAG interface over USB port in pins GPIO18/GPIO19 (D-/D+).
|
/Zephyr-latest/boards/espressif/esp32c3_devkitc/support/ |
D | openocd.cfg | 3 # ESP32C3 has built-in JTAG interface over USB port in pins GPIO18/GPIO19 (D-/D+).
|
/Zephyr-latest/boards/espressif/esp32c3_rust/support/ |
D | openocd.cfg | 3 # ESP32C3 has built-in JTAG interface over USB port in pins GPIO18/GPIO19 (D-/D+).
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/ |
D | README.rst | 10 which Root element has following models 29 And Secondary element has following models 59 This sample has been tested on the Nordic nRF52840-PDK board, but would 104 address as it is the only one that has a configuration server model. If 111 that has that LED's model and issuing the onoff command.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-4.1.rst | 40 benchmark has also been added to make it easier for developers to measure the performance of 57 :ref:`new shields <shields_added_in_zephyr_4_1>` has been added in this release. 93 * The legacy Bluetooth HCI driver API has been removed. It has been replaced 105 * The ``can_calc_prescaler()`` CAN API function has been removed. 107 * The :kconfig:option:`CONFIG_NET_SOCKETS_POSIX_NAMES` option has been 124 * The :kconfig:option:`CONFIG_PM_DEVICE_RUNTIME_EXCLUSIVE` option has been removed 127 * The ``z_pm_save_idle_exit()`` PM API function has been removed. 129 * Struct ``z_arch_esf_t`` has been removed. Use ``struct arch_esf`` instead. 144 * :kconfig:option:`CONFIG_NATIVE_APPLICATION` has been deprecated. 155 * The pipe API has been reworked. [all …]
|
D | migration-guide-3.7.rst | 67 * The header file :zephyr_file:`include/zephyr/arch/arch_interface.h` has been moved from 88 * ``lairdconnect`` boards are now ``ezurio`` boards. Laird Connectivity has rebranded to `Ezurio <h… 102 * The :kconfig:option:`CONFIG_MBEDTLS_HASH_ALL_ENABLED` Kconfig option has been fixed to actually 107 * The ``CONFIG_MBEDTLS_MAC_ALL_ENABLED`` Kconfig option has been removed. Its equivalent is the 123 * The default MCUboot signature type has been changed from RSA-3072 to EC-P256. 139 * The :dtcompatible:`nxp,kinetis-pit` pit driver has changed its compatible 140 to :dtcompatible:`nxp,pit` and has been updated to support multiple channels. 143 The :kconfig:option:`CONFIG_COUNTER_MCUX_PIT` has also been renamed to 166 * The :dtcompatible:`nxp,kinetis-ethernet` has been deprecated in favor of 197 * The :dtcompatible:`nxp,kinetis-lptmr` compatible string has been changed to [all …]
|
12345678910>>...55