Searched refs:MENU (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/boards/arduino/nano_33_ble/support/ |
D | startup.cmm | 52 MENU.ReProgram ~~/demo/arm/kernel/zephyr/v2-x/zephyr.men
|
/Zephyr-latest/scripts/kconfig/ |
D | menuconfig.py | 218 from kconfiglib import Symbol, Choice, MENU, COMMENT, MenuNode, \ 1156 jump_into = (isinstance(node.item, Choice) or node.item == MENU) and \ 1564 (node.item == MENU and not expr_value(node.visibility)) 2313 elif node.item == MENU: 2539 "Menu" if node.item == MENU else 3047 if item in (MENU, COMMENT):
|
D | kconfiglib.py | 1048 self.top_node.item = MENU 1619 if node.item is MENU and expr_value(node.dep) and \ 1653 ((item is MENU and expr_value(node.visibility)) or 3634 if node.item is MENU: 5734 if self.item is MENU: 5773 elif self.item is MENU: 5788 if self.item is MENU: 5833 s = '{} "{}"'.format("menu" if self.item is MENU else "comment", 5839 if self.item is MENU and self.visibility is not self.kconfig.y: 7007 MENU = _T_MENU variable [all …]
|
D | guiconfig.py | 82 from kconfiglib import Symbol, Choice, MENU, COMMENT, MenuNode, \ 774 (node.item == MENU and not expr_value(node.visibility)) 866 if item in (MENU, COMMENT) or not item.orig_type:
|
/Zephyr-latest/scripts/ci/ |
D | check_compliance.py | 812 (kconfiglib.MENU, kconfiglib.COMMENT) else str(node))
|