o: ActiveSupport::Cache::Entry :@compressedF:@value"„"~
| dbloader.h | ||
|---|---|---|
| 1 | 1 |
/*------------------- DUMMY BOOT LOADER --------------------------------------------*/ |
| 2 | 2 |
#define FLASH_BLOCK_SIZE getenv("FLASH_ERASE_SIZE")/2 // Minimal length of Flash Block Size
|
| 3 |
#define RESERVED_BLOCKS 53 // Number of reserved flash blocks for BootLoader
|
|
| 3 |
#define RESERVED_BLOCKS 49 // Number of reserved flash blocks for BootLoader
|
|
| 4 | 4 |
#define LOADER_RESERVED (getenv("PROGRAM_MEMORY")-(RESERVED_BLOCKS*FLASH_BLOCK_SIZE)) // begining of BootLoader
|
| 5 | 5 |
|
| 6 | 6 |
#BUILD(INTERRUPT=FLASH_BLOCK_SIZE) // Redirect Interrupt routine above first flash block |