Skip to content

Commit

Permalink
ports/snekboard: Update bootloader to v3.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Packard <keithp@keithp.com>
  • Loading branch information
keith-packard committed May 15, 2020
1 parent ff65190 commit b8c5192
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/snekboard/Makefile
Expand Up @@ -21,7 +21,7 @@ PRODUCT_NAME=snekboard
IDPRODUCT=0x804D
IDVENDOR=0x239A

BOOTLOADER_BIN=bootloader-snekboard-v3.7.0.bin
BOOTLOADER_BIN=bootloader-snekboard-v3.9.0.bin

include $(SNEK_SAMD21)/snek-samd21.defs

Expand Down
Binary file removed ports/snekboard/bootloader-snekboard-v3.7.0.bin
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion ports/snekboard/snek-board-install.in
Expand Up @@ -2,7 +2,7 @@

SHAREDIR="@SHAREDIR@"

BOOT_VERSION=3.7.0
BOOT_VERSION=3.9.0

BOOT_FILE=$SHAREDIR/bootloader-snekboard-v${BOOT_VERSION}.bin
SNEK_FILE=$SHAREDIR/snek-board-@SNEK_VERSION@.elf
Expand Down

0 comments on commit b8c5192

Please sign in to comment.