Add FLASH writing routine to the VirtualFAT layer of the incomplete Mass Storage class bootloader.
This commit is contained in:
parent
63e1fc6e6c
commit
bb8754e2b8
2 changed files with 32 additions and 4 deletions
|
@ -14,7 +14,7 @@
|
|||
MCU = at90usb1287
|
||||
ARCH = AVR8
|
||||
BOARD = USBKEY
|
||||
F_CPU = 16000000
|
||||
F_CPU = 8000000
|
||||
F_USB = $(F_CPU)
|
||||
OPTIMIZATION = s
|
||||
TARGET = BootloaderMassStorage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue