/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/modules/thrift/src/thrift/server/ |
D | TServer.h | 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() 195 std::shared_ptr<TTransportFactory>(new TTransportFactory())); in TServer() [all …]
|
/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/arch/arm64/include/ |
D | kernel_arch_func.h | 43 extern void z_arm64_context_switch(struct k_thread *new, in arch_switch() 45 struct k_thread *new = switch_to; in arch_switch() local 49 z_arm64_context_switch(new, old); in arch_switch()
|
/Zephyr-latest/include/zephyr/xen/ |
D | generic.h | 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/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/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/arch/arm/include/cortex_a_r/ |
D | kernel_arch_func.h | 65 extern void z_arm_context_switch(struct k_thread *new, in arch_switch() 68 struct k_thread *new = switch_to; in arch_switch() local 72 z_arm_context_switch(new, old); in arch_switch()
|
/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/arch/riscv/include/ |
D | kernel_arch_func.h | 66 extern void z_riscv_switch(struct k_thread *new, struct k_thread *old); in arch_switch() 67 struct k_thread *new = switch_to; in arch_switch() local 71 arch_syscall_invoke2((uintptr_t)new, (uintptr_t)old, RV_ECALL_SCHEDULE); in arch_switch() 73 z_riscv_switch(new, old); in arch_switch()
|
/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 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. 589 by the standard conforming new driver attribute [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. 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>` 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. 668 * Removed :c:macro:`BOOT_TRAILER_IMG_STATUS_OFFS` in favor a two new functions; 745 * STM32: Flash driver was revisited to simplify reuse of driver for new series, taking [all …]
|
D | release-notes-4.2.rst | 4 What goes here: removed/deprecated apis, new boards, new drivers, notable 5 features. If you feel like something new can be useful to a user, put it 67 of a new ``arduino_uno_r4`` board with revisions (``arduino_uno_r4@minima`` and 74 Link to new APIs here, in a group if you think it's necessary, no need to get 113 You may update this list as you contribute a new board during the release cycle, in order to make
|
/Zephyr-latest/tests/drivers/build_all/fuel_gauge/ |
D | i2c.dtsi | 22 sbs-gauge-new-api@2 { 23 compatible = "sbs,sbs-gauge-new-api";
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.template.log_config_inherit | 9 # Name of the new log module. 12 # Name of the module that will be inherited by the new module.
|
/Zephyr-latest/scripts/build/ |
D | parse_syscalls.py | 143 def update_file_if_changed(path, new): argument 148 if new != old: 150 fp.write(new) 153 fp.write(new)
|
/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/drivers/mbox/ |
D | Kconfig.renesas_rz | 19 remote processor to consume the previous message before sending a new one. If the 22 until the previous message is consumed before sending a new one.
|
/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 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/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 54 - Addition of new boards, SoCs or drivers to existing subsystems 60 guideline to write a new RFC.
|
/Zephyr-latest/samples/net/sockets/http_server/src/certs/ |
D | gen_ca_cert.sh | 12 -new \
|
/Zephyr-latest/.github/ISSUE_TEMPLATE/ |
D | 008_bin-blobs.md | 31 you are submitting this as part of a new module you may link to the same Pull 32 Request that introduced the new module.
|
/Zephyr-latest/doc/hardware/porting/ |
D | index.rst | 6 These pages document how to port Zephyr to new hardware.
|
/Zephyr-latest/doc/develop/west/ |
D | release-notes.rst | 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 215 in a new workspace for the first time; this used to fail (just for the first 268 - ``west.configuration.Configuration``: new object-oriented interface to the 275 - ``config``: new attribute, returns a ``Configuration`` object or aborts the [all …]
|
/Zephyr-latest/doc/services/tfm/ |
D | testsuites.rst | 41 changes to TF-M, such as enabling a new TF-M board target, or making changes 43 before publishing a new PR for new board support, etc.
|