/Zephyr-Core-3.6.0/doc/project/ |
D | modifying_contributions.rst | 11 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.
|
D | documentation.rst | 34 the original requirements.
|
/Zephyr-Core-3.6.0/subsys/net/lib/http/ |
D | README_http_parser | 5 externally maintained open source project. The original upstream code
|
/Zephyr-Core-3.6.0/boards/arm/nrf52840dk_nrf52811/doc/ |
D | index.rst | 11 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/ |
D | index.rst | 11 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/ |
D | index.rst | 11 cost-reduced variant of the original nRF52832. Since Nordic does not offer a
|
/Zephyr-Core-3.6.0/boards/arm/nrf52dk_nrf52810/doc/ |
D | index.rst | 11 cost-reduced variant of the original nRF52832. Since Nordic does not offer a
|
/Zephyr-Core-3.6.0/drivers/gpio/ |
D | Kconfig.it8xxx2 | 29 gpio mode by original GPIO_ITE_IT8XXX2 driver.
|
/Zephyr-Core-3.6.0/samples/posix/philosophers/ |
D | README.rst | 42 Like the original philosophers sample, the POSIX variant also enables
|
/Zephyr-Core-3.6.0/samples/modules/thrift/hello/ |
D | README.rst | 139 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/ |
D | README.rst | 12 mixes the original signal with its delayed form that is buffered, providing
|
/Zephyr-Core-3.6.0/subsys/mgmt/mcumgr/smp/ |
D | Kconfig | 143 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/ |
D | test_dtlib.py | 2390 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())])
|
D | test_edtlib.py | 773 original = getattr(edt, attribute) 774 assert equal(copy, original) 775 assert copy is not original
|
/Zephyr-Core-3.6.0/.github/ISSUE_TEMPLATE/ |
D | 007_ext-source.md | 12 Name of project hosting the original open source code
|
/Zephyr-Core-3.6.0/doc/connectivity/bluetooth/api/mesh/ |
D | heartbeat.rst | 16 original Time To Live (TTL) value used to send the message and a bitfield of
|
/Zephyr-Core-3.6.0/doc/develop/west/ |
D | why.rst | 73 * 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/ |
D | Kconfig | 38 # 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/ |
D | smp_group_3.rst | 6 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/ |
D | Kconfig | 74 In this mode, besides the original 128-bytes FIFO, an additional
|
/Zephyr-Core-3.6.0/scripts/tests/twister/ |
D | test_testsuite.py | 95 def test_scanpathresults_dunders(original, provided, expected): argument 96 result = original == provided
|
/Zephyr-Core-3.6.0/subsys/net/ |
D | buf_simple.c | 50 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/ |
D | mcumgr_backporting.rst | 76 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/ |
D | FindDeprecated.cmake | 28 # and then in the original CMakeLists.txt, this code is inserted instead:
|
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/mesh/ |
D | README.rst | 36 When running test applications independently, make sure to assign the original
|