WIP: support for the CH32V003 chip

This commit is contained in:
Ayke van Laethem
2024-06-30 20:27:05 +02:00
parent 4517a0c17b
commit cb6edeae80
12 changed files with 207 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
MEMORY
{
FLASH_TEXT (rw) : ORIGIN = 0x00000000, LENGTH = 16K
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 2K
}
_stack_size = 1K;
INCLUDE "targets/riscv.ld"