File tree 1 file changed +19
-19
lines changed
1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -599,25 +599,25 @@ When **Arduino CMake** is configured properly, these options are defined:
599
599
Miscellaneous Functions
600
600
~~~~~~~~~~~~~~~~~~~~~~~
601
601
602
- | print_board_list()
603
- |
604
- | Print list of detected Arduino Boards.
605
- |
606
- | print_programmer_list()
607
- |
608
- | Print list of detected Programmers.
609
- |
610
- | print_programmer_settings(PROGRAMMER)
611
- |
612
- | PROGRAMMER - programmer id
613
- |
614
- | Print the detected Programmer settings.
615
- |
616
- | print_board_settings(ARDUINO_BOARD)
617
- |
618
- | ARDUINO_BOARD - Board id
619
- |
620
- | Print the detected Arduino board settings.
602
+ print_board_list():
603
+
604
+ Print list of detected Arduino Boards.
605
+
606
+ print_programmer_list():
607
+
608
+ Print list of detected Programmers.
609
+
610
+ print_programmer_settings(PROGRAMMER):
611
+
612
+ PROGRAMMER - programmer id
613
+
614
+ Print the detected Programmer settings.
615
+
616
+ print_board_settings(ARDUINO_BOARD):
617
+
618
+ ARDUINO_BOARD - Board id
619
+
620
+ Print the detected Arduino board settings.
621
621
622
622
623
623
You can’t perform that action at this time.
0 commit comments