Searched refs:lst (Results 1 – 12 of 12) sorted by relevance
/Zephyr-Core-3.7.0/scripts/kconfig/ |
D | lint.py | 190 def split_list(lst, batch_size): argument 194 for i in range(0, len(lst), batch_size): 195 yield lst[i:i + batch_size]
|
D | menuconfig.py | 2859 def _max_scroll(lst, win): argument 2864 return max(0, len(lst) - _height(win))
|
D | kconfiglib.py | 6387 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/ |
D | gen_isr_tables_parser_carrays.py | 166 lst = swt[table_index] 167 if (param, func) in lst: 169 if len(lst) >= self.__config.get_sym("CONFIG_SHARED_IRQ_MAX_NUM_CLIENTS"):
|
D | gen_isr_tables_parser_local.py | 209 lst = swt[table_index] 210 if len(lst) >= self.__config.get_sym("CONFIG_SHARED_IRQ_MAX_NUM_CLIENTS"):
|
D | gen_relocate_app.py | 517 flag_list, file_list = (lst.split(';') for lst in rest.split(':', 1))
|
/Zephyr-Core-3.7.0/scripts/ |
D | get_maintainer.py | 518 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/ |
D | list_backports.py | 317 for (p, lst) in pulls_with_invalid_issues:
|
/Zephyr-Core-3.7.0/scripts/dts/python-devicetree/src/devicetree/ |
D | dtlib.py | 2055 def _append_no_dup(lst, elm): argument 2059 if elm not in lst: 2060 lst.append(elm)
|
/Zephyr-Core-3.7.0/cmake/modules/ |
D | kernel.cmake | 163 set(KERNEL_LST_NAME ${KERNEL_NAME}.lst)
|
/Zephyr-Core-3.7.0/ |
D | Kconfig.zephyr | 654 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/ |
D | release-notes-1.12.rst | 661 * :github:`7608` - ARC objdump crash when creating zephyr.lst for one test
|