Home
last modified time | relevance | path

Searched full:original (Results 1 – 25 of 228) sorted by relevance

12345678910

/Zephyr-Core-3.5.0/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-Core-3.5.0/tests/boot/with_mcumgr/pytest/
Dtest_downgrade_prevention.py29 image version is 0.0.0 (lower than version of the original app)
34 6) Verify that the original application is booted (version 1.1.1)
59 logger.info('Verify that the original APP is booted')
/Zephyr-Core-3.5.0/tests/kernel/interrupt/src/
Dinterrupt_offload.c31 * is greater than the original thread.
59 /*TESTPOINT: original thread run right after irq end.*/ in entry_offload_job()
235 * - If the priority of the original thread < offload job, offload jobs
238 * - If the priority of the original thread >= offload job, offload
260 * - If the priority of the original thread < offload job, offload jobs
263 * - If the priority of the original thread >= offload job, offload
/Zephyr-Core-3.5.0/tests/boards/intel_adsp/mm/src/
Dmain.c77 "mapping and original don't match (0x%x != 0x%x)",
96 "remapping and original don't match");
139 "page copy modified original");
155 "original page data changed after unmap");
203 "mapping and original don't match (0x%x != 0x%x)", in ZTEST()
222 "remapping and original don't match"); in ZTEST()
265 "page copy modified original"); in ZTEST()
281 "original page data changed after unmap"); in ZTEST()
/Zephyr-Core-3.5.0/subsys/net/l2/ieee802154/
Dieee802154_security.h27 * @param frame Pointer to the frame data in original (little endian) byte order.
43 * @param frame Pointer to the frame data in original (little endian) byte order.
/Zephyr-Core-3.5.0/include/zephyr/kernel/internal/
Dsched_priq.h18 * to the list. This corresponds to the way the original _wait_q_t
48 * to the original Zephyr scheduler. RAM requirements are
/Zephyr-Core-3.5.0/drivers/smbus/
Dsmbus_utils.h13 * @param callbacks A pointer to the original list of callbacks (can be NULL)
36 * @param callbacks A pointer to the original list of callbacks (can be NULL)
/Zephyr-Core-3.5.0/subsys/net/lib/http/
DREADME_http_parser5 externally maintained open source project. The original upstream code
/Zephyr-Core-3.5.0/arch/x86/core/intel64/
Duserspace.S73 /* Save original stack pointer from user mode in memory, at the
126 * We save caller-saved registers so we can restore to original values
157 * Callee-saved registers are un-touched from original values per C
160 * call. We saved them earlier, restore their original values when
164 * We also can't have RCX and R11 clobbered as we need the original
/Zephyr-Core-3.5.0/samples/compression/lz4/src/
Dmain.c54 printk("Original Data size: %d\n", src_size); in main()
86 printk("Decompressed data is different from original\n"); in main()
/Zephyr-Core-3.5.0/drivers/gpio/
DKconfig.it8xxx229 gpio mode by original GPIO_ITE_IT8XXX2 driver.
/Zephyr-Core-3.5.0/tests/bluetooth/host/buf/mocks/
Diso.c12 * should be kept in sync with the original.
/Zephyr-Core-3.5.0/soc/x86/intel_ish/utils/
Dbuild_ish_firmware.py88 # Append original kernel image
95 # Append original aon image
/Zephyr-Core-3.5.0/boards/arm/nrf52dk_nrf52810/doc/
Dindex.rst11 cost-reduced variant of the original nRF52832. Since Nordic does not offer a
/Zephyr-Core-3.5.0/boards/arm/nrf52833dk_nrf52820/doc/
Dindex.rst11 IC, which is a variant of the original nRF52833. Since Nordic does not offer a
/Zephyr-Core-3.5.0/boards/arm/nrf52dk_nrf52805/doc/
Dindex.rst11 cost-reduced variant of the original nRF52832. Since Nordic does not offer a
/Zephyr-Core-3.5.0/boards/arm/nrf52840dk_nrf52811/doc/
Dindex.rst11 IC, which is a variant of the original nRF52840. Since Nordic does not offer a
/Zephyr-Core-3.5.0/arch/arm/core/
Duserspace.S351 /* Restore user stack and original r0, r1 */
400 * r8 contains original LR
428 /* original r0 is saved in ip */
580 * restore the others to original values.
586 * return back to original function that called SVC, add 1 to force thumb
606 * restore the others to original values.
613 * return back to original function that called SVC, add 1 to force thumb
625 * restore the others to original values.
632 * return back to original function that called SVC
/Zephyr-Core-3.5.0/arch/arc/core/
Dfault_s.S92 * not in the original sp (thread stack or interrupt stack).
95 * is setup in original sp, double exception may be raised during
104 /* ilink is the thread's original sp */
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/smp/
DKconfig143 bool "Support original protocol"
146 This option will enable supporting the original SMP protocol whereby
/Zephyr-Core-3.5.0/samples/modules/tflite-micro/hello_world/src/
Dmain.c30 /* Note: Modified from original while(true) to accommodate CI */ in main()
/Zephyr-Core-3.5.0/scripts/schemas/twister/
Dplatform-schema.yaml9 # The original spec comes from Zephyr's twister script
/Zephyr-Core-3.5.0/tests/drivers/uart/uart_basic_api/src/
Dtest_uart_fifo.c20 * original data size.
29 * sent out will be equal to the original length of the characters.
/Zephyr-Core-3.5.0/boards/arm/nrf52_adafruit_feather/
Dboard.h13 …* https://cdn-learn.adafruit.com/assets/assets/000/039/913/original/microcontrollers_BluefruitnRF5…
/Zephyr-Core-3.5.0/include/zephyr/sys/
Dspeculation.h31 * @return The original index value if < size, or 0

12345678910