Searched refs:since (Results 1 – 25 of 237) sorted by relevance
12345678910
/Zephyr-Core-3.7.0/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-Core-3.7.0/tests/drivers/dac/dac_loopback/boards/ |
D | twr_ke18f.overlay | 9 * Increase sample time to 5 microseconds since there is no
|
/Zephyr-Core-3.7.0/doc/_extensions/zephyr/ |
D | api_overview.py | 44 version = since = "" 53 since = sect.get_para()[0].get_valueOf_() 57 if since:
|
/Zephyr-Core-3.7.0/samples/drivers/counter/maxim_ds3231/ |
D | Kconfig | 7 bool "Option to align RTC with time-since-boot"
|
/Zephyr-Core-3.7.0/doc/develop/west/ |
D | west-not-found.rst | 15 The west APIs are not documented since either west was missing or the zephyr
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/arch/x86/core/ |
D | ia32.cmake | 33 # Last since we declare default exception handlers here
|
/Zephyr-Core-3.7.0/samples/tfm_integration/psa_crypto/boards/ |
D | nrf9160dk_nrf9160_ns.overlay | 14 * since TF-M region definitions are configured
|
/Zephyr-Core-3.7.0/samples/tfm_integration/tfm_ipc/boards/ |
D | nrf9160dk_nrf9160_ns.overlay | 14 * since TF-M region definitions are configured
|
/Zephyr-Core-3.7.0/tests/lib/hash_map/ |
D | Kconfig | 22 independently of the arena size since the native libc is used.
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/tests/net/socket/tls_ext/ |
D | CMakeLists.txt | 29 # since it seems to be the only one that is signed by a ca
|
/Zephyr-Core-3.7.0/dts/arm/gd/gd32l23x/ |
D | gd32l233rc.dtsi | 17 /* Combine SRAM0(16K) and SRAM1(16K), since its address is continuous. */
|
/Zephyr-Core-3.7.0/doc/hardware/peripherals/sensor/ |
D | channels.rst | 19 historical since the introduction of :c:struct:`sensor_chan_spec` for Zephyr 3.7.
|
/Zephyr-Core-3.7.0/doc/_doxygen/ |
D | groups.dox | 72 @since 3.5
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/samples/boards/nrf/system_off/ |
D | README.rst | 17 system off was entered, and total uptime since initial power-on are retained
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/drivers/audio/ |
D | Kconfig.dmic_mcux | 21 API should provide at least one more buffer than this value, since
|
12345678910