diff options
Diffstat (limited to 'message.mk')
| -rw-r--r-- | message.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/message.mk b/message.mk index 3240c041b..79d195739 100644 --- a/message.mk +++ b/message.mk | |||
| @@ -47,10 +47,12 @@ MSG_SIZE_AFTER = Size after: | |||
| 47 | MSG_COFF = Converting to AVR COFF: | 47 | MSG_COFF = Converting to AVR COFF: |
| 48 | MSG_EXTENDED_COFF = Converting to AVR Extended COFF: | 48 | MSG_EXTENDED_COFF = Converting to AVR Extended COFF: |
| 49 | MSG_FLASH = Creating load file for flashing: | 49 | MSG_FLASH = Creating load file for flashing: |
| 50 | MSG_UF2 = Creating UF2 file for deployment: | ||
| 50 | MSG_EEPROM = Creating load file for EEPROM: | 51 | MSG_EEPROM = Creating load file for EEPROM: |
| 51 | MSG_BIN = Creating binary load file for flashing: | 52 | MSG_BIN = Creating binary load file for flashing: |
| 52 | MSG_EXTENDED_LISTING = Creating Extended Listing: | 53 | MSG_EXTENDED_LISTING = Creating Extended Listing: |
| 53 | MSG_SYMBOL_TABLE = Creating Symbol Table: | 54 | MSG_SYMBOL_TABLE = Creating Symbol Table: |
| 55 | MSG_EXECUTING = Executing: | ||
| 54 | MSG_LINKING = Linking: | 56 | MSG_LINKING = Linking: |
| 55 | MSG_COMPILING = Compiling: | 57 | MSG_COMPILING = Compiling: |
| 56 | MSG_COMPILING_CXX = Compiling: | 58 | MSG_COMPILING_CXX = Compiling: |
| @@ -86,7 +88,7 @@ MSG_FILE_TOO_BIG = $(ERROR_COLOR)The firmware is too large!$(NO_COLOR) $(CURRENT | |||
| 86 | MSG_FILE_TOO_SMALL = The firmware is too small! $(CURRENT_SIZE)/$(MAX_SIZE)\n | 88 | MSG_FILE_TOO_SMALL = The firmware is too small! $(CURRENT_SIZE)/$(MAX_SIZE)\n |
| 87 | MSG_FILE_JUST_RIGHT = The firmware size is fine - $(CURRENT_SIZE)/$(MAX_SIZE) ($(PERCENT_SIZE)%%, $(FREE_SIZE) bytes free)\n | 89 | MSG_FILE_JUST_RIGHT = The firmware size is fine - $(CURRENT_SIZE)/$(MAX_SIZE) ($(PERCENT_SIZE)%%, $(FREE_SIZE) bytes free)\n |
| 88 | MSG_FILE_NEAR_LIMIT = The firmware size is approaching the maximum - $(CURRENT_SIZE)/$(MAX_SIZE) ($(PERCENT_SIZE)%%, $(FREE_SIZE) bytes free)\n | 90 | MSG_FILE_NEAR_LIMIT = The firmware size is approaching the maximum - $(CURRENT_SIZE)/$(MAX_SIZE) ($(PERCENT_SIZE)%%, $(FREE_SIZE) bytes free)\n |
| 89 | MSG_PYTHON_MISSING = $(ERROR_COLOR)ERROR:$(NO_COLOR) Can not run bin/qmk!\n\n\ | 91 | MSG_PYTHON_MISSING = $(ERROR_COLOR)ERROR:$(NO_COLOR) Can not run \"qmk\" command!\n\n\ |
| 90 | Please run $(BOLD)util/qmk_install.sh$(NO_COLOR) to install all the dependencies QMK requires.\n\n | 92 | Please run $(BOLD)util/qmk_install.sh$(NO_COLOR) to install all the dependencies QMK requires.\n\n |
| 91 | 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 | 93 | 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 |
| 92 | MSG_FLASH_ARCH = $(WARN_COLOR)WARNING:$(NO_COLOR) This board's architecture is not supported by the \":flash\" target at this time.\n\n | 94 | MSG_FLASH_ARCH = $(WARN_COLOR)WARNING:$(NO_COLOR) This board's architecture is not supported by the \":flash\" target at this time.\n\n |
