Home
last modified time | relevance | path

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

1234

/Zephyr-latest/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.
/Zephyr-latest/samples/subsys/fs/fs_sample/boards/
Dnrf52840dk_nrf52840_ram_disk_region.overlay9 * 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/
Darduino_opta_stm32h747xx_m7_defconfig23 # Don't start M4 during the M7 boot (this is what the original Opta does)
/Zephyr-latest/subsys/net/lib/http/
DREADME_http_parser5 externally maintained open source project. The original upstream code
/Zephyr-latest/drivers/gpio/
DKconfig.it8xxx229 gpio mode by original GPIO_ITE_IT8XXX2 driver.
/Zephyr-latest/boards/shields/arduino_uno_click/boards/
Dnrf9160dk_nrf9160_arduino_uno_click_common.dtsi9 * The original Arduino Uno provides the same SCL/SDA on two sets of
/Zephyr-latest/samples/modules/thrift/hello/
DREADME.rst153 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/
DREADME.rst42 Like the original philosophers sample, the POSIX variant also enables
/Zephyr-latest/cmake/modules/
DFindThreads.cmake20 # The original implementation tries to find threads library using various
/Zephyr-latest/tests/lib/net_buf/buf/src/
Dmain.c471 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/
DREADME.rst12 mixes the original signal with its delayed form that is buffered, providing
/Zephyr-latest/subsys/mgmt/mcumgr/smp/
DKconfig143 bool "Support original protocol"
146 This option will enable supporting the original SMP protocol whereby
/Zephyr-latest/scripts/dts/python-devicetree/tests/
Dtest_dtlib.py2422 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/
Dalias.rst13 parameters as they were passed to the original command. Spaces are considered
Dwhy.rst73 * 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/
Dheartbeat.rst16 original Time To Live (TTL) value used to send the message and a bitfield of
/Zephyr-latest/.github/ISSUE_TEMPLATE/
D007_ext-source.md12 Name of project hosting the original open source code
/Zephyr-latest/subsys/mgmt/mcumgr/grp/shell_mgmt/
DKconfig38 # Show dummy shell buffer size here, will show help text of original prompt so
/Zephyr-latest/boards/nordic/nrf54l15dk/doc/
Dindex.rst164 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/
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-latest/tests/cmake/yaml/
DCMakeLists.txt195 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/
Dthread_metric_readme.txt86 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/
DKconfig76 In this mode, besides the original 128-bytes FIFO, an additional
/Zephyr-latest/scripts/tests/twister/
Dtest_testsuite.py96 def test_scanpathresults_dunders(original, provided, expected): argument
97 result = original == provided
/Zephyr-latest/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.

1234