Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

stm32h7: define correct DRAM origin for plugins

Change-Id: I7fab9da0e99f328ce602607057f52620812476a8

+6
+6
apps/plugins/plugin.lds
··· 196 196 #define IRAM DRAM 197 197 #define IRAMSIZE 0 198 198 199 + #elif CONFIG_CPU == STM32H743 200 + #include "cpu.h" 201 + #define DRAMORIG STM32_SDRAM1_BASE 202 + #define IRAM DRAM 203 + #define IRAMSIZE 0 204 + 199 205 #else 200 206 #define DRAMORIG 0x09000000 201 207 #endif