/Zephyr-latest/samples/tfm_integration/tfm_regression_test/ |
D | README.rst | 64 Test suite 'PSA protected storage S interface tests (TFM_PS_TEST_2XXX)' has PASSED 65 Test suite 'PS reliability tests (TFM_PS_TEST_3XXX)' has PASSED 66 Test suite 'PS rollback protection tests (TFM_PS_TEST_4XXX)' has PASSED 67 Test suite 'PSA internal trusted storage S interface tests (TFM_ITS_TEST_2XXX)' has PASSED 68 Test suite 'ITS reliability tests (TFM_ITS_TEST_3XXX)' has PASSED 69 Test suite 'Crypto secure interface tests (TFM_CRYPTO_TEST_5XXX)' has PASSED 70 … Test suite 'Initial Attestation Service secure interface tests(TFM_ATTEST_TEST_1XXX)' has PASSED 71 Test suite 'Platform Service Secure interface tests(TFM_PLATFORM_TEST_1XXX)' has PASSED 72 Test suite 'IPC secure interface test (TFM_IPC_TEST_1XXX)' has PASSED 107 Test suite 'PSA protected storage NS interface tests (TFM_PS_TEST_1XXX)' has PASSED [all …]
|
/Zephyr-latest/dts/bindings/dac/ |
D | renesas,ra-dac-global.yaml | 11 has-internal-output: 15 has-output-amplifier: 19 has-chargepump: 23 has-davrefcr:
|
/Zephyr-latest/dts/bindings/flash_controller/ |
D | gd,gd32-flash-controller.yaml | 7 GD32 FMC v1: its flash memory has 1 bank, page size is equal in the bank, 10 GD32 FMC v2: its flash memory has 2 banks. Page size equal within the same bank but 11 different between banks. Flash size can be up to 3072KB. FMC v2 has two 14 GD32 FMC v3: its flash memory has 2 banks, use sector size as the minimum operating
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | has.h | 3 * @brief Bluetooth Hearing Access Service (HAS) APIs. 17 * @brief Hearing Access Service (HAS) 19 * @defgroup bt_has Hearing Access Service (HAS) 142 * @param has Pointer to the Hearing Access Service object or NULL on errors. 146 void (*discover)(struct bt_conn *conn, int err, struct bt_has *has, 158 * @param has Pointer to the Hearing Access Service object. 162 void (*preset_switch)(struct bt_has *has, int err, uint8_t index); 171 * @param has Pointer to the Hearing Access Service object. 176 void (*preset_read_rsp)(struct bt_has *has, int err, 186 * @param has Pointer to the Hearing Access Service object. [all …]
|
/Zephyr-latest/modules/ |
D | Kconfig.mcuboot | 144 bool "MCUboot has been configured for single slot execution" 153 bool "MCUboot has been configured for swap using offset operation" 159 if MCUboot has been built with MCUBOOT_DOWNGRADE_PREVENTION. 162 bool "MCUboot has been configured for swap using move operation" 168 if MCUboot has been built with MCUBOOT_DOWNGRADE_PREVENTION. 171 bool "MCUboot has been configured for swap without scratch operation [DEPRECATED]" 178 bool "MCUboot has been configured for swap using scratch operation" 187 if MCUboot has been built with MCUBOOT_DOWNGRADE_PREVENTION. 190 bool "MCUboot has been configured to just overwrite primary slot" 203 bool "MCUboot has been configured for RAM LOAD operation" [all …]
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-4.2.rst | 41 * The config option :kconfig:option:`CONFIG_NATIVE_POSIX_SLOWDOWN_TO_REAL_TIME` has been deprecated 48 …While there are no major functional changes, the device tree structure has been significantly revi… 75 * ``counter_native_posix`` has been renamed ``counter_native_sim``, and with it its 76 kconfig options and DT binding. :dtcompatible:`zephyr,native-posix-counter` has been deprecated 84 * ``fake_entropy_native_posix`` has been renamed ``fake_entropy_native_sim``, and with it its 85 kconfig options and DT binding. :dtcompatible:`zephyr,native-posix-rng` has been deprecated 99 * To support the RP2350B, which has many pins, the RaspberryPi-GPIO configuration has 100 been changed. The previous role of :dtcompatible:`raspberrypi,rpi-gpio` has been migrated to 118 * The struct ``net_linkaddr_storage`` has been renamed to struct 119 :c:struct:`net_linkaddr` and the old struct ``net_linkaddr`` has been removed. [all …]
|
D | migration-guide-3.6.rst | 21 * The deprecated ``prj_<board>.conf`` Kconfig file support has been removed, projects that use 46 :kconfig:option:`CONFIG_HEAP_MEM_POOL_IGNORE_MIN` option has been introduced (which defaults 55 * The deprecated Nordic SoC Kconfig option ``NRF_STORE_REBOOT_TYPE_GPREGRET`` has been removed, 79 * MCUboot's deprecated ``CONFIG_ZEPHYR_TRY_MASS_ERASE`` Kconfig option has been removed. If an 87 regenerate the files using zcbor 0.8.1. Note that the names of generated types and members has 104 * The function :c:func:`zcbor_tag_encode` has been renamed to :c:func:`zcbor_tag_put`. 106 * Printing has been changed significantly, e.g. :c:func:`zcbor_print` is now called 231 :kconfig:option:`CONFIG_BT_HCI_SETUP`) has gained a function parameter of type 245 and :ref:`native_sim<native_sim>` with or without an embedded C-library, has been renamed to 296 manage interfacing with the display. Note that the `cmd-data-gpios` pin has [all …]
|
D | migration-guide-4.0.rst | 24 * The imgtool part of ``west sign`` has been deprecated, options to be supplied to imgtool when 36 * ``native_posix`` has been deprecated in favour of 90 the image version. This has been changed as the implicit counter calculation is incompatible with 120 * The ``compatible`` of the LiteX ethernet controller has been renamed from 123 * The ``compatible`` of the LiteX uart controller has been renamed from 129 The ``ngpios`` devicetree property has been removed, since it is implied by the model name. 134 * The ``power-domain`` property has been removed in favor of ``power-domains``. 221 * The u-blox M10 driver has been renamed to M8 as it only supports M8 based devices. 231 * :c:macro:`INPUT_CALLBACK_DEFINE` has now an extra ``user_data`` void pointer 234 argument has to be added to the callback function arguments. [all …]
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | has_client.c | 3 * @brief Bluetooth Hearing Access Service (HAS) shell. 18 #include <zephyr/bluetooth/audio/has.h> 28 static void has_client_discover_cb(struct bt_conn *conn, int err, struct bt_has *has, in has_client_discover_cb() argument 33 bt_shell_error("HAS discovery (err %d)", err); in has_client_discover_cb() 37 bt_shell_print("HAS discovered %p type 0x%02x caps 0x%02x for conn %p", in has_client_discover_cb() 38 has, type, caps, conn); in has_client_discover_cb() 40 inst = has; in has_client_discover_cb() 43 static void has_client_preset_switch_cb(struct bt_has *has, int err, uint8_t index) in has_client_preset_switch_cb() argument 46 bt_shell_error("HAS %p preset switch error (err %d)", has, err); in has_client_preset_switch_cb() 48 bt_shell_print("HAS %p preset switch index 0x%02x", has, index); in has_client_preset_switch_cb() [all …]
|
/Zephyr-latest/dts/bindings/gpio/ |
D | nxp,pca95xx.yaml | 11 has-pud: 15 has-interrupt-mask-reg: 17 description: Has Interrupt mask register (PCAL95xx)
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | cdb.h | 130 * @param num_elem Number of elements that the node has. 133 * @return The new node or NULL if CDB has already allocated 177 * Try to find the node that has the provided address assigned to one of its 182 * @return The node that has an element with address addr or NULL if no such 197 * The application has to import the key. 210 * The application has to export the key. 253 * lack of resources or the subnet has been already allocated. 295 * The application has to import the key. 299 * The old key has an index 0 and the new one has an index 1. 312 * The application has to export the key. [all …]
|
D | main.h | 164 * of the unprovisioned device has been received. 206 * once the data has been acquired from the user. 223 /** @brief Unprovisioned beacon has been received. 226 * beacon has been received. 237 /** @brief PB-GATT Unprovisioned Advertising has been received. 240 * unprovisioned Advertising has been received. 248 /** @brief Provisioning link has been opened. 251 * link has been opened on the given provisioning bearer. 257 /** @brief Provisioning link has been closed. 260 * link has been closed on the given provisioning bearer. [all …]
|
/Zephyr-latest/subsys/lorawan/services/ |
D | Kconfig | 98 This setting has significant influence on RAM usage. 110 The fragment has to fit into the LoRaWAN payload, which can be up to 114 For some MCUs like the STM32WL the fragment size has to be a multiple 117 This setting has significant influence on RAM usage. If the exact 131 The fragment has to fit into the LoRaWAN payload, which can be up to 135 For some MCUs like the STM32WL the fragment size has to be a multiple 138 This setting has significant influence on RAM usage. If the exact 156 This setting has significant influence on RAM usage.
|
/Zephyr-latest/.github/workflows/ |
D | stale_issue.yml | 14 stale-pr-message: 'This pull request has been marked as stale because it has been open (more 18 stale-issue-message: 'This issue has been marked as stale because it has been open (more
|
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/zephyr/ |
D | zephyr_basic.h | 28 /** Opening of the flash area has failed. */ 31 /** Querying the flash area parameters has failed. */ 34 /** Erasing the flash area has failed. */
|
/Zephyr-latest/tests/boards/nrf52_bsim/egu/src/ |
D | main.c | 125 "interrupt has not been disabled"); in ZTEST() 137 zassert_equal(0, event_triggered_flag.call_count, "interrupt has been called"); in ZTEST() 139 zassert_false(event_triggered_flag.triggered[i], "Event %i has been triggered", i); in ZTEST() 143 "event has not been triggered"); in ZTEST() 148 "event %d has been triggered, but it shouldn't", i); in ZTEST() 172 zassert_true(event_triggered_flag.triggered[0], "Event 0 has not been triggered"); in ZTEST() 174 zassert_false(event_triggered_flag.triggered[i], "Event %i has been triggered", i); in ZTEST() 181 "event %d has been triggered, but it shouldn't", i); in ZTEST() 201 zassert_equal(0, event_triggered_flag.call_count, "interrupt has been called"); in ZTEST() 203 zassert_false(event_triggered_flag.triggered[i], "Event %i has been triggered", i); in ZTEST() [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/audio/test_scripts/ |
D | has.sh | 9 SIMULATION_ID="has" 14 printf "\n\n======== Running HAS main (API) test =========\n\n" 17 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=has \
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | has_test.c | 11 #include <zephyr/bluetooth/audio/has.h> 71 FAIL("HAS register failed (err %d)\n", err); in test_common() 80 FAIL("HAS register failed (err %d)\n", err); in test_common() 107 PASS("HAS passed\n"); in test_common() 114 PASS("HAS passed\n"); in test_main() 157 PASS("HAS passed\n"); in test_offline_behavior() 162 .test_id = "has",
|
/Zephyr-latest/tests/drivers/dma/loop_transfer/boards/ |
D | nucleo_h743zi.conf | 4 # Required by BDMA which only has access to 6 # has access to this section.
|
/Zephyr-latest/tests/drivers/dma/chan_blen_transfer/boards/ |
D | nucleo_h743zi.conf | 5 # Required by BDMA which only has access to 7 # has access to this section.
|
/Zephyr-latest/boards/adafruit/grand_central_m4_express/doc/ |
D | index.rst | 29 The `Adafruit Learning System`_ has detailed information about 41 The SAMD51 MCU has 8 SERCOM based UARTs. On the Grand Central, SERCOM0 is 47 The SAMD51 MCU has 8 SERCOM based SPIs. On the Grand Central, SERCOM7 has been 49 Additionally SERCOM2 has been configured as SPI to access the microSDHC card. 54 The SAMD51 MCU has 8 SERCOM based I2Cs. On the Grand Central, SERCOM3 has been 60 The SAMD51 MCU has a USB device port that can be used to communicate
|
/Zephyr-latest/boards/arduino/mkrzero/doc/ |
D | index.rst | 28 The `Arduino store`_ has detailed information about board 42 The SAMD21 MCU has 6 SERCOM based USARTs. SERCOM5 is available on pins 13(PA23) and 14(PA22). 47 The SAMD21 MCU has 3 TCC based PWM units with up to 4 outputs each and a period 53 The SAMD21 MCU has 6 SERCOM based SPIs. On the Arduino MKR Zero, SERCOM1 60 The SAMD21 MCU has 6 SERCOM based I2Cs. SERCOM0 is available on pin 11(PA08) and 12(PA09). 67 The SAMD21 MCU has a USB device port that can be used to communicate 75 The SAMD21 MCU has a single channel DAC with 10 bits of resolution. On the
|
/Zephyr-latest/soc/mediatek/mt8xxx/ |
D | Kconfig.defconfig | 26 # The 8186/8188 core has only one software interrupt that lives at 72 # This platform has a single big DRAM region where most linkage 74 # fact SOF has its own heap. Just leave a little for stray malloc() 96 # This single-core device doesn't have S32C1I and so has no built-in
|
/Zephyr-latest/include/zephyr/net/ |
D | coap_mgmt.h | 55 * @brief coap_mgmt event raised when a service has started 61 * @brief coap_mgmt event raised when a service has stopped 67 * @brief coap_mgmt event raised when an observer has been added to a resource 73 * @brief coap_mgmt event raised when an observer has been removed from a resource
|
/Zephyr-latest/boards/nxp/lpcxpresso11u68/ |
D | lpcxpresso11u68_defconfig | 5 # Since the board has little memory (32k), stack sizes are lowered 6 # so that the application has more RAM for itself.
|