Searched refs:symbols (Results 1 – 25 of 161) sorted by relevance
1234567
/Zephyr-latest/scripts/coccinelle/ |
D | reserved_names.cocci | 48 with open("scripts/coccinelle/symbols.txt", "r") as fp: 49 symbols = fp.read().splitlines() 50 if v in symbols: 67 with open("scripts/coccinelle/symbols.txt", "r") as fp: 68 symbols = fp.read().splitlines() 69 if v in symbols: 89 with open("scripts/coccinelle/symbols.txt", "r") as fp: 90 symbols = fp.read().splitlines() 91 if v in symbols:
|
/Zephyr-latest/modules/mbedtls/ |
D | create_psa_files.py | 75 symbols = [] 81 symbols.append(res[0]) 82 return symbols 84 def generate_kconfig_content(symbols: List[str]) -> str: 86 for sym in symbols: 97 def generate_header_content(symbols: List[str]) -> str: 99 for sym in symbols:
|
D | Kconfig.psa.logic | 5 # some logic between PSA_WANT symbols.
|
/Zephyr-latest/scripts/build/ |
D | gen_strerror_table.py | 31 symbols = [] 47 symbols.append(symbol) 66 for symbol in symbols: 75 for symbol in symbols:
|
D | gen_strsignal_table.py | 26 symbols = [] 42 symbols.append(symbol) 60 for symbol in symbols:
|
/Zephyr-latest/doc/build/kconfig/ |
D | tips.rst | 25 between symbols that have prompts and symbols that don't. 36 Symbols without prompts are called *hidden* or *invisible* symbols, because 41 their value from other symbols), so less restrictions apply to them. If some 43 then do it in Kconfig, but keep the distinction between symbols with and 166 of all symbols that (directly or indirectly) select it have to be updated as 170 Chains of symbols selecting each other should be avoided in particular, except 171 for simple helper symbols, as covered below in :ref:`good_select_use`. 231 Using ``select`` for helper symbols 234 A good and safe use of ``select`` is for setting "helper" symbols that capture 235 some condition. Such helper symbols should preferably have no prompt or [all …]
|
D | setting.rst | 19 Visible and invisible Kconfig symbols 23 between *visible* and *invisible* symbols. 25 - A visible symbol is a symbol defined with a prompt. Visible symbols show 43 - An *invisible* symbol is a symbol without a prompt. Invisible symbols are 46 or from other symbols. 57 In this case, ``CPU_HAS_FPU`` is enabled through other symbols having 61 Setting symbols in configuration files 64 Visible symbols can be configured by setting them in configuration files. The 77 ``bool`` symbols can be enabled or disabled by setting them to ``y`` or ``n``, 99 ``n``-valued symbols correspond to unset variables simplifies tests in Make. [all …]
|
D | menuconfig.rst | 16 configuration symbols. 29 configuration file only lists symbols that differ from their default value. 90 mode, single-menu mode will distinguish between symbols defined with 91 ``config`` and symbols defined with ``menuconfig``, showing you what 104 while numeric and string-valued configuration symbols are shown with 151 symbols by name and jump to them. In ``guiconfig``, you can also change symbol 162 mode, all symbols are displayed, including currently invisible symbols. To turn
|
D | index.rst | 11 Configuration options (often called *symbols*) are defined in :file:`Kconfig` 12 files, which also specify dependencies between symbols that determine what
|
/Zephyr-latest/include/zephyr/linker/common-rom/ |
D | common-rom-init.ld | 13 * The __CTOR_LIST__ and __CTOR_END__ symbols are always defined 19 * __ZEHPYR_CTOR_END__ symbols, so these need to be correctly set. 48 * __CTOR_END__ symbols we define __init_array_start and __init_array_end
|
/Zephyr-latest/soc/st/stm32/stm32f7x/ |
D | Kconfig.defconfig | 6 # Kconfig symbols common to STM32F7 series
|
/Zephyr-latest/soc/st/stm32/stm32f2x/ |
D | Kconfig.defconfig | 6 # Kconfig symbols common to STM32F2 series
|
/Zephyr-latest/cmake/bintools/ |
D | bintools_template.cmake | 14 # - symbols : Tool for listing symbols in a binary 67 # elfconvert_flag_strip_all : Flag that is used for stripping all symbols when converting 68 # elfconvert_flag_strip_debug : Flag that is used to strip debug symbols when converting 104 # - strip: Name of command for stripping symbols 108 # strip_flag_all : Flag for removing all symbols 109 # strip_flag_debug : Flag for removing debug symbols 114 # - symbols : Name of command for printing out symbols 160 # strip command for stripping symbols 170 # list symbols in a binary
|
/Zephyr-latest/soc/st/stm32/stm32f3x/ |
D | Kconfig.defconfig | 6 # Kconfig symbols common to STM32F3 series
|
/Zephyr-latest/include/zephyr/linker/ |
D | llext-sections.ld | 10 * absolute address 0 so other weak symbols are exported as NULL. 23 * This section is used to temporarily save the exported symbols' names in the
|
D | ram-end.ld | 3 * end-of-used-memory symbols
|
/Zephyr-latest/soc/st/stm32/stm32l4x/ |
D | Kconfig.defconfig | 7 # Kconfig symbols common to STM32L4 series
|
/Zephyr-latest/soc/st/stm32/stm32h7rsx/ |
D | Kconfig.defconfig | 6 # Kconfig symbols common to STM32H7RS series
|
/Zephyr-latest/cmake/linker/ld/ |
D | ld_script.cmake | 14 get_property(symbols GLOBAL PROPERTY ${STRING_OBJECT}_SYMBOLS) 60 foreach(symbol ${symbols}) 163 get_property(symbols GLOBAL PROPERTY ${STRING_OBJECT}_SYMBOLS) 164 foreach(symbol ${symbols}) 237 get_property(symbols GLOBAL PROPERTY ${STRING_SECTION}_SETTING_${idx}_SYMBOLS) 244 if(DEFINED symbols) 245 list(LENGTH symbols symbols_count) 247 list(GET symbols 0 symbol_start) 250 list(GET symbols 1 symbol_end)
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/dut/ |
D | Kconfig | 4 # This file adds prompts to allow setting the symbols in a
|
/Zephyr-latest/soc/st/stm32/stm32f1x/ |
D | Kconfig.defconfig | 6 # Kconfig symbols common to STM32F1 series
|
/Zephyr-latest/soc/st/stm32/stm32h7x/ |
D | Kconfig.defconfig | 7 # Kconfig symbols common to STM32H7 series
|
/Zephyr-latest/soc/st/stm32/stm32l0x/ |
D | Kconfig.defconfig | 6 # Kconfig symbols common to STM32L0 series
|
/Zephyr-latest/soc/st/stm32/stm32f0x/ |
D | Kconfig.defconfig | 6 # Kconfig symbols common to STM32F0 series
|
/Zephyr-latest/cmake/linker/armlink/ |
D | scatter_script.cmake | 16 # For scatter files we move any system symbols into first non-empty load section. 18 get_property(symbols GLOBAL PROPERTY ${parent}_SYMBOLS) 19 set_property(GLOBAL APPEND PROPERTY ${REGION_OBJECT}_SYMBOLS ${symbols}) 34 get_property(symbols GLOBAL PROPERTY ${section}_SETTING_${idx}_SYMBOLS) 38 foreach(symbol ${symbols}) 49 foreach(symbol ${symbols}) 58 elseif(DEFINED symbols AND ${length} EQUAL 1 AND noinput) 60 foreach(symbol ${symbols}) 138 get_property(symbols GLOBAL PROPERTY ${REGION_OBJECT}_SYMBOLS) 139 foreach(symbol ${symbols}) [all …]
|
1234567