Home
last modified time | relevance | path

Searched full:creating (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/Zephyr-latest/tests/subsys/mgmt/mcumgr/settings_mgmt/src/
Dsmp_test_util.h15 /* Function for creating an settings_mgmt read command */
19 /* Function for creating an settings_mgmt write command */
24 /* Function for creating an settings_mgmt delete command */
28 /* Function for creating an settings_mgmt commit command */
32 /* Function for creating an settings_mgmt load command */
36 /* Function for creating an settings_mgmt save command */
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v1/src/
Dthread_instance.c32 zassert_true(id1 != NULL, "Failed creating thread_inst_check"); in ZTEST()
35 zassert_true(id2 != NULL, "Failed creating thread_inst_check"); in ZTEST()
38 zassert_true(id3 != NULL, "Failed creating thread_inst_check"); in ZTEST()
46 /* after terminating thread id2, when creating a new thread, in ZTEST()
50 zassert_true(id4 != NULL, "Failed creating thread_inst_check"); in ZTEST()
51 zassert_true(id2 == id4, "Error creating thread_inst_check"); in ZTEST()
Dthread_apis.c106 zassert_true(id3 != NULL, "Failed creating thread3"); in ZTEST()
137 zassert_true(id1 != NULL, "Failed creating thread1"); in ZTEST()
140 zassert_true(id2 != NULL, "Failed creating thread2"); in ZTEST()
/Zephyr-latest/tests/subsys/mgmt/mcumgr/enum_mgmt/src/
Dsmp_test_util.h15 /* Function for creating an enum_mgmt count command */
19 /* Function for creating an enum_mgmt list command */
23 /* Function for creating an enum_mgmt single command */
27 /* Function for creating an enum_mgmt details command */
/Zephyr-latest/boards/nordic/nrf5340dk/
DKconfig12 The board which will be used for CPUNET domain when creating a multi
24 The board which will be used for CPUAPP domain when creating a multi
/Zephyr-latest/boards/nordic/nrf5340_audio_dk/
DKconfig12 The board which will be used for CPUNET domain when creating a multi
25 The board which will be used for CPUAPP domain when creating a multi
/Zephyr-latest/boards/raytac/mdbt53_db_40/
DKconfig12 The board which will be used for CPUNET domain when creating a multi
25 The board which will be used for CPUAPP domain when creating a multi
/Zephyr-latest/boards/raytac/mdbt53v_db_40/
DKconfig12 The board which will be used for CPUNET domain when creating a multi
25 The board which will be used for CPUAPP domain when creating a multi
/Zephyr-latest/boards/nordic/thingy53/
DKconfig18 The board which will be used for CPUNET domain when creating a multi
31 The board which will be used for CPUAPP domain when creating a multi
/Zephyr-latest/boards/ezurio/bl5340_dvk/
DKconfig13 The board which will be used for CPUNET domain when creating a multi
26 The board which will be used for CPUAPP domain when creating a multi
/Zephyr-latest/boards/panasonic/pan1783/
DKconfig14 The board which will be used for CPUNET domain when creating a multi
27 The board which will be used for CPUAPP domain when creating a multi
/Zephyr-latest/boards/nordic/nrf7002dk/
DKconfig26 The board which will be used for CPUNET domain when creating a multi
43 The board which will be used for CPUAPP domain when creating a multi
/Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_datetime/src/
Dsmp_test_util.h22 /* Function for creating an os_mgmt datetime get command */
26 /* Function for creating an os_mgmt datetime set command */
/Zephyr-latest/include/zephyr/linker/
Dapp_smem.ld17 * 4. Creating B.cmd with B.ld.
18 * 5. Creating B_prebuilt.elf using B.cmd.
Dapp_smem_pinned.ld21 * 4. Creating B.cmd with B.ld.
22 * 5. Creating B_prebuilt.elf using B.cmd.
/Zephyr-latest/tests/bluetooth/audio/bap_broadcast_source/src/
Dmain.c203 printk("Creating broadcast source with %zu subgroups with %zu streams\n", in ZTEST_F()
234 printk("Creating broadcast source with %zu subgroups with %zu streams\n", in ZTEST_F()
531 printk("Creating broadcast source with %zu subgroups with %zu streams\n", in ZTEST_F()
546 printk("Creating broadcast source with %zu subgroups with %zu streams\n", in ZTEST_F()
562 printk("Creating broadcast source with %zu subgroups with %zu streams\n", in ZTEST_F()
581 printk("Creating broadcast source with %zu subgroups with %zu streams\n", in ZTEST_F()
633 printk("Creating broadcast source with %zu subgroups with %zu streams\n", in ZTEST_F()
684 printk("Creating broadcast source with %zu subgroups with %zu streams\n", in ZTEST_F()
703 printk("Creating broadcast source with %zu subgroups with %zu streams\n", in ZTEST_F()
723 printk("Creating broadcast source with %zu subgroups with %zu streams\n", in ZTEST_F()
[all …]
/Zephyr-latest/doc/services/device_mgmt/
Dmcumgr_backporting.rst44 Creating a bug report
58 Creating the pull request for the fix
63 Creating backport pull requests
86 #. Update ``west.yml`` within Zephyr, creating a pull-request to update the MCUmgr library referenc…
89 Creating new-fix pull requests
97 #. Update ``west.yml`` within Zephyr, creating a pull-request to update the MCUmgr library referenc…
/Zephyr-latest/tests/bluetooth/host/id/bt_id_create/src/
Dmain.c47 * Test creating a new identity.
81 * Test creating a new identity and ensure that the generated address isn't in the ID list.
118 * Test creating a new identity.
156 * Test creating a new identity, but bt_addr_le_create_static() returns an error.
185 * Test creating a new identity.
220 * Test creating a new public identity.
/Zephyr-latest/subsys/net/lib/tftp/
Dtftp_client.h13 /* Defines for creating static arrays for TFTP communication. */
20 * "TFTPC_MAX_BUF_SIZE" which is used when creating a request. From this
/Zephyr-latest/tests/posix/fs/src/
Dtest_fs_dir.c29 TC_PRINT("Error creating dir[%d]\n", res); in test_mkdir()
167 zassert_ok(mkdir(TEST_DIR, IRWXG), "Error creating dir: %d", errno); in ZTEST()
174 zassert_ok(mkdir(TEST_DIR, IRWXG), "Error creating dir: %d", errno); in ZTEST()
176 "Error creating file: %d", errno); in ZTEST()
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/
Devent_flags.c77 zassert_true(evt_id != NULL, "Failed creating event flags"); in test_event_flags_no_wait_timeout()
88 zassert_true(id1 != NULL, "Failed creating thread1"); in test_event_flags_no_wait_timeout()
126 zassert_true(id1 != NULL, "Failed creating thread1"); in test_event_flags_signalled()
132 zassert_true(id2 != NULL, "Failed creating thread2"); in test_event_flags_signalled()
202 zassert_true(id != NULL, "Failed creating thread"); in test_event_flags_isr()
/Zephyr-latest/samples/sensor/die_temp_polling/socs/
Desp32c3.overlay6 * Application overlay for creating temperature sensor device instance
/Zephyr-latest/samples/sensor/die_temp_polling/boards/
Desp32s2_saola.overlay6 * Application overlay for creating temperature sensor device instance
Dnucleo_h7a3zi_q.overlay6 * Application overlay for creating temperature sensor device instance
/Zephyr-latest/tests/bluetooth/host/
DCMakeLists.txt2 # CMakeLists.txt file for creating of host mocks library.

12345678910>>...14