Home
last modified time | relevance | path

Searched refs:has (Results 76 – 100 of 1361) sorted by relevance

12345678910>>...55

/Zephyr-latest/soc/nordic/nrf92/
DKconfig.defconfig.nrf9280_cpuppr15 # As FLPR has limited memory most of tests does not fit with asserts enabled.
/Zephyr-latest/soc/st/stm32/stm32wb0x/
DKconfig14 # WB0x has a ROM bootloader executed at reset,
/Zephyr-latest/boards/nordic/nrf52840dongle/
DKconfig9 bool "Board has nRF5 bootloader"
/Zephyr-latest/drivers/led/
DKconfig.lp556212 LP5562 LED driver has 4 channels (RGBW). Each channel can drive up to
DKconfig.lp556910 Enable LED driver for LP5569. LP5569 LED driver has 9 channels.
DKconfig.pca963312 PCA9633 LED driver has 4 channels each with multi-programmable
DKconfig.lp394312 LP3943 LED driver has 16 channels each with multi-programmable
/Zephyr-latest/subsys/bluetooth/audio/
Dhas.c52 !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/
Dnucleo_f401re.overlay8 * stm32F4 has a WWDG clock by APB1 where the APB1 prescaler is 1..16
Dnucleo_f411re.overlay8 * stm32F4 has a WWDG clock by APB1 where the APB1 prescaler is 1..16
/Zephyr-latest/soc/nordic/nrf54l/
DKconfig.defconfig.nrf54l_05_10_15_cpuflpr11 # As FLPR has limited memory most of tests does not fit with asserts enabled.
/Zephyr-latest/boards/nordic/nrf9280pdk/
DKconfig.defconfig17 # As PPR has limited memory most of tests does not fit with asserts enabled.
/Zephyr-latest/boards/makerdiary/nrf52840_mdk_usb_dongle/
DKconfig8 bool "Board has nRF5 bootloader"
/Zephyr-latest/cmake/linker/ld/
Dlinker_libraries.cmake27 # 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/
Dst_morpho_connector.dtsi29 /* 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/
DREADME.rst23 has to be chosen, or a custom devicetree overlay has to be provided.
/Zephyr-latest/soc/ti/lm3s6965/
DKconfig.soc12 # Platform has only been tested on QEMU, not on real hardware, so always
/Zephyr-latest/boards/seco/stm32f3_seco_d23/doc/
Dindex.rst58 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/
Dopenocd.cfg3 # ESP32C3 has built-in JTAG interface over USB port in pins GPIO18/GPIO19 (D-/D+).
/Zephyr-latest/boards/espressif/esp32c3_devkitm/support/
Dopenocd.cfg3 # ESP32C3 has built-in JTAG interface over USB port in pins GPIO18/GPIO19 (D-/D+).
/Zephyr-latest/boards/espressif/esp32c3_devkitc/support/
Dopenocd.cfg3 # ESP32C3 has built-in JTAG interface over USB port in pins GPIO18/GPIO19 (D-/D+).
/Zephyr-latest/boards/espressif/esp32c3_rust/support/
Dopenocd.cfg3 # 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/
DREADME.rst10 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/
Drelease-notes-4.1.rst40 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 …]
Dmigration-guide-3.7.rst67 * 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