specify RAM_SIZE

This commit is contained in:
Stephen Crane 2021-02-17 08:06:45 +00:00
parent edd6247bc6
commit 42566200c1
9 changed files with 18 additions and 0 deletions

View File

@ -6,6 +6,8 @@
#define KBD_DATA 34
#define KBD_IRQ 35
#define RAM_SIZE 0
// SPI-RAM
#undef USE_SPIRAM

View File

@ -15,6 +15,8 @@
#define KBD_DATA 34
#define KBD_IRQ 35
#define RAM_SIZE 65536
// SPI-RAM
#undef USE_SPIRAM

View File

@ -11,6 +11,8 @@
#define KBD_DATA 34
#define KBD_IRQ 35
#define RAM_SIZE 65536
// SPI-RAM
#undef USE_SPIRAM

View File

@ -15,6 +15,8 @@
#define KBD_DATA D3
#define KBD_IRQ D4
#define RAM_SIZE 32768
// SPI-RAM
#define USE_SPIRAM
#define SPIRAM_DEV SPI

View File

@ -15,6 +15,8 @@
#define KBD_DATA D3
#define KBD_IRQ D4
#define RAM_SIZE 32768
// SPI-RAM
#undef USE_SPIRAM

View File

@ -15,6 +15,8 @@
#define KBD_DATA D3
#define KBD_IRQ D4
#define RAM_SIZE 32768
// SPI-RAM
#undef USE_SPIRAM

View File

@ -15,6 +15,8 @@
#define KBD_DATA D3
#define KBD_IRQ D4
#define RAM_SIZE 32768
// SPI-RAM
#undef USE_SPIRAM

View File

@ -13,6 +13,8 @@
#define KBD_DATA PE_4
#define KBD_IRQ PE_5
#define RAM_SIZE 0x3000
// SPI-RAM
#define USE_SPIRAM
#define SPIRAM_CS PE_0

View File

@ -13,6 +13,8 @@
#define KBD_DATA PE_4
#define KBD_IRQ PE_5
#define RAM_SIZE 0x3000
// SPI-RAM
#undef USE_SPIRAM