Prepar fastlz integration
This commit is contained in:
@@ -24,7 +24,7 @@ TARGET = main
|
||||
AVRDUDE = avrdude -c usbasp -p $(DEVICE)
|
||||
SIZE = avr-size
|
||||
BOOT_LOADER = 2
|
||||
BOOT_COMPRESS = rle
|
||||
BOOT_COMPRESS = fastlz
|
||||
BOOT_ROM01 = ../../roms/qd16boot01.smc
|
||||
BOOT_ROM02 = ../../roms/qd16boot02.smc
|
||||
|
||||
|
||||
5123
avr/usbload/loader.c
5123
avr/usbload/loader.c
File diff suppressed because it is too large
Load Diff
@@ -1,16 +1,16 @@
|
||||
/*
|
||||
File: qd16boot02.smc
|
||||
Time: Wed, 18 May 2016 15:44:45
|
||||
Time: Sat, 16 Jul 2016 17:06:14
|
||||
*/
|
||||
#ifndef __FIFO_H__
|
||||
#define __FIFO_H__
|
||||
|
||||
#define LOADER_NAME "qd16boot02.smc"
|
||||
#define LOADER_COMPRESS "ZIP"
|
||||
#define ROM_ZIP_SIZE 33654
|
||||
#define LOADER_COMPRESS "FASTLZ"
|
||||
#define ROM_FASTLZ_SIZE 48271
|
||||
#define ROM_BUFFER_CNT 2
|
||||
|
||||
#define ROM_BUFFER_SIZE01 32767
|
||||
#define ROM_BUFFER_SIZE02 887
|
||||
#define ROM_BUFFER_SIZE02 15504
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user