Searched refs:since (Results 1 – 25 of 229) sorted by relevance
12345678910
/Zephyr-latest/scripts/checkpatch/ |
D | maintainer-checkpatch.bash | 88 since=${since_commit} 90 since=HEAD~${num_commits} 92 git format-patch ${since} -o ${outdir} 2>/dev/null >/dev/null
|
/Zephyr-latest/tests/drivers/dac/dac_loopback/boards/ |
D | twr_ke18f.overlay | 9 * Increase sample time to 5 microseconds since there is no
|
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/ |
D | Kconfig | 7 bool "Option to align RTC with time-since-boot"
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | api_overview.py | 44 version = since = "" 53 since = sect.get_para()[0].get_valueOf_() 57 if since:
|
/Zephyr-latest/doc/develop/west/ |
D | west-not-found.rst | 15 The west APIs are not documented since either west was missing or the zephyr
|
/Zephyr-latest/drivers/entropy/ |
D | Kconfig.bt_hci | 14 # Don't use use Bluetooth HCI as a random source since it will be slow.
|
D | Kconfig.rv32m1 | 15 # Don't use use the RV32M1 TRNG as a random source since it can be quite slow.
|
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/ |
D | README.rst | 58 The peripheral will output overall data (since boot), 59 current connection (since the CIG was connected) and latest 1000 received 90 role. Once connected, the central will output overall data (since boot), 91 current connection (since the CIG was connected) and latest 1000 received
|
/Zephyr-latest/scripts/ |
D | set_assignees.py | 362 if args.since: 363 since = args.since 366 since = today - datetime.timedelta(days=1)
|
D | requirements-base.txt | 3 # While technically west isn't required it's considered in base since it's
|
/Zephyr-latest/samples/tfm_integration/psa_crypto/boards/ |
D | nrf9160dk_nrf9160_ns.overlay | 14 * since TF-M region definitions are configured
|
/Zephyr-latest/samples/tfm_integration/tfm_ipc/boards/ |
D | nrf9160dk_nrf9160_ns.overlay | 14 * since TF-M region definitions are configured
|
/Zephyr-latest/tests/lib/hash_map/ |
D | Kconfig | 22 independently of the arena size since the native libc is used.
|
/Zephyr-latest/arch/x86/core/ |
D | ia32.cmake | 33 # Last since we declare default exception handlers here
|
/Zephyr-latest/dts/arm/gd/gd32l23x/ |
D | gd32l233rc.dtsi | 17 /* Combine SRAM0(16K) and SRAM1(16K), since its address is continuous. */
|
/Zephyr-latest/tests/net/socket/tls_ext/ |
D | CMakeLists.txt | 29 # since it seems to be the only one that is signed by a ca
|
/Zephyr-latest/arch/arm64/core/cortex_r/ |
D | Kconfig | 34 is fine for User Mode, since the background ARM map does not 35 allow nPRIV access at all. However, since the background map
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | channels.rst | 19 historical since the introduction of :c:struct:`sensor_chan_spec` for Zephyr 3.7.
|
/Zephyr-latest/samples/subsys/ipc/openamp/remote/boards/ |
D | mimxrt1170_evk_mimxrt1176_cm4_B.overlay | 8 /* Switch to lpuart2, since primary core uses lpuart1 */
|
D | mimxrt1160_evk_mimxrt1166_cm4.overlay | 10 /* Switch to lpuart2, since primary core uses lpuart1 */
|
D | mimxrt1170_evk_mimxrt1176_cm4.overlay | 10 /* Switch to lpuart2, since primary core uses lpuart1 */
|
/Zephyr-latest/samples/boards/nordic/system_off/ |
D | README.rst | 18 number of times system off was entered, and total uptime since initial power-on
|
/Zephyr-latest/include/zephyr/linker/common-rom/ |
D | common-rom-kernel-devices.ld | 29 /* since z_shared_isr() is not referenced anywhere when 32 * built), the symbol will be added to the text section since it's
|
/Zephyr-latest/doc/_doxygen/ |
D | groups.dox | 72 @since 3.5
|
/Zephyr-latest/dts/common/nordic/ |
D | nrf_common.dtsi | 26 /* Pin controller is a "virtual" device since nRF SoCs do pin
|
12345678910