From 42566200c1ce4455eadad362cfc44abc2790266d Mon Sep 17 00:00:00 2001 From: Stephen Crane Date: Wed, 17 Feb 2021 08:06:45 +0000 Subject: [PATCH] specify RAM_SIZE --- hw/blank.h | 2 ++ hw/esp32-espi-dac.h | 2 ++ hw/esp32-utft-dac.h | 2 ++ hw/esp8266-pwm-fs-23k256.h | 2 ++ hw/esp8266-pwm-fs.h | 2 ++ hw/esp8266-pwm-sd.h | 2 ++ hw/esp8266-pwm.h | 2 ++ hw/lm4f-utft-sd.h | 2 ++ hw/lm4f-utft.h | 2 ++ 9 files changed, 18 insertions(+) diff --git a/hw/blank.h b/hw/blank.h index 9b514e0..48557a4 100644 --- a/hw/blank.h +++ b/hw/blank.h @@ -6,6 +6,8 @@ #define KBD_DATA 34 #define KBD_IRQ 35 +#define RAM_SIZE 0 + // SPI-RAM #undef USE_SPIRAM diff --git a/hw/esp32-espi-dac.h b/hw/esp32-espi-dac.h index 2c228f8..2299f52 100644 --- a/hw/esp32-espi-dac.h +++ b/hw/esp32-espi-dac.h @@ -15,6 +15,8 @@ #define KBD_DATA 34 #define KBD_IRQ 35 +#define RAM_SIZE 65536 + // SPI-RAM #undef USE_SPIRAM diff --git a/hw/esp32-utft-dac.h b/hw/esp32-utft-dac.h index 286a161..8574bc6 100644 --- a/hw/esp32-utft-dac.h +++ b/hw/esp32-utft-dac.h @@ -11,6 +11,8 @@ #define KBD_DATA 34 #define KBD_IRQ 35 +#define RAM_SIZE 65536 + // SPI-RAM #undef USE_SPIRAM diff --git a/hw/esp8266-pwm-fs-23k256.h b/hw/esp8266-pwm-fs-23k256.h index 2ba2582..ed6f3a6 100644 --- a/hw/esp8266-pwm-fs-23k256.h +++ b/hw/esp8266-pwm-fs-23k256.h @@ -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 diff --git a/hw/esp8266-pwm-fs.h b/hw/esp8266-pwm-fs.h index 91385ea..df2691e 100644 --- a/hw/esp8266-pwm-fs.h +++ b/hw/esp8266-pwm-fs.h @@ -15,6 +15,8 @@ #define KBD_DATA D3 #define KBD_IRQ D4 +#define RAM_SIZE 32768 + // SPI-RAM #undef USE_SPIRAM diff --git a/hw/esp8266-pwm-sd.h b/hw/esp8266-pwm-sd.h index f309bce..bcbc508 100644 --- a/hw/esp8266-pwm-sd.h +++ b/hw/esp8266-pwm-sd.h @@ -15,6 +15,8 @@ #define KBD_DATA D3 #define KBD_IRQ D4 +#define RAM_SIZE 32768 + // SPI-RAM #undef USE_SPIRAM diff --git a/hw/esp8266-pwm.h b/hw/esp8266-pwm.h index de0eb4c..b13810e 100644 --- a/hw/esp8266-pwm.h +++ b/hw/esp8266-pwm.h @@ -15,6 +15,8 @@ #define KBD_DATA D3 #define KBD_IRQ D4 +#define RAM_SIZE 32768 + // SPI-RAM #undef USE_SPIRAM diff --git a/hw/lm4f-utft-sd.h b/hw/lm4f-utft-sd.h index 2d229c2..a9d7b39 100644 --- a/hw/lm4f-utft-sd.h +++ b/hw/lm4f-utft-sd.h @@ -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 diff --git a/hw/lm4f-utft.h b/hw/lm4f-utft.h index 2b2cfdc..565f2ac 100644 --- a/hw/lm4f-utft.h +++ b/hw/lm4f-utft.h @@ -13,6 +13,8 @@ #define KBD_DATA PE_4 #define KBD_IRQ PE_5 +#define RAM_SIZE 0x3000 + // SPI-RAM #undef USE_SPIRAM