File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1495,6 +1495,9 @@ size: $(TARGET_HEX)
1495
1495
show_boards :
1496
1496
@$(CAT ) $(BOARDS_TXT ) | grep -E ' ^[a-zA-Z0-9_\-]+.name' | sort -uf | sed ' s/.name=/:/' | column -s: -t
1497
1497
1498
+ show_submenu :
1499
+ @$(CAT ) $(BOARDS_TXT ) | grep -E ' [a-zA-Z0-9_\-]+.menu.cpu.[a-zA-Z0-9_\-]+=' | sort -uf | sed ' s/.menu.cpu./:/' | sed ' s/=/:/' | column -s: -t
1500
+
1498
1501
monitor :
1499
1502
ifeq ($(MONITOR_CMD ) , 'putty')
1500
1503
ifneq ($(strip $(MONITOR_PARMS)),)
@@ -1543,6 +1546,7 @@ help:
1543
1546
make reset - reset the Arduino by tickling DTR or changing baud\n\
1544
1547
rate on the serial port.\n\
1545
1548
make show_boards - list all the boards defined in boards.txt\n\
1549
+ make show_submenu - list all board submenus defined in boards.txt\n\
1546
1550
make monitor - connect to the Arduino's serial port\n\
1547
1551
make size - show the size of the compiled output (relative to\n\
1548
1552
resources, if you have a patched avr-size).\n\
You can’t perform that action at this time.
0 commit comments