Searched refs:defaults (Results 1 – 25 of 98) sorted by relevance
1234
/Zephyr-latest/soc/andestech/ae350/ |
D | Kconfig.defconfig | 7 # SoC defaults should be parsed before SoC Series defaults, because SoCs usually
|
/Zephyr-latest/soc/nxp/imx/ |
D | Kconfig.defconfig | 7 # can override the defaults given here
|
D | Kconfig | 10 # can override the defaults given here
|
/Zephyr-latest/soc/nxp/imxrt/ |
D | Kconfig.defconfig | 7 # can override the defaults given here 87 # what the ztest_thread_stack defaults to. 94 # defaults specific for the M7 core
|
/Zephyr-latest/boards/infineon/cy8cproto_063_ble/ |
D | Kconfig.defconfig | 9 # No defaults to change for now
|
/Zephyr-latest/samples/sensor/bme280/ |
D | Kconfig | 14 # the device connected either way. These defaults can be overridden if
|
/Zephyr-latest/boards/st/stm32f7508_dk/support/ |
D | openocd.cfg | 15 # inherited from stm32f7x.cfg for reset-start defaults to 2000 kHz, so
|
/Zephyr-latest/boards/st/stm32f746g_disco/support/ |
D | openocd.cfg | 19 # inherited from stm32f7x.cfg for reset-start defaults to 2000 kHz, so
|
/Zephyr-latest/soc/intel/intel_adsp/ |
D | Kconfig.defconfig | 10 # A workaround for HWMv2 to recover SOF arch/xtensa defaults overridden by arch/host.
|
/Zephyr-latest/soc/nxp/imxrt/imxrt6xx/ |
D | Kconfig.defconfig | 44 # what the ztest_thread_stack defaults to.
|
/Zephyr-latest/samples/net/syslog_net/ |
D | Kconfig | 13 zero means that the defaults in the application are used.
|
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/ |
D | kconfig.mjs | 138 function renderKconfigDefaults(parent, defaults, alt_defaults) { argument 139 if (defaults.length === 0 && alt_defaults.length === 0) { 152 if (defaults.length > 0) { 157 defaults.forEach(entry => { 195 const showText = document.createTextNode('Show/Hide other defaults'); 255 /* symbol properties (defaults, selects, etc.) */ 264 renderKconfigDefaults(props, entry.defaults, entry.alt_defaults);
|
/Zephyr-latest/scripts/kconfig/ |
D | kconfiglib.py | 1141 for filename, cond in self.defconfig_list.defaults: 3184 node.defaults.append((self._parse_expr(False), 3189 node.defaults.append((self._parse_expr(False), 3222 node.defaults.append( 3501 for value, cond in sym.defaults: 3536 for _, cond in choice.defaults: 3576 for (idx, defaults) in sym.configdefaults: 3577 for d in defaults: 3582 sym.defaults.insert(inserted + idx, default) 3662 choice.defaults += node.defaults [all …]
|
/Zephyr-latest/drivers/mbox/ |
D | Kconfig | 13 # Include these first so that any properties (e.g. defaults) below can be
|
/Zephyr-latest/drivers/mdio/ |
D | Kconfig | 25 # Include these first so that any properties (e.g. defaults) below can be
|
/Zephyr-latest/cmake/modules/ |
D | python.cmake | 7 # are invoked by CMake code and, on Windows, standard I/O encoding defaults
|
/Zephyr-latest/samples/subsys/usb/common/ |
D | Kconfig.sample_usbd | 4 # This file contains Kconfig options and defaults for configuring USB devices
|
/Zephyr-latest/boards/qemu/arc/ |
D | board.cmake | 24 # Let's rely on the QEMU defaults instead of specifying exact board name,
|
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/ |
D | Kconfig.defconfig | 26 # what the ztest_thread_stack defaults to.
|
/Zephyr-latest/ |
D | .gitignore | 55 hide-defaults-note
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.nxp_s32 | 26 tables to configure Quad mode. Otherwise it defaults to Dual or
|
/Zephyr-latest/doc/_extensions/zephyr/kconfig/ |
D | __init__.py | 349 defaults = list() 354 defaults.append(fmt) 411 "defaults": defaults,
|
/Zephyr-latest/boards/mediatek/mt8196/ |
D | mt8196_adsp.dts | 47 * values here appear to be hardware defaults). We represent
|
/Zephyr-latest/doc/develop/west/ |
D | manifest.rst | 87 defaults: 100 The manifest contains subsections, like ``defaults``, ``remotes``, 217 Its local path defaults to its name, ``proj3``. Commit ``abcde413a111`` will 221 Sometimes we'll refer to the ``defaults`` subsection; it will be described 250 If the project has neither, the ``defaults`` section must specify a 263 ``revision`` value from the ``defaults`` subsection will be used if 322 The ``defaults`` subsection can provide default values for project 325 so far using ``defaults`` is: 330 defaults: 355 The available ``defaults`` keys and their usage are in the following table. [all …]
|
/Zephyr-latest/samples/subsys/usb/shell/ |
D | README.rst | 53 uart:~$ usbd defaults
|
1234