/Zephyr-latest/scripts/west_commands/ |
D | zephyr_ext_common.py | 49 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
|
D | build.py | 58 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)
|
D | build_helpers.py | 101 default = config.get('build', 'dir-fmt', fallback=DEFAULT_BUILD_DIR)
|
D | run_common.py | 510 guess = config.get('build', 'guess-dir', fallback='never')
|
/Zephyr-latest/soc/st/stm32/stm32l1x/ |
D | Kconfig.defconfig | 10 # adjust the fallback because of the LSI oscaillator characteristics
|
/Zephyr-latest/subsys/task_wdt/ |
D | Kconfig | 25 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/ |
D | Kconfig.defconfig | 12 # adjust the fallback because of the LSI oscaillator characteristics
|
/Zephyr-latest/soc/st/stm32/stm32l0x/ |
D | Kconfig.defconfig | 12 # adjust the fallback because of the LSI oscillator characteristics
|
/Zephyr-latest/soc/st/stm32/stm32f0x/ |
D | Kconfig.defconfig | 15 # adjust the fallback because of the LSI oscillator characteristics
|
/Zephyr-latest/soc/st/stm32/stm32f4x/ |
D | Kconfig.defconfig | 12 # adjust the fallback because of the LSI oscaillator characteristics
|
/Zephyr-latest/samples/subsys/task_wdt/ |
D | README.rst | 17 fallback. Otherwise the task watchdog will run independently.
|
/Zephyr-latest/doc/services/task_wdt/ |
D | index.rst | 21 An existing hardware watchdog can be used as an optional fallback if the task
|
/Zephyr-latest/cmake/modules/ |
D | FindBabbleSim.cmake | 15 # If these are not set, as a fallback we attempt to find it through west, in case the user
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | bc12.rst | 18 On many devices, BC1.2 is the fallback mechanism to determine the connected
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_rd_client.c | 1278 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/ |
D | index.rst | 115 [10.450867] Selecting SDCARD/MMC (fallback) as boot source ...
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.fish | 201 set -l fallback 1 205 set fallback $argv[2] 226 if test $fallback -eq 1 -a -n "$ZEPHYR_BASE"
|
/Zephyr-latest/doc/develop/west/ |
D | basics.rst | 64 fallback if that fails).
|
D | built-in.rst | 14 names as specified in the manifest file, or (as a fallback) paths to them
|
/Zephyr-latest/modules/mbedtls/ |
D | Kconfig | 133 fallback to MBEDTLS_DEBUG_EXTRACT_BASENAME_AT_RUNTIME instead.
|
/Zephyr-latest/doc/build/sysbuild/ |
D | index.rst | 687 ``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/ |
D | Kconfig | 181 bool "To enable fallback on reserved cores"
|
/Zephyr-latest/doc/kernel/services/smp/ |
D | smp.rst | 197 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/ |
D | coredump.rst | 23 * ``DEBUG_COREDUMP_BACKEND_NULL``: fallback core dump backend if other
|
/Zephyr-latest/boards/phytec/phyboard_polis/doc/ |
D | index.rst | 300 …[ 90.716571] remoteproc remoteproc0: Falling back to sysfs fallback for: /lib/firmware/zephyr.elf
|