Skip to content

Commit

Permalink
Updated fri3d-2024 config.h storage section
Browse files Browse the repository at this point in the history
The behavior is unchanged.
  • Loading branch information
ducalex committed Jul 18, 2024
1 parent c0fd2ce commit 79083a9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions components/retro-go/targets/fri3d-2024/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
#define RG_TARGET_NAME "FRI3D-2024"

// Storage
#define RG_STORAGE_DRIVER 1 // 0 = Host, 1 = SDSPI, 2 = SDMMC, 3 = USB, 4 = Internal Flash
#define RG_STORAGE_HOST SPI2_HOST // Used by SDSPI and SDMMC
#define RG_STORAGE_SPEED SDMMC_FREQ_DEFAULT // Used by SDSPI and SDMMC
#define RG_STORAGE_ROOT "/sd" // Storage mount point
#define RG_STORAGE_FLASH_PARTITION "vfs" // Fallback to internal flash partition
#define RG_STORAGE_ROOT "/sd"
#define RG_STORAGE_SDSPI_HOST SPI2_HOST
#define RG_STORAGE_SDSPI_SPEED SDMMC_FREQ_DEFAULT
// #define RG_STORAGE_SDMMC_HOST SDMMC_HOST_SLOT_1
// #define RG_STORAGE_SDMMC_SPEED SDMMC_FREQ_DEFAULT
#define RG_STORAGE_FLASH_PARTITION "vfs"

// Audio
#define RG_AUDIO_USE_BUZZER_PIN 46
Expand Down

0 comments on commit 79083a9

Please sign in to comment.