/Zephyr-latest/boards/arm/fvp_baser_aemv8r/doc/ |
D | debug-with-arm-ds.rst | 37 Create a new configuration database 40 Create a new configuration database by selecting ``File -> New -> Other... -> Configuration Databas… 42 .. image:: images/create-new-configuration-database.jpg 44 :alt: Arm DS create new configuration database 48 .. image:: images/create-new-configuration-database_database-name.jpg 50 :alt: Arm DS create new configuration database: choose database name 52 Click ``Finish`` and the new configuration database can be seen in ``Project Explorer``: 54 .. image:: images/create-new-configuration-database_shown-in-project-explorer.jpg 56 :alt: Arm DS create new configuration database: shown in project explorer 58 Create a new model configuration [all …]
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.5.rst | 14 * Added new battery charger driver API 15 * Added new hardware spinlock driver API 16 * Added new modem subsystem 17 * Added support for 45+ new boards 129 * New boards have been added. 130 * For the new boards, embedded C libraries can be used, and conflicts with the host symbols 132 * The :ref:`POSIX OS abstraction<posix_support>` is supported in these new boards. 185 * Added new API to manage Bluetooth settings storage 435 * Added a new ``initlevels`` target for printing the final device and 581 * A new mandatory method attr_get() was introduced into ieee802154_radio_api. [all …]
|
D | release-notes-3.3.rst | 39 :c:macro:`DEVICE_DT_DEFINE`. It also includes a new backend API pointer to 66 removed in favor of new :dtcompatible:`zephyr,flash-disk` devicetree binding. 139 * New :ref:`Zephyr message bus (Zbus) <zbus>` subsystem added; a message-oriented 160 This should now be configured using the new ``lse_bypass`` property of 303 use the new API by following the :ref:`migration guide <mcumgr_cb_migration>` 314 New APIs in this release 414 * Added a new ``BT_CONN_INTERVAL_TO_US`` utility macro. 422 * Added a new :c:func:`bt_le_per_adv_sync_lookup_index` function. 434 * Added a new :kconfig:option:`BT_ID_ALLOW_UNAUTH_OVERWRITE` that allows 464 * Added a new ``LL_ASSERT_MSG`` macro for verbose assertions. [all …]
|
/Zephyr-latest/lib/cpp/minimal/ |
D | cpp_new.cpp | 8 #include <new> 22 NODISCARD void* operator new(size_t size) in operator new() 27 NODISCARD void* operator new[](size_t size) in operator new[]() 32 NODISCARD void* operator new(std::size_t size, const std::nothrow_t& tag) NOEXCEPT in operator new() 37 NODISCARD void* operator new[](std::size_t size, const std::nothrow_t& tag) NOEXCEPT in operator new[]() 43 NODISCARD void* operator new(size_t size, std::align_val_t al) in operator new() 48 NODISCARD void* operator new[](std::size_t size, std::align_val_t al) in operator new[]() 53 NODISCARD void* operator new(std::size_t size, std::align_val_t al, in operator new() 59 NODISCARD void* operator new[](std::size_t size, std::align_val_t al, in operator new[]()
|
/Zephyr-latest/modules/thrift/src/thrift/server/ |
D | TServer.h | 69 * Called when a new client has connected and is about to being processing. 168 std::shared_ptr<TTransportFactory>(new TTransportFactory())); in TServer() 170 std::shared_ptr<TTransportFactory>(new TTransportFactory())); in TServer() 172 std::shared_ptr<TProtocolFactory>(new TBinaryProtocolFactory())); in TServer() 174 std::shared_ptr<TProtocolFactory>(new TBinaryProtocolFactory())); in TServer() 178 : processorFactory_(new TSingletonProcessorFactory(processor)) in TServer() 181 std::shared_ptr<TTransportFactory>(new TTransportFactory())); in TServer() 183 std::shared_ptr<TTransportFactory>(new TTransportFactory())); in TServer() 185 std::shared_ptr<TProtocolFactory>(new TBinaryProtocolFactory())); in TServer() 187 std::shared_ptr<TProtocolFactory>(new TBinaryProtocolFactory())); in TServer() [all …]
|
/Zephyr-latest/tests/posix/signals/src/ |
D | main.c | 229 NEW, in test_sigmask_entry() enumerator 238 zassert_equal(sigmask(invalid_how, &set[NEW], &set[OLD]), EINVAL); in test_sigmask_entry() 241 zassert_ok(sigemptyset(&set[NEW])); in test_sigmask_entry() 242 zassert_ok(sigmask(SIG_SETMASK, &set[NEW], NULL)); in test_sigmask_entry() 245 zassert_mem_equal(&set[OLD], &set[NEW], sizeof(set[OLD])); in test_sigmask_entry() 247 zassert_ok(sigfillset(&set[NEW])); in test_sigmask_entry() 248 zassert_ok(sigmask(SIG_SETMASK, &set[NEW], NULL)); in test_sigmask_entry() 251 zassert_mem_equal(&set[OLD], &set[NEW], sizeof(set[OLD])); in test_sigmask_entry() 254 zassert_ok(sigemptyset(&set[NEW])); in test_sigmask_entry() 255 zassert_ok(sigmask(SIG_SETMASK, &set[NEW], NULL)); in test_sigmask_entry() [all …]
|
/Zephyr-latest/doc/contribute/ |
D | proposals_and_rfcs.rst | 13 controlled path for new features to enter the project. 19 - A new feature that creates new API surface area, and would require a feature 23 - The introduction of new idiomatic usage or conventions, even if they do not 40 - Addition of new boards, SoCs or drivers to existing subsystems 46 guideline to write a new RFC.
|
/Zephyr-latest/doc/develop/west/ |
D | release-notes.rst | 11 - New ``west grep`` command for running a "grep tool" in your west workspace's 67 - ``west.commands.WestCommand.run_subprocess()``: new wrapper 86 - ``west compare``: new command that compares the state of the 89 - Support for a new ``manifest.project-filter`` configuration option. 95 warnings. These warnings are errors if the new ``manifest.project-filter`` 155 add new options with similar names but different behavior to existing ones. 161 - ``west update``: new ``--submodule-init-config`` option. 188 - The :ref:`west-apis-commands` module got some new APIs which lay groundwork 192 - New ``west.commands.WestCommand.__init__()`` keyword argument: ``verbosity`` 193 - New ``west.commands.WestCommand`` property: ``color_ui`` [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/persistence/ |
D | access.sh | 24 -- -argstest access-cfg=new-subs 28 -- -argstest access-cfg=new-subs 47 -- -argstest access-cfg=new-subs 51 -- -argstest access-cfg=new-subs
|
/Zephyr-latest/include/zephyr/xen/ |
D | generic.h | 27 * "old", then store and return "new". Otherwise, return the "old" value. 29 #define synch_cmpxchg(ptr, old, new) \ argument 31 __atomic_compare_exchange_n(ptr, &stored, new, 0, __ATOMIC_SEQ_CST, \ 32 __ATOMIC_SEQ_CST) ? new : old; \
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_create/src/ |
D | main.c | 47 * Test creating a new identity. 49 * a new random address is generated. 58 * - A new identity is created and the address is loaded to bt_dev.id_addr[] 81 * Test creating a new identity and ensure that the generated address isn't in the ID list. 83 * a new random address is generated. 92 * - A new identity is created and the address is loaded to bt_dev.id_addr[] 118 * Test creating a new identity. 120 * 'BT_DEV_ENABLE' is set, a new random address is generated. 130 * - A new identity is created and the address is loaded to bt_dev.id_addr[] 156 * Test creating a new identity, but bt_addr_le_create_static() returns an error. [all …]
|
/Zephyr-latest/doc/project/ |
D | proposals.rst | 6 For feature tracking we use Github labels to classify new features and 15 A request for the implementation or inclusion of a new unit of functionality 26 hardware platform. This ranges from porting Zephyr itself to a new 36 This is the formal way for asking for a new feature in Zephyr and indicating its 44 - Label new features requests as ``feature-request`` 45 - The TSC discusses new ``feature-request`` items regularly and triages them. 84 can help the project present its plan in a compelling way to existing and new 85 stakeholders, to help recruit new members and it can be a helpful resource the
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/provision/ |
D | pb_remote_pst_ncrp.sh | 20 # - check that Composition Data pages 0 (old comp data) and 128 (new comp data) are different 21 # - check that Composition Data pages 1 (old comp data) and 129 (new comp data) are different 23 # - verify Composition Data pages 0 (new comp data) and 128 (same as page 0) 24 # - verify Composition Data pages 1 (new comp data) and 129 (same as page 1) 26 # - start with a new Composition Data
|
/Zephyr-latest/tests/net/lib/mqtt/v3_1_1/mqtt_packet/ |
D | README | 41 [PASS] 1 - CONNECT, new session, zeros 42 [PASS] 2 - CONNECT, new session, will 43 [PASS] 3 - CONNECT, new session, will retain 44 [PASS] 4 - CONNECT, new session, will qos = 1 45 [PASS] 5 - CONNECT, new session, will qos = 1, will retain 46 [PASS] 6 - CONNECT, new session, username and password
|
/Zephyr-latest/subsys/net/l2/ppp/ |
D | misc.c | 45 enum ppp_phase new) in validate_phase_transition() argument 61 if (!(valid_transitions[current] & 1 << new)) { in validate_phase_transition() 64 ppp_phase_str(new), new); in validate_phase_transition() 69 enum ppp_phase new) in validate_phase_transition() argument 72 ARG_UNUSED(new); in validate_phase_transition() 209 enum ppp_state new) in validate_state_transition() argument 252 if (!(valid_transitions[current] & 1 << new)) { in validate_state_transition() 255 ppp_state_str(new), new); in validate_state_transition() 260 enum ppp_state new) in validate_state_transition() argument 263 ARG_UNUSED(new); in validate_state_transition()
|
/Zephyr-latest/boards/renode/cortex_r8_virtual/support/ |
D | cortex_r8_virtual.repl | 10 … sysbus new Bus.BusMultiRegistration { address: 0xf9001000; size: 0x100; region: "cpuInterface" }; 11 … sysbus new Bus.BusMultiRegistration { address: 0xf9000000; size: 0x1000; region: "distributor" } 18 sysbus new Bus.BusPointRegistration { address: 0xae000600; cpu: cpu }
|
/Zephyr-latest/subsys/bluetooth/controller/util/ |
D | dbuf.h | 27 * The function provides pointer to new element that may be modified by the user. 32 * @param idx Pointer to return new element index. 34 * @return Pointer to new element memory. 54 * @brief Enqueue new element for buffer swap. 98 * @brief Return information whether new element was enqueued to a buffer. 102 * @return True if there were new element enqueued, false in other case.
|
D | memq.c | 83 * @details Enqueue is destructive so tail will change to new tail 87 * @param link[in] Element to be appended. Becomes new tail 90 * @return New tail. Note: Does not point to the new mem 94 /* Let the old tail element point to the new tail element */ in memq_enqueue() 97 /* Let the old tail element point the new memory */ in memq_enqueue() 100 /* Update the tail-pointer to point to the new tail element. in memq_enqueue() 101 * The new tail-element is not expected to point to anything sensible in memq_enqueue() 161 * @details Dequeue is destructive so head will change to new head 178 /* Update the head-pointer to point to the new head element */ in memq_dequeue()
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/ |
D | README.md | 62 but inferior performance on new data. 75 performance on new data. 90 ## Collecting new data 92 To obtain new training data using the 141 First, in a new terminal window, run the following command to begin logging 157 Press the `RST` button to start capturing a new gesture, then press Button 14 158 when it ends. New data will begin with a line "-,-,-". 177 Edit the following files to include your new gesture names (replacing 184 Edit the following files to include your new person names (replacing "hyw", 191 Finally, run the commands described earlier to train a new model.
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | dfu.rst | 93 accept the new firmware. Nodes that do not respond, or respond that they can't receive the new 102 their status and new firmware IDs. 143 | New firmware version | 8 B | 1 B: Major version | 148 | New firmware size | 3 B | Size in bytes for a new firmware | 150 | New firmware core type | 1 B | Bit field: | 159 | | | in the New firmware core type field. | 161 | New number of elements | 2 B | Number of elements on the node | 164 | | | in the New firmware core type field. | 167 | data for new firmware | (Optional) | application to execute some | 181 be found. The URI points to an online resource the Initiator can interact with to get new [all …]
|
D | dfu_srv.rst | 61 :ref:`bluetooth_mesh_models_rpr_srv` is supported, the Composition Data of the new firmware image 62 will be represented by Composition Data Pages 128, 129, and 130. The Models Metadata of the new 72 while the Composition Data in the new firmware will be loaded into Composition Data Pages 128, 129 74 Models Metadata for the new image will be loaded into Models Metadata Page 128. 79 and working with the old firmware after the new firmware image is applied. 115 the new firmware. The firmware image table should be updated to reflect the new firmware ID of the 120 After booting up with the new firmware, the firmware image table should be updated before the
|
/Zephyr-latest/tests/drivers/fuel_gauge/sbs_gauge/ |
D | testcase.yaml | 9 filter: dt_compat_enabled("sbs,sbs-gauge-new-api") 32 filter: dt_compat_enabled("sbs,sbs-gauge-new-api") 49 filter: dt_compat_enabled("sbs,sbs-gauge-new-api")
|
/Zephyr-latest/include/zephyr/drivers/mm/ |
D | system_mm.h | 208 * @brief Remap virtual pages into new address 211 * of size @p size into a new virtual memory region starting at 216 * Note that the virtual memory at both the old and new addresses 220 * Note that overlapping of old and new virtual memory regions 232 * new virtual addresses are not all unmapped 251 * This maps a region of physical memory into the new virtual address space 253 * address space (@p virt_old). The new virtual memory region is mapped 259 * Note that the virtual memory at both the old and new addresses 263 * Note that overlapping of old and new virtual memory regions 270 * new physical pages [all …]
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | cdb.h | 110 * of new nodes. This function is generally only used from inside the stack. 115 * @param iv_index The new IV Index to use. 122 * Allocate a new node in the CDB. 133 * @return The new node or NULL if CDB has already allocated 165 * Assigns the node a new address and clears the previous persistent storage 169 * @param addr New unicast address for the node. 248 * Allocate a new subnet in the CDB. 252 * @return The new subnet or NULL if it cannot be allocated due to 299 * The old key has an index 0 and the new one has an index 1. 316 * The old key has an index 0 and the new one has an index 1. [all …]
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.native_posix | 36 It is strongly discouraged to try to use this option with the new 46 When this option is selected a new command line switch is provided: 60 string "Default command to attach the UART to a new terminal" 65 run to attach a new terminal to the 1st UART.
|