summaryrefslogtreecommitdiff
path: root/message.mk
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2019-08-20 15:39:24 -0700
committerFlorian Didron <fdidron@users.noreply.github.com>2019-08-28 14:54:06 +0900
commit7651b3dd73fc0279dd1928f2ff2eaf39c1d46d42 (patch)
tree257b80594db5f440fba134e8b5ec0872d5710c38 /message.mk
parent3d3154b29caa664e00bf83c49d8fd3c774276a3a (diff)
Add a universal flash command for cli (#6224)
* Add universal flash command * Add bootloader info to I:C boards * Add support for ATSAM * Add messages for flash target * Message cleanup * Add USB ASP Flashing target * Make usbasp target more universal * Add phoney target for usbasp * Clarify error message when bootloader isn't matched
Diffstat (limited to 'message.mk')
-rw-r--r--message.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/message.mk b/message.mk
index ec9bacbf49..c8d2135d5c 100644
--- a/message.mk
+++ b/message.mk
@@ -85,3 +85,5 @@ MSG_PYTHON_MISSING = $(WARN_COLOR)WARNING:$(NO_COLOR)\n \
Python 3 is not installed. It will be required by a future version\n\
of qmk_firmware.\n\n\
Please run $(BOLD)util/qmk_install.sh$(NO_COLOR) to install all the dependencies QMK requires.\n\n
+MSG_FLASH_BOOTLOADER = $(WARN_COLOR)WARNING:$(NO_COLOR) This board's bootloader is not specified or is not supported by the \":flash\" target at this time.\n\n
+MSG_FLASH_ARCH = $(WARN_COLOR)WARNING:$(NO_COLOR) This board's architecture is not supported by the \":flash\" target at this time.\n\n