mirror of
https://github.com/jscrane/r65emu.git
synced 2025-02-08 22:30:40 +00:00
9 lines
151 B
C
9 lines
151 B
C
#define RAM_SIZE 0x3000u
|
|
|
|
#define SPI_CS PF_3
|
|
|
|
#include <hw/lm4f/utft.h>
|
|
#include <hw/lm4f/kbd.h>
|
|
#include <hw/lm4f/spiram.h>
|
|
#include <hw/lm4f/sd.h>
|