Home
last modified time | relevance | path

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

12345678910

/Zephyr-latest/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-latest/tests/drivers/dac/dac_loopback/boards/
Dtwr_ke18f.overlay9 * Increase sample time to 5 microseconds since there is no
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/
DKconfig7 bool "Option to align RTC with time-since-boot"
/Zephyr-latest/doc/_extensions/zephyr/
Dapi_overview.py44 version = since = ""
53 since = sect.get_para()[0].get_valueOf_()
57 if since:
/Zephyr-latest/doc/develop/west/
Dwest-not-found.rst15 The west APIs are not documented since either west was missing or the zephyr
/Zephyr-latest/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-latest/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-latest/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-latest/samples/tfm_integration/psa_crypto/boards/
Dnrf9160dk_nrf9160_ns.overlay14 * since TF-M region definitions are configured
/Zephyr-latest/samples/tfm_integration/tfm_ipc/boards/
Dnrf9160dk_nrf9160_ns.overlay14 * since TF-M region definitions are configured
/Zephyr-latest/tests/lib/hash_map/
DKconfig22 independently of the arena size since the native libc is used.
/Zephyr-latest/arch/x86/core/
Dia32.cmake33 # Last since we declare default exception handlers here
/Zephyr-latest/dts/arm/gd/gd32l23x/
Dgd32l233rc.dtsi17 /* Combine SRAM0(16K) and SRAM1(16K), since its address is continuous. */
/Zephyr-latest/tests/net/socket/tls_ext/
DCMakeLists.txt29 # since it seems to be the only one that is signed by a ca
/Zephyr-latest/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-latest/doc/hardware/peripherals/sensor/
Dchannels.rst19 historical since the introduction of :c:struct:`sensor_chan_spec` for Zephyr 3.7.
/Zephyr-latest/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-latest/samples/boards/nordic/system_off/
DREADME.rst18 number of times system off was entered, and total uptime since initial power-on
/Zephyr-latest/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-latest/doc/_doxygen/
Dgroups.dox72 @since 3.5
/Zephyr-latest/dts/common/nordic/
Dnrf_common.dtsi26 /* Pin controller is a "virtual" device since nRF SoCs do pin

12345678910