Home
last modified time | relevance | path

Searched refs:since (Results 1 – 25 of 237) sorted by relevance

12345678910

/Zephyr-Core-3.7.0/scripts/checkpatch/
Dmaintainer-checkpatch.bash88 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/
Dtwr_ke18f.overlay9 * Increase sample time to 5 microseconds since there is no
/Zephyr-Core-3.7.0/doc/_extensions/zephyr/
Dapi_overview.py44 version = since = ""
53 since = sect.get_para()[0].get_valueOf_()
57 if since:
/Zephyr-Core-3.7.0/samples/drivers/counter/maxim_ds3231/
DKconfig7 bool "Option to align RTC with time-since-boot"
/Zephyr-Core-3.7.0/doc/develop/west/
Dwest-not-found.rst15 The west APIs are not documented since either west was missing or the zephyr
/Zephyr-Core-3.7.0/drivers/entropy/
DKconfig.bt_hci14 # Don't use use Bluetooth HCI as a random source since it will be slow.
DKconfig.rv32m115 # 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/
DREADME.rst58 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/
Dset_assignees.py362 if args.since:
363 since = args.since
366 since = today - datetime.timedelta(days=1)
Drequirements-base.txt3 # While technically west isn't required it's considered in base since it's
/Zephyr-Core-3.7.0/arch/x86/core/
Dia32.cmake33 # Last since we declare default exception handlers here
/Zephyr-Core-3.7.0/samples/tfm_integration/psa_crypto/boards/
Dnrf9160dk_nrf9160_ns.overlay14 * since TF-M region definitions are configured
/Zephyr-Core-3.7.0/samples/tfm_integration/tfm_ipc/boards/
Dnrf9160dk_nrf9160_ns.overlay14 * since TF-M region definitions are configured
/Zephyr-Core-3.7.0/tests/lib/hash_map/
DKconfig22 independently of the arena size since the native libc is used.
/Zephyr-Core-3.7.0/arch/arm64/core/cortex_r/
DKconfig34 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/
DCMakeLists.txt29 # since it seems to be the only one that is signed by a ca
/Zephyr-Core-3.7.0/dts/arm/gd/gd32l23x/
Dgd32l233rc.dtsi17 /* Combine SRAM0(16K) and SRAM1(16K), since its address is continuous. */
/Zephyr-Core-3.7.0/doc/hardware/peripherals/sensor/
Dchannels.rst19 historical since the introduction of :c:struct:`sensor_chan_spec` for Zephyr 3.7.
/Zephyr-Core-3.7.0/doc/_doxygen/
Dgroups.dox72 @since 3.5
/Zephyr-Core-3.7.0/samples/subsys/ipc/openamp/remote/boards/
Dmimxrt1170_evk_mimxrt1176_cm4_B.overlay8 /* Switch to lpuart2, since primary core uses lpuart1 */
Dmimxrt1160_evk_mimxrt1166_cm4.overlay10 /* Switch to lpuart2, since primary core uses lpuart1 */
Dmimxrt1170_evk_mimxrt1176_cm4.overlay10 /* Switch to lpuart2, since primary core uses lpuart1 */
/Zephyr-Core-3.7.0/samples/boards/nrf/system_off/
DREADME.rst17 system off was entered, and total uptime since initial power-on are retained
/Zephyr-Core-3.7.0/include/zephyr/linker/common-rom/
Dcommon-rom-kernel-devices.ld29 /* 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/
DKconfig.dmic_mcux21 API should provide at least one more buffer than this value, since

12345678910