Home
last modified time | relevance | path

Searched refs:lst (Results 1 – 12 of 12) sorted by relevance

/Zephyr-Core-3.7.0/scripts/kconfig/
Dlint.py190 def split_list(lst, batch_size): argument
194 for i in range(0, len(lst), batch_size):
195 yield lst[i:i + batch_size]
Dmenuconfig.py2859 def _max_scroll(lst, win): argument
2864 return max(0, len(lst) - _height(win))
Dkconfiglib.py6387 def _ordered_unique(lst): argument
6394 return [x for x in lst if x not in seen and not seen_add(x)]
/Zephyr-Core-3.7.0/scripts/build/
Dgen_isr_tables_parser_carrays.py166 lst = swt[table_index]
167 if (param, func) in lst:
169 if len(lst) >= self.__config.get_sym("CONFIG_SHARED_IRQ_MAX_NUM_CLIENTS"):
Dgen_isr_tables_parser_local.py209 lst = swt[table_index]
210 if len(lst) >= self.__config.get_sym("CONFIG_SHARED_IRQ_MAX_NUM_CLIENTS"):
Dgen_relocate_app.py517 flag_list, file_list = (lst.split(';') for lst in rest.split(':', 1))
/Zephyr-Core-3.7.0/scripts/
Dget_maintainer.py518 lst = area_dict[list_name]
519 if not (isinstance(lst, list) and
520 all(isinstance(elm, str) for elm in lst)):
/Zephyr-Core-3.7.0/scripts/release/
Dlist_backports.py317 for (p, lst) in pulls_with_invalid_issues:
/Zephyr-Core-3.7.0/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py2055 def _append_no_dup(lst, elm): argument
2059 if elm not in lst:
2060 lst.append(elm)
/Zephyr-Core-3.7.0/cmake/modules/
Dkernel.cmake163 set(KERNEL_LST_NAME ${KERNEL_NAME}.lst)
/Zephyr-Core-3.7.0/
DKconfig.zephyr654 Create an .lst file with the assembly listing of the firmware.
661 The .lst file will contain complete disassembly of the firmware
669 The .lst file will also contain the source code. Having
672 the .lst file that can vary across platforms because
/Zephyr-Core-3.7.0/doc/releases/
Drelease-notes-1.12.rst661 * :github:`7608` - ARC objdump crash when creating zephyr.lst for one test