Enable PSRAM for Berry

Berry is enabled in `my_user_config.h` by default.
This commit is contained in:
Jason2866 2021-03-31 12:55:37 +02:00 committed by GitHub
parent 798776ae2f
commit a1ffd8f57a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -60,8 +60,9 @@
#define USE_SDCARD
#define GUI_TRASH_FILE
#define USE_BERRY // Enable Berry scripting language
#ifdef USE_BERRY // Berry scripting language
#define USE_BERRY_PSRAM // Allocate Berry memory in PSRAM if PSRAM is connected - this might be slightly slower but leaves main memory intact
#endif
#define USE_ADC
#define USE_SPI
@ -93,8 +94,9 @@
#define USE_SDCARD
#define GUI_TRASH_FILE
#define USE_BERRY // Enable Berry scripting language
#ifdef USE_BERRY // Berry scripting language
#define USE_BERRY_PSRAM // Allocate Berry memory in PSRAM if PSRAM is connected - this might be slightly slower but leaves main memory intact
#endif
#define USE_I2C
#define USE_BMA423