Home
last modified time | relevance | path

Searched refs:early (Results 1 – 25 of 59) sorted by relevance

123

/Zephyr-latest/kernel/
DKconfig.init10 bool "Run early SoC reset hook"
12 Run an early SoC reset hook.
18 bool "Run early SoC preparation hook"
20 Run an early SoC preparation hook.
26 bool "Run early SoC hook"
28 Run an early SoC initialization hook.
51 bool "Run early board hook"
53 Run an early board initialization hook.
/Zephyr-latest/drivers/timer/
DKconfig.nrf_grtc49 too early. In other words, applying SYSCOUNTER sleep state for less than
/Zephyr-latest/cmake/toolchain/arcmwdt/
Dgeneric.cmake27 # On very early stage build system needs to get access to DTC preprocessor.
/Zephyr-latest/lib/utils/
DKconfig55 The sys_winstream utility is sometimes used in early boot
/Zephyr-latest/doc/hardware/arch/
Dx86.rst15 During very early boot, page tables are loaded so technically the kernel
84 access during very early boot. To pass extra command line arguments to
/Zephyr-latest/arch/x86/core/
DKconfig.intel6428 processing and early kernel/CPU initialization. They need only
/Zephyr-latest/drivers/pinctrl/
DKconfig34 peripheral at early boot stages depending on a certain input.
/Zephyr-latest/soc/atmel/sam0/common/
DKconfig.saml2x11 These can be mitigated by inserting a small delay during the early boot
/Zephyr-latest/subsys/logging/frontends/
DKconfig60 int "Buffer size to store early messages"
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_rd_client.c1128 int64_t early = CONFIG_LWM2M_SECONDS_TO_UPDATE_EARLY; in next_update() local
1133 if (early > client.lifetime) { in next_update()
1134 early = client.lifetime; in next_update()
1137 next = MIN(period, client.lifetime - early); in next_update()
/Zephyr-latest/samples/boards/nordic/dynamic_pinctrl/
DREADME.rst7 early boot stages, depending on the input level on a pin connected to a
/Zephyr-latest/lib/os/
DKconfig114 Initialize P4WQ threads early so that the P4WQ can be used on devices
/Zephyr-latest/subsys/net/l2/wifi/
DKconfig36 If TWT setup is triggered early in the connection, then device might
/Zephyr-latest/boards/blues/swan_r5/doc/
Dindex.rst13 developers' needs that span from early prototyping through high-volume
/Zephyr-latest/subsys/random/
DKconfig36 early random number genenator.
/Zephyr-latest/arch/arc/
DKconfig386 bool "Make early stage SoC-specific initialization"
388 Call SoC per-core setup code on early stage initialization
/Zephyr-latest/modules/hostap/
DKconfig571 bool "Exit early if PWE if found"
575 this can be intensive, so, add an option to exit early.
/Zephyr-latest/boards/xen/xenvm/doc/
Dindex.rst91 * Xen early console_io interface (mainly for debug purposes - requires debug version of Xen)
/Zephyr-latest/boards/adi/max32672fthr/doc/
Dindex.rst10 a power-optimized flexible platform for quick proof-ofconcepts and early software development
/Zephyr-latest/drivers/espi/
DKconfig78 early in the flow after the VW channel is configured. Or it could be
/Zephyr-latest/boards/adi/max32655fthr/doc/
Dindex.rst13 early software development to enhance time to market. Go to
/Zephyr-latest/doc/develop/languages/cpp/
Dindex.rst135 offer early prototypes of features before they become
163 infrastructure that provides coverage baselines, catches issues early,
/Zephyr-latest/boards/adi/max32666fthr/doc/
Dindex.rst11 This platform provides poweroptimized flexible for quick proof-of-concepts and early software
/Zephyr-latest/boards/adi/max78000fthr/doc/
Dindex.rst11 platform for quick proof-of-concepts and early software development to enhance time to market.
/Zephyr-latest/doc/kernel/
Dcode-relocation.rst173 Take care if relocating kernel/arch files, some contain early initialization

123