Searched refs:original (Results 1 – 25 of 62) sorted by relevance
123
/Zephyr-Core-3.4.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.4.0/subsys/net/lib/http/ |
D | README_http_parser | 5 externally maintained open source project. The original upstream code
|
/Zephyr-Core-3.4.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.4.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.4.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.4.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.4.0/drivers/gpio/ |
D | Kconfig.it8xxx2 | 29 gpio mode by original GPIO_ITE_IT8XXX2 driver.
|
/Zephyr-Core-3.4.0/samples/modules/thrift/hello/ |
D | README.rst | 131 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/ |
D | Kconfig | 85 bool "Support original protocol" 88 This option will enable supporting the original SMP protocol whereby
|
/Zephyr-Core-3.4.0/samples/drivers/i2s/echo/ |
D | README.rst | 11 mixes the original signal with its delayed form that is buffered, providing
|
/Zephyr-Core-3.4.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 | 759 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/ |
D | heartbeat.rst | 16 original Time To Live (TTL) value used to send the message and a bitfield of
|
/Zephyr-Core-3.4.0/.github/ISSUE_TEMPLATE/ |
D | 007_ext-source.md | 12 Name of project hosting the original open source code
|
/Zephyr-Core-3.4.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.4.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.4.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.4.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.
|
D | smp_protocol.rst | 45 The original specification states that SMP should support receiving
|
/Zephyr-Core-3.4.0/cmake/modules/ |
D | FindDeprecated.cmake | 28 # and then in the original CMakeLists.txt, this code is inserted instead:
|
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/mesh/ |
D | README.rst | 36 When running test applications independently, make sure to assign the original
|
/Zephyr-Core-3.4.0/doc/kernel/services/other/ |
D | float.rst | 149 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/ |
D | index.rst | 187 .. _pinouts: https://cdn-learn.adafruit.com/assets/assets/000/046/210/original/Feather_NRF52_Pinout…
|
/Zephyr-Core-3.4.0/lib/os/ |
D | Kconfig.cbprintf | 97 conversions. The precision of the original specification is
|
123