adds RISCV-VP platform

This commit is contained in:
2025-07-30 06:35:53 +02:00
parent 0843d92878
commit 20161cc1af
7 changed files with 413 additions and 0 deletions

7
env/riscv_vp/memory_map.ld vendored Normal file
View File

@@ -0,0 +1,7 @@
MEMORY
{
ram (wxa!ri) : ORIGIN = 0x00000000, LENGTH = 128K
rom (rxai!w) : ORIGIN = 0x1000E000, LENGTH = 2k
flash (rxai!w) : ORIGIN = 0x20000000, LENGTH = 16M
dram (wxa!ri) : ORIGIN = 0x40000000, LENGTH = 2048M
}