Home
last modified time | relevance | path

Searched full:has (Results 1 – 25 of 2702) sorted by relevance

12345678910>>...109

/Zephyr-latest/samples/tfm_integration/tfm_regression_test/
DREADME.rst64 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/flash_controller/
Dgd,gd32-flash-controller.yaml7 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/
Dhas.h3 * @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/subsys/bluetooth/audio/shell/
Dhas_client.c3 * @brief Bluetooth Hearing Access Service (HAS) shell.
18 #include <zephyr/bluetooth/audio/has.h>
27 static void has_client_discover_cb(struct bt_conn *conn, int err, struct bt_has *has, in has_client_discover_cb() argument
32 shell_error(ctx_shell, "HAS discovery (err %d)", err); in has_client_discover_cb()
36 shell_print(ctx_shell, "HAS discovered %p type 0x%02x caps 0x%02x for conn %p", in has_client_discover_cb()
37 has, type, caps, conn); in has_client_discover_cb()
39 inst = has; in has_client_discover_cb()
42 static void has_client_preset_switch_cb(struct bt_has *has, int err, uint8_t index) in has_client_preset_switch_cb() argument
45 shell_error(ctx_shell, "HAS %p preset switch error (err %d)", has, err); in has_client_preset_switch_cb()
47 shell_print(ctx_shell, "HAS %p preset switch index 0x%02x", has, index); in has_client_preset_switch_cb()
[all …]
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dcdb.h130 * @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 …]
Dmain.h164 * 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/dts/bindings/gpio/
Dnxp,pca95xx.yaml11 has-pud:
15 has-interrupt-mask-reg:
17 description: Has Interrupt mask register (PCAL95xx)
/Zephyr-latest/subsys/lorawan/services/
DKconfig98 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/
Dstale_issue.yml14 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/modules/
DKconfig.mcuboot144 bool "MCUboot has been configured for single slot execution"
153 bool "MCUboot has been configured for swap without scratch operation"
159 if MCUboot has been built with MCUBOOT_DOWNGRADE_PREVENTION.
162 bool "MCUboot has been configured for swap using scratch operation"
171 if MCUboot has been built with MCUBOOT_DOWNGRADE_PREVENTION.
174 bool "MCUboot has been configured to just overwrite primary slot"
187 bool "MCUboot has been configured for RAM LOAD operation"
199 bool "MCUboot has been configured for DirectXIP operation"
213 bool "MCUboot has been configured for DirectXIP with revert"
220 from either slot, as long as it has been marked to be boot
[all …]
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/zephyr/
Dzephyr_basic.h28 /** 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/
Dmain.c125 "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/doc/releases/
Dmigration-guide-3.6.rst21 * 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 …]
Dmigration-guide-4.0.rst24 * The imgtool part of ``west sign`` has been deprecated, options to be supplied to imgtool when
36 * :ref:`native_posix<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/tests/bsim/bluetooth/audio/src/
Dhas_test.c11 #include <zephyr/bluetooth/audio/has.h>
77 FAIL("HAS register failed (err %d)\n", err); in test_common()
86 FAIL("HAS register failed (err %d)\n", err); in test_common()
113 PASS("HAS passed\n"); in test_common()
120 PASS("HAS passed\n"); in test_main()
163 PASS("HAS passed\n"); in test_offline_behavior()
168 .test_id = "has",
/Zephyr-latest/tests/bsim/bluetooth/audio/test_scripts/
Dhas.sh9 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/soc/mediatek/mt8xxx/
DKconfig.defconfig26 # The 8186/8188 core has only one software interrupt that lives at
51 # This platform has a single big DRAM region where most linkage
53 # fact SOF has its own heap. Just leave a little for stray malloc()
75 # This single-core device doesn't have S32C1I and so has no built-in
/Zephyr-latest/tests/drivers/dma/loop_transfer/boards/
Dnucleo_h743zi.conf4 # Required by BDMA which only has access to
6 # has access to this section.
/Zephyr-latest/tests/drivers/dma/chan_blen_transfer/boards/
Dnucleo_h743zi.conf5 # Required by BDMA which only has access to
7 # has access to this section.
/Zephyr-latest/include/zephyr/net/
Dcoap_mgmt.h55 * @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/doc/security/
Dvulnerabilities.rst38 This has been fixed in release v1.14.0.
57 This has been fixed in release v1.14.0.
95 This has been fixed in releases v1.14.2, v2.2.0, and v2.1.1.
119 This has been fixed in releases v1.14.2, and v2.2.0.
145 This has been fixed in the below pull requests for main, branch from
173 This has been fixed in releases v1.14.2, v2.2.0, and in a branch from
195 validating system call numbers. An attacker who has obtained code
201 This has been fixed in releases v1.14.2, and v2.2.0, and in a branch
222 An attacker who has obtained code execution within a user thread is
227 This has been fixed in releases v1.14.2, and v2.2.0, and in a branch
[all …]
/Zephyr-latest/doc/services/device_mgmt/
Dmcumgr_backporting.rst34 The first three cases are cases of *backports* , the last one is a case of a *new fix* and has no
49 In case the reported bug in a previous version has already been fixed in the current version, the d…
54 * The SHAs of the commits, if the PR has already been merged
82 … ``<sha>`` indicates the SHA of the commit after it has been already merged in the current version.
110 1. Check if the author has followed the correct steps that are required to apply the fix, as descri…
113 #. Ensure that the author of the fix has also provided the ``west.yml`` update for Zephyr 2.7.
128 To merge a backported fix after the pull request for the fix has gone through the review process,
139 * ``upstream`` - if the fix has originally been merged to the upstream repository.
140 …* ``zephyr`` - if the fix has been applied to the Zephyr internal MCUmgr library (past 2.7 version…
142 ``<pr_num>`` is the number of the original pull request that has already been merged.
[all …]
/Zephyr-latest/boards/nxp/lpcxpresso11u68/
Dlpcxpresso11u68_defconfig5 # Since the board has little memory (32k), stack sizes are lowered
6 # so that the application has more RAM for itself.
/Zephyr-latest/subsys/bluetooth/audio/
Dhas_client.c14 #include <zephyr/bluetooth/audio/has.h>
31 #define HAS_INST(_has) CONTAINER_OF(_has, struct bt_has_client, has)
99 client_cb->preset_read_rsp(&inst->has, 0, &record, !!pdu->is_last); in handle_read_preset_rsp()
130 client_cb->preset_update(&inst->has, pdu->prev_index, &record, is_last); in handle_generic_update()
141 client_cb->preset_deleted(&inst->has, net_buf_simple_pull_u8(buf), is_last); in handle_preset_deleted()
152 client_cb->preset_availability(&inst->has, net_buf_simple_pull_u8(buf), available, in handle_preset_availability()
246 client_cb->discover(inst->conn, 0, &inst->has, in discover_complete()
247 inst->has.features & BT_HAS_FEAT_HEARING_AID_TYPE_MASK, in discover_complete()
253 client_cb->preset_switch(&inst->has, 0, inst->has.active_index); in discover_complete()
292 client_cb->preset_read_rsp(&inst->has, err, NULL, true); in read_presets_req_cb()
[all …]
/Zephyr-latest/samples/boards/bbc/microbit/pong/
DREADME.rst18 When multi-player mode has been selected the game will try to look for
19 and connect to a second micro:bit which has also been set into multi-player
22 If the board has a piezo buzzer connected to pin 0, this will be used to

12345678910>>...109