/Zephyr-latest/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.
|
/Zephyr-latest/samples/subsys/fs/fs_sample/boards/ |
D | nrf52840dk_nrf52840_ram_disk_region.overlay | 9 * remove the original definition and replace it with smaller one. 22 * The first one is reduced in size original sram0:
|
/Zephyr-latest/boards/arduino/opta/ |
D | arduino_opta_stm32h747xx_m7_defconfig | 23 # Don't start M4 during the M7 boot (this is what the original Opta does)
|
/Zephyr-latest/subsys/net/lib/http/ |
D | README_http_parser | 5 externally maintained open source project. The original upstream code
|
/Zephyr-latest/drivers/gpio/ |
D | Kconfig.it8xxx2 | 29 gpio mode by original GPIO_ITE_IT8XXX2 driver.
|
/Zephyr-latest/boards/shields/arduino_uno_click/boards/ |
D | nrf9160dk_nrf9160_arduino_uno_click_common.dtsi | 9 * The original Arduino Uno provides the same SCL/SDA on two sets of
|
/Zephyr-latest/samples/modules/thrift/hello/ |
D | README.rst | 153 You should observe the following in the original ``hello/server`` terminal: 172 You should observe the following in the original ``hello/server`` terminal. 210 You should observe the following in the original ``hello_server`` terminal:
|
/Zephyr-latest/samples/posix/philosophers/ |
D | README.rst | 42 Like the original philosophers sample, the POSIX variant also enables
|
/Zephyr-latest/cmake/modules/ |
D | FindThreads.cmake | 20 # The original implementation tries to find threads library using various
|
/Zephyr-latest/tests/lib/net_buf/buf/src/ |
D | main.c | 471 struct net_buf *original, *clone; in ZTEST() local 475 original = net_buf_alloc_len(&bufs_pool, 1, K_NO_WAIT); in ZTEST() 476 zassert_not_null(original, "Failed to get buffer"); in ZTEST() 477 buf_user_data = net_buf_user_data(original); in ZTEST() 480 clone = net_buf_clone(original, K_NO_WAIT); in ZTEST() 485 net_buf_unref(original); in ZTEST()
|
/Zephyr-latest/samples/drivers/i2s/echo/ |
D | README.rst | 12 mixes the original signal with its delayed form that is buffered, providing
|
/Zephyr-latest/subsys/mgmt/mcumgr/smp/ |
D | Kconfig | 143 bool "Support original protocol" 146 This option will enable supporting the original SMP protocol whereby
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/ |
D | test_dtlib.py | 2422 original = getattr(dt, attr_name) 2424 assert original is not copy 2425 assert list(original.keys()) == list(copy.keys()) 2429 zip(original.values(), copy.values())])
|
/Zephyr-latest/doc/develop/west/ |
D | alias.rst | 13 parameters as they were passed to the original command. Spaces are considered
|
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-latest/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-latest/.github/ISSUE_TEMPLATE/ |
D | 007_ext-source.md | 12 Name of project hosting the original open source code
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/shell_mgmt/ |
D | Kconfig | 38 # Show dummy shell buffer size here, will show help text of original prompt so
|
/Zephyr-latest/boards/nordic/nrf54l15dk/doc/ |
D | index.rst | 164 cost-reduced variant of the original nRF54L15. Since Nordic does not offer a 183 cost-reduced variant of the original nRF54L15. Since Nordic does not offer a
|
/Zephyr-latest/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-latest/tests/cmake/yaml/ |
D | CMakeLists.txt | 195 COMMENT "readback yaml list length does not match original." 251 COMMENT "readback yaml list length does not match original." 311 COMMENT "readback yaml list length does not match original."
|
/Zephyr-latest/tests/benchmarks/thread_metric/ |
D | thread_metric_readme.txt | 86 Zephyr's version of this benchmark has modified the original tm_main() 92 than that used by the original Thread-Metric code. These functions 105 original version of this benchmark.
|
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/ |
D | Kconfig | 76 In this mode, besides the original 128-bytes FIFO, an additional
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_testsuite.py | 96 def test_scanpathresults_dunders(original, provided, expected): argument 97 result = original == provided
|
/Zephyr-latest/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.
|