Home
last modified time | relevance | path

Searched full:with (Results 1 – 25 of 4270) sorted by relevance

12345678910>>...171

/Zephyr-Core-3.5.0/dts/bindings/sound/
Dcirrus,cs47l63.yaml27 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-Core-3.5.0/include/zephyr/dt-bindings/gpio/
Ddigilent-pmod.h10 * 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-Core-3.5.0/tests/kernel/poll/src/
Dtest_poll_fail.c16 * @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-Core-3.5.0/tests/bluetooth/host/crypto/mocks/
Dhmac_prng_expects.c19 "'%s()' was called with incorrect '%s' value", func_name, "prng"); in expect_single_call_tc_hmac_prng_init()
21 "'%s()' was called with incorrect '%s' value", func_name, "buffer"); in expect_single_call_tc_hmac_prng_init()
23 "'%s()' was called with incorrect '%s' value", func_name, "plen"); in expect_single_call_tc_hmac_prng_init()
35 "'%s()' was called with incorrect '%s' value", func_name, "prng"); in expect_single_call_tc_hmac_prng_reseed()
37 "'%s()' was called with incorrect '%s' value", func_name, "seed"); in expect_single_call_tc_hmac_prng_reseed()
39 "'%s()' was called with incorrect '%s' value", func_name, "seedlen"); in expect_single_call_tc_hmac_prng_reseed()
41 "'%s()' was called with incorrect '%s' value", func_name, in expect_single_call_tc_hmac_prng_reseed()
44 "'%s()' was called with incorrect '%s' value", func_name, "additionallen"); in expect_single_call_tc_hmac_prng_reseed()
56 "'%s()' was called with incorrect '%s' value", func_name, "out"); in expect_call_count_tc_hmac_prng_generate()
58 "'%s()' was called with incorrect '%s' value", func_name, "outlen"); in expect_call_count_tc_hmac_prng_generate()
[all …]
/Zephyr-Core-3.5.0/tests/lib/cbprintf_fp/
Dtestcase.yaml17 - "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"
DKconfig9 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-Core-3.5.0/tests/bluetooth/host/keys/mocks/
Dsettings_expects.c19 "'%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-Core-3.5.0/boards/posix/native_sim/doc/
Dindex.rst10 Just like with :ref:`native_posix<native_posix>` you can build your Zephyr application
11 with the Zephyr kernel, creating a normal Linux executable with your host tooling,
47 You can run, debug, build it with sanitizers or with coverage just like with
54 Just like native_posix, native_sim comes with two targets: A 32 bit and 64 bit version.
61 This target requires either a 64 bit system with multilib support installed or
62 one with a 32bit userspace.
73 Unlike native_posix, native_sim may be compiled with a choice of C libraries.
74 By default it will be compiled with the host C library (:kconfig:option:`CONFIG_EXTERNAL_LIBC`),
75 but you can also select to build it with :kconfig:option:`CONFIG_MINIMAL_LIBC` or with
78 When building with either :ref:`MINIMAL<c_library_minimal>` or :ref:`PICO<c_library_picolibc>` libC
[all …]
/Zephyr-Core-3.5.0/boards/posix/native_posix/doc/
Dindex.rst15 With it, a Zephyr application can be compiled together with
70 You can run it with the ``--help`` command line switch to get a list of
92 instrumented as any other native program. The program is compiled with debug
94 with ``valgrind``.
109 You can also build Zephyr with the `Address Sanitizer`_. To do this, set
122 You can also build Zephyr with the `Undefined Behavior Sanitizer`_. To do this, set
141 native_posix comes with two targets: A 32 bit and 64 bit version.
148 This target requires either a 64 bit system with multilib support installed or
149 one with a 32bit userspace.
159 Rationale for this port and comparison with other options
[all …]
/Zephyr-Core-3.5.0/tests/bluetooth/audio/bap_broadcast_source/src/
Dmain.c181 printk("Creating broadcast source with %zu subgroups with %zu streams\n", in ZTEST_F()
212 printk("Creating broadcast source with %zu subgroups with %zu streams\n", in ZTEST_F()
255 zassert_not_equal(0, err, "Did not fail with null params"); in ZTEST_F()
264 zassert_not_equal(0, err, "Did not fail with null source"); in ZTEST_F()
274 zassert_not_equal(0, err, "Did not fail with params_count %u", create_param->params_count); in ZTEST_F()
285 zassert_not_equal(0, err, "Did not fail with params_count %u", create_param->params_count); in ZTEST_F()
298 zassert_not_equal(0, err, "Did not fail with NULL subgroup params"); in ZTEST_F()
311 zassert_not_equal(0, err, "Did not fail with NULL qos"); in ZTEST_F()
321 zassert_not_equal(0, err, "Did not fail with packing %u", create_param->packing); in ZTEST_F()
333 zassert_not_equal(0, err, "Did not fail with %u stream params", in ZTEST_F()
[all …]
/Zephyr-Core-3.5.0/include/zephyr/net/
Dtls_credentials.h33 * Used with certificate-based ciphersuites.
38 * certificate. Should be registered together with a corresponding
39 * private key. Used with certificate-based ciphersuites.
43 /** Private key. Should be registered together with a corresponding
44 * public certificate. Used with certificate-based ciphersuites.
48 /** Pre-shared key. Should be registered together with a corresponding
49 * PSK identity. Used with PSK-based ciphersuites.
53 /** Pre-shared key identity. Should be registered together with a
54 * corresponding PSK. Used with PSK-based ciphersuites.
65 * - TLS_CREDENTIAL_SERVER_CERTIFICATE with TLS_CREDENTIAL_PRIVATE_KEY,
[all …]
/Zephyr-Core-3.5.0/modules/hal_ethos_u/
DKconfig18 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-Core-3.5.0/tests/bluetooth/audio/mocks/include/
Dbap_unicast_server_expects.h23 "'%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-Core-3.5.0/tests/bluetooth/host/id/mocks/
Dsmp_expects.c36 "'%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-Core-3.5.0/tests/net/socket/socketpair/src/
Dexpected_failures.c22 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-Core-3.5.0/tests/bsim/bluetooth/mesh/tests_scripts/provision/
Dpb_remote_parallel.sh8 # 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-Core-3.5.0/tests/bsim/bluetooth/mesh/tests_scripts/sar/
Dslow_transfer_test.sh7 # 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-Core-3.5.0/lib/os/
DKconfig.cbprintf12 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
72 Build the cbprintf utility function with support for floating
117 library function name with a cb suffix; e.g. printfcb() or
120 When used with CBPRINTF_NANO this increases the implementation code
[all …]
/Zephyr-Core-3.5.0/tests/bluetooth/l2cap/src/
Dmain.c46 /* 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()
/Zephyr-Core-3.5.0/tests/posix/fs/src/
Dtest_fs_open_flags.c61 TC_PRINT("Attempt read file opened with flags = O_CREAT | O_WRONLY\n"); in test_file_open_flags()
69 TC_PRINT("Attempt write file opened with flags = O_CREAT | O_WRONLY\n"); in test_file_open_flags()
82 /* 3 Attempt read/write operation on file opened with flags = 0 */ in test_file_open_flags()
83 TC_PRINT("Attempt open existing with flags = 0\n"); in test_file_open_flags()
90 TC_PRINT("Attempt read file opened with flags = 0\n"); in test_file_open_flags()
99 TC_PRINT("Attempt write file opened with flags = 0\n"); in test_file_open_flags()
110 /* 4 Attempt read/write on file opened with flags O_RDONLY */ in test_file_open_flags()
112 TC_PRINT("Attempt open existing with flags = O_RDONLY\n"); in test_file_open_flags()
119 TC_PRINT("Attempt read file opened with flags = O_RDONLY\n"); in test_file_open_flags()
128 TC_PRINT("Attempt write file opened with flags = O_RDONLY\n"); in test_file_open_flags()
[all …]
/Zephyr-Core-3.5.0/doc/services/device_mgmt/
Ddfu.rst16 The DFU subsystem deals with image management, but not with the transport
57 Zephyr is directly compatible with the open source, cross-RTOS
58 `MCUboot boot loader`_. It interfaces with MCUboot and is aware of the image
60 is the boot loader used with Zephyr. The source code itself is hosted in the
63 In order to use MCUboot with Zephyr you need to take the following into account:
85 More detailed information regarding the use of MCUboot with Zephyr can be found
86 in the `MCUboot with Zephyr`_ documentation page on the MCUboot website.
89 .. _MCUboot with Zephyr: https://docs.mcuboot.com/readme-zephyr
/Zephyr-Core-3.5.0/doc/build/dts/
Ddt-vs-kconfig.rst6 Along with devicetree, Zephyr also uses the Kconfig language to configure the
19 In other words, devicetree mainly deals with hardware, and Kconfig with
22 For example, consider a board containing a SoC with 2 UART, or serial port,
25 * The fact that the board has this UART **hardware** is described with two UART
29 * Additionally, the UART **boot-time configuration** is also described with
38 As another example, consider a device with a 2.4GHz, multi-protocol radio
42 what driver or drivers it's compatible with, etc.
60 properties should be prefixed with ``zephyr,``,
/Zephyr-Core-3.5.0/samples/bluetooth/mesh/
DREADME.rst15 On boards with LEDs, a Generic OnOff Server model exposes functionality for
18 On boards with buttons, a Generic OnOff Client model will send Onoff messages
24 * A board with Bluetooth LE support, or
25 * QEMU with BlueZ running on the host
49 application may be used. Build this sample with configuration
53 Interacting with the sample
56 The sample can either be provisioned into an existing mesh network with an
59 When provisioning with a provisioner device, the provisioner must give the
/Zephyr-Core-3.5.0/drivers/can/
DKconfig.stm3221 Defines the maximum number of filters with standard ID (11-bit)
24 One standard ID filter with mask occupies 1/2 of the 14 available
37 Defines the maximum number of filters with extended ID (29-bit)
40 One extended ID filter with mask occupies 1 of the 14 available
64 Defines the maximum number of filters with standard ID (11-bit)
72 Defines the maximum number of filters with extended ID (29-bit)
/Zephyr-Core-3.5.0/doc/connectivity/networking/
Dqemu_user_setup.rst3 Networking with QEMU User
11 using QEMU SLIRP with Zephyr.
24 allowing them to be automatically assigned with an IP address starting from
30 Using SLIRP with Zephyr
33 In order to use SLIRP with Zephyr, the user has to set the Kconfig option to
55 As this information varies with every use case, it is difficult to come up
56 with good defaults that work for all. Therefore, Zephyr Implementation
65 This option is appended as-is to the QEMU command line. Therefore, any problems with
84 dynamically generated ports cannot communicate with external network.
87 Therefore, IPv6 will not work with User Networking.

12345678910>>...171