diff options
author | Nick Brassel <nick@tzarc.org> | 2021-04-06 16:39:15 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-06 16:39:15 +1000 |
commit | 64a0f5a659190518a9361e0bd2e8caff0b3354f1 (patch) | |
tree | 845c9c7546d2054b7abb3bf773b13306d9118db1 /message.mk | |
parent | 3ce8c9fc8feedd8e92ebb81a5ba1e5b18834e6f3 (diff) |
Add support for producing UF2-format binaries. (#12435)
* First stab at enabling builds of UF2-format binaries.
* Add description on producing a UF2 file.
Diffstat (limited to 'message.mk')
-rw-r--r-- | message.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/message.mk b/message.mk index 3240c041b9..c3f3919198 100644 --- a/message.mk +++ b/message.mk @@ -47,10 +47,12 @@ MSG_SIZE_AFTER = Size after: MSG_COFF = Converting to AVR COFF: MSG_EXTENDED_COFF = Converting to AVR Extended COFF: MSG_FLASH = Creating load file for flashing: +MSG_UF2 = Creating UF2 file for deployment: MSG_EEPROM = Creating load file for EEPROM: MSG_BIN = Creating binary load file for flashing: MSG_EXTENDED_LISTING = Creating Extended Listing: MSG_SYMBOL_TABLE = Creating Symbol Table: +MSG_EXECUTING = Executing: MSG_LINKING = Linking: MSG_COMPILING = Compiling: MSG_COMPILING_CXX = Compiling: |