/Zephyr-latest/doc/contribute/ |
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/soc/realtek/ec/common/rts5912_imgtool/ |
D | img_gen.py | 133 with open(signed_bin, "ab") as signed, open(original_bin, "rb") as original: 134 signed.write(original.read()) 137 original.close()
|
/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/drivers/clock_control/ |
D | Kconfig.siwx91x | 13 The original hardware allow to customize the various clocks offered for
|
/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/drivers/sensor/explorir_m/ |
D | explorir_m.c | 263 struct sensor_value original; in explorir_m_calibrate() local 271 rc = explorir_m_uart_transceive(dev, EXPLORIR_M_GET_FILTER_CHAR, &original, in explorir_m_calibrate() 290 restore_rc = explorir_m_uart_transceive(dev, EXPLORIR_M_SET_FILTER_CHAR, &original, in explorir_m_calibrate()
|
/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/cmake/modules/ |
D | FindThreads.cmake | 20 # The original implementation tries to find threads library using various
|
/Zephyr-latest/samples/posix/philosophers/ |
D | README.rst | 42 Like the original philosophers sample, the POSIX variant also enables
|
/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/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/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/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/tests/cmake/yaml/ |
D | CMakeLists.txt | 233 COMMENT "readback yaml list length does not match original." 284 COMMENT "readback yaml list length does not match original." 340 COMMENT "readback yaml list length does not match original." 380 COMMENT "readback yaml list length does not match original." 424 COMMENT "readback yaml list length does not match original." 468 COMMENT "readback yaml list length does not match original." 531 COMMENT "readback yaml list length does not match original."
|
/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/.github/ISSUE_TEMPLATE/ |
D | 007_ext-source.md | 12 Name of project hosting the original open source code
|
/Zephyr-latest/boards/nordic/nrf54l15dk/doc/ |
D | index.rst | 167 cost-reduced variant of the original nRF54L15. Since Nordic does not offer a 186 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/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.
|