140783ef66
Completely rewrite the Mafile, properly put the usb driver in its own file and the target specific files in a subdirectory. Change-Id: Iaeee0128e021d5dad76b4d6035a63e33e2d946c1
9 lines
No EOL
270 B
C
9 lines
No EOL
270 B
C
#define CONFIG_STMP
|
|
#define IRAM_ORIG 0
|
|
#define IRAM_SIZE 0x8000
|
|
#define DRAM_ORIG 0x40000000
|
|
#define DRAM_SIZE (MEMORYSIZE * 0x100000)
|
|
#define CPU_ARM
|
|
#define ARM_ARCH 5
|
|
#define USB_BASE 0x80080000
|
|
#define USB_NUM_ENDPOINTS 2 |