Add FLASH writing routine to the VirtualFAT layer of the incomplete Mass Storage class bootloader.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
MCU = at90usb1287
|
||||
ARCH = AVR8
|
||||
BOARD = USBKEY
|
||||
F_CPU = 16000000
|
||||
F_CPU = 8000000
|
||||
F_USB = $(F_CPU)
|
||||
OPTIMIZATION = s
|
||||
TARGET = BootloaderMassStorage
|
||||
|
||||
Reference in New Issue
Block a user