Home
last modified time | relevance | path

Searched refs:fallback (Results 1 – 25 of 38) sorted by relevance

12

/Zephyr-latest/scripts/west_commands/
Dzephyr_ext_common.py49 def config_get_words(self, section_key, fallback=None): argument
52 return fallback if unparsed is None else shlex.split(unparsed)
54 def config_get(self, section_key, fallback=None): argument
57 return fallback
Dbuild.py58 def config_get(option, fallback): argument
59 return config.get('build', option, fallback=fallback)
61 def config_getboolean(option, fallback): argument
62 return config.getboolean('build', option, fallback=fallback)
Dbuild_helpers.py101 default = config.get('build', 'dir-fmt', fallback=DEFAULT_BUILD_DIR)
Drun_common.py510 guess = config.get('build', 'guess-dir', fallback='never')
/Zephyr-latest/soc/st/stm32/stm32l1x/
DKconfig.defconfig10 # adjust the fallback because of the LSI oscaillator characteristics
/Zephyr-latest/subsys/task_wdt/
DKconfig25 bool "Use hardware watchdog as a fallback"
42 If a hardware watchdog is configured as a fallback for the task
52 The timeout of the hardware watchdog fallback will be increased by
/Zephyr-latest/soc/st/stm32/stm32f1x/
DKconfig.defconfig12 # adjust the fallback because of the LSI oscaillator characteristics
/Zephyr-latest/soc/st/stm32/stm32l0x/
DKconfig.defconfig12 # adjust the fallback because of the LSI oscillator characteristics
/Zephyr-latest/soc/st/stm32/stm32f0x/
DKconfig.defconfig15 # adjust the fallback because of the LSI oscillator characteristics
/Zephyr-latest/soc/st/stm32/stm32f4x/
DKconfig.defconfig12 # adjust the fallback because of the LSI oscaillator characteristics
/Zephyr-latest/samples/subsys/task_wdt/
DREADME.rst17 fallback. Otherwise the task watchdog will run independently.
/Zephyr-latest/doc/services/task_wdt/
Dindex.rst21 An existing hardware watchdog can be used as an optional fallback if the task
/Zephyr-latest/cmake/modules/
DFindBabbleSim.cmake15 # If these are not set, as a fallback we attempt to find it through west, in case the user
/Zephyr-latest/doc/hardware/peripherals/
Dbc12.rst18 On many devices, BC1.2 is the fallback mechanism to determine the connected
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_rd_client.c1278 bool fallback = true; in fallback_to_bootstrap() local
1282 &fallback); in fallback_to_bootstrap()
1283 if (fallback) { in fallback_to_bootstrap()
/Zephyr-latest/boards/beagle/beaglev_fire/doc/
Dindex.rst115 [10.450867] Selecting SDCARD/MMC (fallback) as boot source ...
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.fish201 set -l fallback 1
205 set fallback $argv[2]
226 if test $fallback -eq 1 -a -n "$ZEPHYR_BASE"
/Zephyr-latest/doc/develop/west/
Dbasics.rst64 fallback if that fails).
Dbuilt-in.rst14 names as specified in the manifest file, or (as a fallback) paths to them
/Zephyr-latest/modules/mbedtls/
DKconfig133 fallback to MBEDTLS_DEBUG_EXTRACT_BASENAME_AT_RUNTIME instead.
/Zephyr-latest/doc/build/sysbuild/
Dindex.rst687 ``my_sample`` will use the ``my_sample.conf`` Kconfig fragment file (as it will fallback to the
689 (as it will fallback to the file without the suffix).
693 ``my_sample`` will use the ``my_sample.conf`` Kconfig fragment file (as it will fallback to the
/Zephyr-latest/arch/arm64/core/
DKconfig181 bool "To enable fallback on reserved cores"
/Zephyr-latest/doc/kernel/services/smp/
Dsmp.rst197 Zephyr provides fallback behavior that is correct, but perhaps
208 reasonable fallback when IPI is not available: we can simply spin,
/Zephyr-latest/doc/services/debugging/
Dcoredump.rst23 * ``DEBUG_COREDUMP_BACKEND_NULL``: fallback core dump backend if other
/Zephyr-latest/boards/phytec/phyboard_polis/doc/
Dindex.rst300 …[ 90.716571] remoteproc remoteproc0: Falling back to sysfs fallback for: /lib/firmware/zephyr.elf

12