proceed in porting to m5484l

This commit is contained in:
Markus Fröschle
2013-10-31 14:12:11 +00:00
parent 48e0261f18
commit d0d052dd7b
5 changed files with 45 additions and 8 deletions

View File

@@ -29,6 +29,14 @@
#include "ff.h"
#include "s19reader.h"
#ifdef MACHINE_FIREBEE
#include "firebee.h"
#endif /* MACHINE_FIREBEE */
#ifdef MACHINE_M5484LITE
#include "m5484l.h"
#endif /* MACHINE_M5484LITE */
#define AMD_FLASH_BUS_SHIFT 1
#define AMD_FLASH_CELL volatile uint16_t
#define AMD_FLASH_CELL_BYTES 2