Home
last modified time | relevance | path

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

/Zephyr-latest/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-latest/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"):
/Zephyr-latest/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-latest/scripts/release/
Dlist_backports.py317 for (p, lst) in pulls_with_invalid_issues:
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py2091 def _append_no_dup(lst, elm): argument
2095 if elm not in lst:
2096 lst.append(elm)
/Zephyr-latest/
DKconfig.zephyr677 Create an .lst file with the assembly listing of the firmware.
684 The .lst file will contain complete disassembly of the firmware
692 The .lst file will also contain the source code. Having
695 the .lst file that can vary across platforms because
/Zephyr-latest/cmake/modules/
Dkernel.cmake167 set(KERNEL_LST_NAME ${KERNEL_NAME}.lst)
/Zephyr-latest/doc/releases/
Drelease-notes-1.12.rst661 * :github:`7608` - ARC objdump crash when creating zephyr.lst for one test