Home
last modified time | relevance | path

Searched refs:original (Results 1 – 25 of 62) sorted by relevance

123

/Zephyr-Core-3.4.0/doc/project/
Dmodifying_contributions.rst11 to Zephyr's main branch as part of the original pull requests. The authors
12 of the pull requests are responsible for amending their original commits
41 instead of assisting in getting the patches merged in their original
43 * invite the original author of the patches to their pull request review.
56 If the original patches are substantially modified, the developer can either:
58 * (preferably) reach out to the original author and request them to
60 the original sign-off line and author identity, or
63 shall identify in the commit message(s) the original source the
64 submitted work is based on (mentioning, for example, the original PR
70 inside their original branch or pull request, by other Zephyr developers.
Ddocumentation.rst34 the original requirements.
/Zephyr-Core-3.4.0/subsys/net/lib/http/
DREADME_http_parser5 externally maintained open source project. The original upstream code
/Zephyr-Core-3.4.0/boards/arm/nrf52dk_nrf52805/doc/
Dindex.rst11 cost-reduced variant of the original nRF52832. Since Nordic does not offer a
/Zephyr-Core-3.4.0/boards/arm/nrf52833dk_nrf52820/doc/
Dindex.rst11 IC, which is a variant of the original nRF52833. Since Nordic does not offer a
/Zephyr-Core-3.4.0/boards/arm/nrf52840dk_nrf52811/doc/
Dindex.rst11 IC, which is a variant of the original nRF52840. Since Nordic does not offer a
/Zephyr-Core-3.4.0/boards/arm/nrf52dk_nrf52810/doc/
Dindex.rst11 cost-reduced variant of the original nRF52832. Since Nordic does not offer a
/Zephyr-Core-3.4.0/drivers/gpio/
DKconfig.it8xxx229 gpio mode by original GPIO_ITE_IT8XXX2 driver.
/Zephyr-Core-3.4.0/samples/modules/thrift/hello/
DREADME.rst131 You should observe the following in the original ``hello/server`` terminal:
150 You should observe the following in the original ``hello/server`` terminal.
188 You should observe the following in the original ``hello_server`` terminal:
/Zephyr-Core-3.4.0/subsys/mgmt/mcumgr/smp/
DKconfig85 bool "Support original protocol"
88 This option will enable supporting the original SMP protocol whereby
/Zephyr-Core-3.4.0/samples/drivers/i2s/echo/
DREADME.rst11 mixes the original signal with its delayed form that is buffered, providing
/Zephyr-Core-3.4.0/scripts/dts/python-devicetree/tests/
Dtest_dtlib.py2390 original = getattr(dt, attr_name)
2392 assert original is not copy
2393 assert list(original.keys()) == list(copy.keys())
2397 zip(original.values(), copy.values())])
Dtest_edtlib.py759 original = getattr(edt, attribute)
760 assert equal(copy, original)
761 assert copy is not original
/Zephyr-Core-3.4.0/doc/connectivity/bluetooth/api/mesh/
Dheartbeat.rst16 original Time To Live (TTL) value used to send the message and a bitfield of
/Zephyr-Core-3.4.0/.github/ISSUE_TEMPLATE/
D007_ext-source.md12 Name of project hosting the original open source code
/Zephyr-Core-3.4.0/doc/develop/west/
Dwhy.rst73 * Clean separation of Zephyr original code and imported projects and libraries
74 * Avoidance of license incompatibilities between original and imported code
/Zephyr-Core-3.4.0/subsys/mgmt/mcumgr/grp/shell_mgmt/
DKconfig38 # Show dummy shell buffer size here, will show help text of original prompt so
/Zephyr-Core-3.4.0/subsys/net/
Dbuf_simple.c50 void net_buf_simple_clone(const struct net_buf_simple *original, in net_buf_simple_clone() argument
53 memcpy(clone, original, sizeof(struct net_buf_simple)); in net_buf_simple_clone()
/Zephyr-Core-3.4.0/doc/services/device_mgmt/
Dmcumgr_backporting.rst76 as close to the ones in the original commits as possible, adding the following line:
142 ``<pr_num>`` is the number of the original pull request that has already been merged.
Dsmp_protocol.rst45 The original specification states that SMP should support receiving
/Zephyr-Core-3.4.0/cmake/modules/
DFindDeprecated.cmake28 # and then in the original CMakeLists.txt, this code is inserted instead:
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/mesh/
DREADME.rst36 When running test applications independently, make sure to assign the original
/Zephyr-Core-3.4.0/doc/kernel/services/other/
Dfloat.rst149 FPU user to a non-user thread, and then back to the original FPU user.
199 during its scheduling slot), and then back to the original FPU user.
260 switching from an FPU user to a non-user thread, and then back to the original
/Zephyr-Core-3.4.0/boards/arm/nrf52_adafruit_feather/doc/
Dindex.rst187 .. _pinouts: https://cdn-learn.adafruit.com/assets/assets/000/046/210/original/Feather_NRF52_Pinout…
/Zephyr-Core-3.4.0/lib/os/
DKconfig.cbprintf97 conversions. The precision of the original specification is

123