Home
last modified time | relevance | path

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

123

/Zephyr-Core-3.6.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.6.0/subsys/net/lib/http/
DREADME_http_parser5 externally maintained open source project. The original upstream code
/Zephyr-Core-3.6.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.6.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.6.0/boards/arm/nrf52dk_nrf52805/doc/
Dindex.rst11 cost-reduced variant of the original nRF52832. Since Nordic does not offer a
/Zephyr-Core-3.6.0/boards/arm/nrf52dk_nrf52810/doc/
Dindex.rst11 cost-reduced variant of the original nRF52832. Since Nordic does not offer a
/Zephyr-Core-3.6.0/drivers/gpio/
DKconfig.it8xxx229 gpio mode by original GPIO_ITE_IT8XXX2 driver.
/Zephyr-Core-3.6.0/samples/posix/philosophers/
DREADME.rst42 Like the original philosophers sample, the POSIX variant also enables
/Zephyr-Core-3.6.0/samples/modules/thrift/hello/
DREADME.rst139 You should observe the following in the original ``hello/server`` terminal:
158 You should observe the following in the original ``hello/server`` terminal.
196 You should observe the following in the original ``hello_server`` terminal:
/Zephyr-Core-3.6.0/samples/drivers/i2s/echo/
DREADME.rst12 mixes the original signal with its delayed form that is buffered, providing
/Zephyr-Core-3.6.0/subsys/mgmt/mcumgr/smp/
DKconfig143 bool "Support original protocol"
146 This option will enable supporting the original SMP protocol whereby
/Zephyr-Core-3.6.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.py773 original = getattr(edt, attribute)
774 assert equal(copy, original)
775 assert copy is not original
/Zephyr-Core-3.6.0/.github/ISSUE_TEMPLATE/
D007_ext-source.md12 Name of project hosting the original open source code
/Zephyr-Core-3.6.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.6.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.6.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.6.0/doc/services/device_mgmt/smp_groups/
Dsmp_group_3.rst6 Settings management group (known as Configuration Manager in the original MCUmgr repository)
25 the original upstream version, however, the original client functionality should work for
/Zephyr-Core-3.6.0/subsys/mgmt/ec_host_cmd/backends/
DKconfig74 In this mode, besides the original 128-bytes FIFO, an additional
/Zephyr-Core-3.6.0/scripts/tests/twister/
Dtest_testsuite.py95 def test_scanpathresults_dunders(original, provided, expected): argument
96 result = original == provided
/Zephyr-Core-3.6.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.6.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.
/Zephyr-Core-3.6.0/cmake/modules/
DFindDeprecated.cmake28 # and then in the original CMakeLists.txt, this code is inserted instead:
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/mesh/
DREADME.rst36 When running test applications independently, make sure to assign the original

123