File tree Expand file tree Collapse file tree 4 files changed +10
-12
lines changed Expand file tree Collapse file tree 4 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 1+ BOARDS_TXT = ../../hardware/boards.txt
2+ BOARD_TAG = uview
3+ ARDUINO_LIBS = MicroView
4+
5+ ifneq ($(wildcard /dev/ttyUSBMicroView) ,)
6+ MONITOR_PORT = /dev/ttyUSBMicroView
7+ endif
Original file line number Diff line number Diff line change 1- BOARDS_TXT = ../../hardware/boards.txt
2- BOARD_TAG = uview
3- ARDUINO_LIBS = MicroView
4-
1+ include ../microview.mk
52include ../arduino-config.mk
Original file line number Diff line number Diff line change 1- BOARDS_TXT = ../../hardware/boards.txt
2- BOARD_TAG = uview
3- ARDUINO_LIBS = MicroView
4-
1+ include ../microview.mk
52include ../arduino-config.mk
Original file line number Diff line number Diff line change 1- BOARDS_TXT = ../../hardware/boards.txt
2- BOARD_TAG = uview
3- ARDUINO_LIBS = MicroView
4-
1+ include ../microview.mk
52include ../arduino-config.mk
You can’t perform that action at this time.
0 commit comments