/Zephyr-latest/samples/boards/nordic/coresight_stm/ |
D | README.rst | 61 [00:00:00.227,264] <inf> app/app: test with one argument 100 62 [00:00:00.227,265] <inf> app/app: test with one argument 100 64 [00:00:00.585,558] <inf> rad/app: test with one argument 100 65 [00:00:00.585,569] <inf> rad/app: test with one argument 100 67 [00:00:00.624,408] <inf> ppr/app: test with one argument 100 68 [00:00:00.624,433] <inf> ppr/app: test with one argument 100 70 [00:00:00.625,249] <inf> flpr/app: test with one argument 100 71 [00:00:00.625,251] <inf> flpr/app: test with one argument 100 73 rad: Timing for log message with 0 arguments: 5.10us 74 rad: Timing for log message with 1 argument: 6.10us [all …]
|
D | sample.yaml | 43 - "Timing for log message with 0 arguments:" 44 - "Timing for log message with 1 argument:" 45 - "Timing for log message with 2 arguments:" 46 - "Timing for log message with 3 arguments:" 47 - "Timing for log_message with string:"
|
/Zephyr-latest/dts/bindings/sound/ |
D | cirrus,cs47l63.yaml | 27 GPIO1 input with bus-keeper 32 GPIO2 input with bus-keeper 37 GPIO3 input with bus-keeper 42 GPIO4 input with bus-keeper 47 GPIO5 input with bus-keeper 52 GPIO6 input with bus-keeper 57 GPIO7 input with bus-keeper 62 GPIO8 input with bus-keeper 67 GPIO9 input with bus-keeper 72 GPIO10 input with bus-keeper [all …]
|
/Zephyr-latest/include/zephyr/dt-bindings/gpio/ |
D | digilent-pmod.h | 10 * Defines meant to be used in conjunction with the "digilent,pmod" 49 * Used with Pmod Interface Type 2 (SPI) peripherals. 55 * Used with Pmod Interface Type 2 (SPI) peripherals. 61 * Used with Pmod Interface Type 2 (SPI) peripherals. 67 * Used with Pmod Interface Type 2 (SPI) peripherals. 75 * Used with Pmod Interface Type 2A (expanded SPI) peripherals. 81 * Used with Pmod Interface Type 2A (expanded SPI) peripherals. 87 * Used with Pmod Interface Type 2A (expanded SPI) peripherals. 93 * Used with Pmod Interface Type 2A (expanded SPI) peripherals. 99 * Used with Pmod Interface Type 2A (expanded SPI) peripherals. [all …]
|
/Zephyr-latest/tests/kernel/poll/src/ |
D | test_poll_fail.c | 16 * @brief Test API k_poll with error number events in user mode 18 * @details Using API k_poll with error number 34 * @brief Test API k_poll with error member of events in user mode 36 * @details Using API k_poll with error member 50 * @brief Test API k_poll with NULL sem event in user mode 52 * @details Define a poll event, and using API k_poll with NULL sem 72 * @brief Test API k_poll with NULL signal event in user mode 74 * @details Define a poll, and using API k_poll with NULL signal 94 * @brief Test API k_poll with NULL fifo event in user mode 96 * @details Define a poll, and using API k_poll with NULL fifo [all …]
|
/Zephyr-latest/dts/bindings/sdhc/ |
D | espressif,esp32-sdhc-slot.yaml | 31 Clock pin for ESP32 and SoC models with fixed pins for SDIO. 32 For devices with GPIO matrix support, configuration shall be done 38 Command pin for ESP32 and SoC models with fixed pins for SDIO. 39 For devices with GPIO matrix support, configuration shall be done 45 Data 0 pin for ESP32 and SoC models with fixed pins for SDIO. 46 For devices with GPIO matrix support, configuration shall be done 52 Data 1 pin for ESP32 and SoC models with fixed pins for SDIO. 53 For devices with GPIO matrix support, configuration shall be done 59 Data 2 pin for ESP32 and SoC models with fixed pins for SDIO. 60 For devices with GPIO matrix support, configuration shall be done [all …]
|
/Zephyr-latest/tests/boards/nrf/coresight_stm/ |
D | testcase.yaml | 60 - "Timing for log message with 0 arguments:" 61 - "Timing for log message with 1 argument:" 62 - "Timing for log message with 2 arguments:" 63 - "Timing for log message with 3 arguments:" 64 - "Timing for log_message with string:" 79 - "Timing for log message with 0 arguments:" 80 - "Timing for log message with 1 argument:" 81 - "Timing for log message with 2 arguments:" 82 - "Timing for log message with 3 arguments:" 83 - "Timing for log_message with string:"
|
/Zephyr-latest/tests/lib/cbprintf_fp/ |
D | testcase.yaml | 17 - "Hello with printk" 26 - "Hello with printf" 37 - "Hello with printf/newlib" 46 - "Hello with printfcb" 57 - "Hello with printfcb/newlib" 66 - "Hello with fprintf" 75 - "Hello with fprintfcb" 87 - "Hello with printf" 99 - "Hello with printfcb"
|
D | Kconfig | 9 bool "Emit with printk" 12 bool "Emit with printf" 15 bool "Emit with printfcb" 18 bool "Emit with fprintf" 21 bool "Emit with fprintfcb"
|
/Zephyr-latest/tests/bluetooth/host/keys/mocks/ |
D | settings_expects.c | 19 "'%s()' was called with incorrect '%s' value", func_name, "path"); in expect_single_call_bt_settings_encode_key_with_not_null_key() 21 "'%s()' was called with incorrect '%s' value", func_name, "path_size"); in expect_single_call_bt_settings_encode_key_with_not_null_key() 23 "'%s()' was called with incorrect '%s' value", func_name, "subsys"); in expect_single_call_bt_settings_encode_key_with_not_null_key() 25 "'%s()' was called with incorrect '%s' value", func_name, "addr"); in expect_single_call_bt_settings_encode_key_with_not_null_key() 27 "'%s()' was called with incorrect '%s' value", func_name, "key"); in expect_single_call_bt_settings_encode_key_with_not_null_key() 38 "'%s()' was called with incorrect '%s' value", func_name, "path"); in expect_single_call_bt_settings_encode_key_with_null_key() 40 "'%s()' was called with incorrect '%s' value", func_name, "path_size"); in expect_single_call_bt_settings_encode_key_with_null_key() 42 "'%s()' was called with incorrect '%s' value", func_name, "subsys"); in expect_single_call_bt_settings_encode_key_with_null_key() 44 "'%s()' was called with incorrect '%s' value", func_name, "addr"); in expect_single_call_bt_settings_encode_key_with_null_key() 46 "'%s()' was called with incorrect '%s' value", func_name, "key"); in expect_single_call_bt_settings_encode_key_with_null_key()
|
/Zephyr-latest/scripts/ci/es_upload/ |
D | README.md | 9 with explicit scheme having all required Twister JSON report objects associated 14 by other tools, or rely on default data mapping with potential type misalignments. 16 The command examples below are simplified with parameters essential for data transformations. 17 For other command line options and more details run the upload script with `--help`, 18 or read its source code with inline comments there. 24 It is recommended to try the upload script with `--dry-run` option first 28 to connect with your server running the upload script. 31 ## Index creation with a map file 34 server with the appropriate map file, for example: 58 are renamed with the parent object's name as a prefix: [all …]
|
/Zephyr-latest/tests/subsys/lorawan/channels_mask/src/ |
D | main.c | 14 * @brief Test channels mask with size 1 25 /* Test the function when a region with mask size 1 is being used */ in ZTEST() 32 /* Configure channels mask with expected parameters */ in ZTEST() 36 /* Configure channels mask with unexpected channels mask size */ in ZTEST() 40 /* Configure channels mask with pointer to NULL */ in ZTEST() 46 * @brief Test channels mask with size 6 57 /* Test the function when a region with mask size 6 is being used */ in ZTEST() 64 /* Configure channels mask with expected parameters */ in ZTEST() 68 /* Configure channels mask with unexpected channels mask size */ in ZTEST() 72 /* Configure channels mask with pointer to NULL */ in ZTEST()
|
/Zephyr-latest/boards/native/native_posix/doc/ |
D | index.rst | 24 Just like with :ref:`native_sim<native_sim>` you can build your Zephyr application 25 with the Zephyr kernel, creating a normal Linux executable with your host tooling, 28 But unlike with :ref:`native_sim<native_sim>` you are limited to only using the host C library. 53 Moreover, being limited to build only with the host C library, it is not possible to build 54 applications with the :ref:`Zephyr POSIX OS abstraction<posix_support>`, as there would be symbol 74 You can run, debug, build it with sanitizers or with coverage just like with 83 Just like :ref:`native_sim<native_sim>`, ``native_posix`` comes with two targets: 91 This target requires either a 64 bit system with multilib support installed or 92 one with a 32bit userspace.
|
/Zephyr-latest/tests/bluetooth/audio/bap_broadcast_source/src/ |
D | main.c | 203 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() 298 zassert_not_equal(0, err, "Did not fail with null params"); in ZTEST_F() 307 zassert_not_equal(0, err, "Did not fail with null source"); in ZTEST_F() 317 zassert_not_equal(0, err, "Did not fail with params_count %u", create_param->params_count); in ZTEST_F() 328 zassert_not_equal(0, err, "Did not fail with params_count %u", create_param->params_count); in ZTEST_F() 341 zassert_not_equal(0, err, "Did not fail with NULL subgroup params"); in ZTEST_F() 354 zassert_not_equal(0, err, "Did not fail with NULL qos"); in ZTEST_F() 364 zassert_not_equal(0, err, "Did not fail with packing %u", create_param->packing); in ZTEST_F() 376 zassert_not_equal(0, err, "Did not fail with %u stream params", in ZTEST_F() [all …]
|
/Zephyr-latest/include/zephyr/net/ |
D | tls_credentials.h | 35 * Used with certificate-based ciphersuites. 40 * certificate. Should be registered together with a corresponding 41 * private key. Used with certificate-based ciphersuites. 45 /** Private key. Should be registered together with a corresponding 46 * public certificate. Used with certificate-based ciphersuites. 50 /** Pre-shared key. Should be registered together with a corresponding 51 * PSK identity. Used with PSK-based ciphersuites. 55 /** Pre-shared key identity. Should be registered together with a 56 * corresponding PSK. Used with PSK-based ciphersuites. 67 * - TLS_CREDENTIAL_SERVER_CERTIFICATE with TLS_CREDENTIAL_PRIVATE_KEY, [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/provision/ |
D | pb_remote_parallel.sh | 8 # 1. A provisioner with the RPR client provisions itself; 9 # 2. The provisioner provisions a device with the RPR server; 10 # 3. The provisioner provisions an unprovisioned device idx 2 through the node with RPR server; 11 # 4. The provisioner scans for an unprovisioned device idx 3 through the node with RPR server; 13 # 6. The provisioner provisions an unprovisioned device idx 3 through the node with RPR server;
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/sar/ |
D | slow_transfer_test.sh | 7 # Test that a maximum length SDU can be processed with SAR, 8 # even with transmitter and receiver configured with longest possible 14 # 4. The Client sends a Get-message with a maximum length SDU, targeting the server. 15 # 5. The Server responds with a maximum length SDU Status-message.
|
/Zephyr-latest/boards/native/native_sim/doc/ |
D | index.rst | 15 With it, a Zephyr application can be compiled together with 31 names. But all components which worked with native_posix will work with native_sim. 84 You can run it with the ``--help`` command line switch to get a list of 108 instrumented as any other native program. The program is compiled with debug 110 with ``valgrind``. 127 You can also build Zephyr with the `Address Sanitizer`_. To do this, set 140 You can also build Zephyr with the `Undefined Behavior Sanitizer`_. To do this, set 159 native_sim comes with two targets: A 32 bit and 64 bit version. 166 This target requires either a 64 bit system with multilib support installed or 167 one with a 32bit userspace. [all …]
|
/Zephyr-latest/tests/bluetooth/host/id/mocks/ |
D | smp_expects.c | 36 "'%s()' was called with incorrect '%s' value", func_name, "conn"); in expect_single_call_bt_smp_le_oob_set_tk() 38 "'%s()' was called with incorrect '%s' value", func_name, "tk"); in expect_single_call_bt_smp_le_oob_set_tk() 51 "'%s()' was called with incorrect '%s' value", func_name, "conn"); in expect_single_call_bt_smp_le_oob_set_sc_data() 53 "'%s()' was called with incorrect '%s' value", func_name, "oobd_local"); in expect_single_call_bt_smp_le_oob_set_sc_data() 55 "'%s()' was called with incorrect '%s' value", func_name, "oobd_remote"); in expect_single_call_bt_smp_le_oob_set_sc_data() 68 "'%s()' was called with incorrect '%s' value", func_name, "conn"); in expect_single_call_bt_smp_le_oob_get_sc_data() 70 "'%s()' was called with incorrect '%s' value", func_name, "oobd_local"); in expect_single_call_bt_smp_le_oob_get_sc_data() 72 "'%s()' was called with incorrect '%s' value", func_name, "oobd_remote"); in expect_single_call_bt_smp_le_oob_get_sc_data()
|
/Zephyr-latest/tests/net/socket/socketpair/src/ |
D | expected_failures.c | 22 zassert_equal(res, -1, "socketpair should fail with bad address family"); in ZTEST_USER_F() 24 "errno should be EAFNOSUPPORT with bad address family"); in ZTEST_USER_F() 34 "socketpair should fail with unsupported socket type"); in ZTEST_USER_F() 36 "errno should be EPROTOTYPE with bad socket type"); in ZTEST_USER_F() 46 "socketpair should fail with unsupported protocol"); in ZTEST_USER_F() 48 "errno should be EPROTONOSUPPORT with bad protocol"); in ZTEST_USER_F() 59 "socketpair should fail with invalid socket vector"); in ZTEST_USER_F() 61 "errno should be EFAULT with bad socket vector"); in ZTEST_USER_F()
|
/Zephyr-latest/lib/os/ |
D | Kconfig.cbprintf | 12 conversions, with Kconfig options to control availability at build 36 Build cbprintf with buffers sized to support converting the full 48 Build cbprintf with buffers sized to support converting integer 49 values with no more than 32 bits. 52 with more than 32 bits. This includes not only intmax_t but any 56 With CBPRINTF_COMPLETE conversions that may result in value-specific 60 With CBPRINTF_NANO all conversions will be attempted but values that 71 Build the cbprintf utility function with support for floating 119 library function name with a cb suffix; e.g. printfcb() or 122 When used with CBPRINTF_NANO this increases the implementation code [all …]
|
/Zephyr-latest/tests/bluetooth/audio/ascs/include/ |
D | bap_unicast_server_expects.h | 23 "'%s()' was called with incorrect '%s' value", \ 28 "'%s()' was called with incorrect '%s' value", \ 33 "'%s()' was called with incorrect '%s' value", \ 49 "'%s()' was called with incorrect '%s' value", \ 54 "'%s()' was called with incorrect '%s' value", \ 70 "'%s()' was called with incorrect '%s' value", \ 86 "'%s()' was called with incorrect '%s' value", \ 106 "'%s()' was called with incorrect '%s' value", \ 126 "'%s()' was called with incorrect '%s' value", \ 138 "'%s()' was called with incorrect '%s' value", \ [all …]
|
/Zephyr-latest/samples/bluetooth/periodic_sync_rsp/ |
D | README.rst | 2 :name: Periodic Advertising with Responses (PAwR) Synchronization 5 Implement Bluetooth LE Periodic Advertising with Responses Synchronization. 10 A simple application demonstrating the Bluetooth LE Periodic Advertising with 22 subevents and response slots, to that they can communicate with the 28 * A board with Bluetooth LE support 29 * A controller that supports the Periodic Advertising with Responses (PAwR) - Scanner feature
|
/Zephyr-latest/modules/hal_ethos_u/ |
D | Kconfig | 18 bool "using Ethos-U55 with 64 macs" 20 bool "using Ethos-U55 with 128 macs" 22 bool "using Ethos-U55 with 256 macs" 24 bool "using Ethos-U65 with 128 macs" 26 bool "using Ethos-U65 with 256 macs" 28 bool "using Ethos-U65 with 512 macs"
|
/Zephyr-latest/tests/bluetooth/l2cap/src/ |
D | main.c | 46 /* Attempt to register server with PSM auto allocation */ in ZTEST() 50 /* Attempt to register server with fixed PSM */ in ZTEST() 54 /* Attempt to register server with dynamic PSM */ in ZTEST() 58 /* Attempt to register server with invalid PSM */ in ZTEST() 62 /* Attempt to re-register server with PSM auto allocation */ in ZTEST() 66 /* Attempt to re-register server with fixed PSM */ in ZTEST() 70 /* Attempt to re-register server with dynamic PSM */ in ZTEST()
|