Home
last modified time | relevance | path

Searched refs:CONFIG_ (Results 1 – 19 of 19) sorted by relevance

/Zephyr-latest/misc/generated/
DCMakeLists.txt8 REGEX "^#define CONFIG_"
12 …string(REGEX REPLACE "#define (CONFIG_[A-Za-z|_|0-9]*) (.*)" "GEN_ABSOLUTE_SYM_KCONFIG(\\1, \\2)" …
/Zephyr-latest/tests/ztest/base/
DCMakeLists.txt8 # This test suite depends on having this CONFIG_ value, so define it
/Zephyr-latest/boards/native/common/
Dnatsim_config.cmake23 …"NSI_LOCALIZE_OPTIONS:=--localize-symbol=CONFIG_* $<JOIN:$<TARGET_PROPERTY:native_simulator,LOCALI…
/Zephyr-latest/tests/cmake/sysbuild_snippets/sysbuild/test_module/
DCMakeLists.txt5 import_kconfig(CONFIG_ ${BINARY_DIR}/zephyr/.config)
/Zephyr-latest/samples/boards/nordic/nrfx/src/
Dmain.c24 BUILD_ASSERT(IS_ENABLED(_CONCAT(CONFIG_, _CONCAT(NRFX_GPIOTE, GPIOTE_INST))),
/Zephyr-latest/include/zephyr/
Dsw_isr_table.h71 #define Z_SW_ISR_TBL_KCONFIG_BY_ALVL(l) CONCAT(CONFIG_, CONCAT(Z_STR_L, l), _LVL_ISR_TBL_OFFSET)
/Zephyr-latest/cmake/modules/
Dzephyr_default.cmake108 # DTS should be close to kconfig because CONFIG_ variables from
Dkconfig.cmake137 CONFIG_=${KCONFIG_NAMESPACE}_
/Zephyr-latest/doc/build/sysbuild/
Dimages.rst253 set_config_bool(<image> CONFIG_<setting> <value>)
254 set_config_string(<image> CONFIG_<setting> <value>)
255 set_config_int(<image> CONFIG_<setting> <value>)
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py390 CONFIG_ = "CONFIG_" variable in KconfigCheck
944 regex = r"\b" + self.CONFIG_ + r"[A-Z0-9_]+\b(?!\s*##|[$@{(.*])"
960 sym_name = sym_name[len(self.CONFIG_):] # Strip CONFIG_
1178 CONFIG_ = "SB_CONFIG_" variable in SysbuildKconfigCheck
/Zephyr-latest/doc/build/kconfig/
Dsetting.rst73 CONFIG_<symbol name>=<value>
133 2. Any CMake cache entries prefix with ``CONFIG_``
/Zephyr-latest/modules/trusted-firmware-m/
DCMakeLists.txt146 if (CONFIG_${partition})
/Zephyr-latest/
DCMakeLists.txt193 # only *one* of CONFIG_{NO,DEBUG,SPEED,SIZE}_OPTIMIZATIONS is set.
210 # Kconfig choice ensures only one of these CONFIG_*_OPTIMIZATIONS is set.
228 None of the CONFIG_<arch> (e.g. CONFIG_X86) symbols are set. \
/Zephyr-latest/share/sysbuild/cmake/modules/
Dsysbuild_extensions.cmake514 import_kconfig(CONFIG_ ${BINARY_DIR}/zephyr/.config TARGET ${ZCMAKE_APPLICATION})
/Zephyr-latest/doc/contribute/documentation/
Dguidelines.rst1057 Make sure to use the full name of the Kconfig option, including the ``CONFIG_`` prefix.
/Zephyr-latest/doc/develop/test/
Dtwister.rst651 <all CONFIG_* key/value pairs in the test's generated defconfig>,
/Zephyr-latest/doc/releases/
Drelease-notes-2.3.rst1330 * :github:`18657` - drivers/timer/hpet.c should use devicetree, not CONFIG_* for MMIO/IRQ data
Drelease-notes-2.4.rst152 ``_ifdef(CONFIG_ ...)`` instead.
Drelease-notes-2.7.rst743 With this change, many ``CONFIG_*_ON_DEV_NAME`` options were removed and