Prepar fastlz integration

This commit is contained in:
optixx
2016-07-16 17:16:04 +02:00
parent d5560260b3
commit 2532119248
17 changed files with 3322 additions and 4227 deletions

View File

@@ -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

File diff suppressed because it is too large Load Diff

View File

@@ -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