Add FLASH writing routine to the VirtualFAT layer of the incomplete Mass Storage class bootloader.

This commit is contained in:
Dean Camera 2013-03-09 10:32:17 +00:00
parent 63e1fc6e6c
commit bb8754e2b8
2 changed files with 32 additions and 4 deletions

View file

@ -14,7 +14,7 @@
MCU = at90usb1287
ARCH = AVR8
BOARD = USBKEY
F_CPU = 16000000
F_CPU = 8000000
F_USB = $(F_CPU)
OPTIMIZATION = s
TARGET = BootloaderMassStorage