We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c1650 commit 7d193e4Copy full SHA for 7d193e4
scripts/generate_picolibc_cross_file
@@ -6,9 +6,9 @@ import sys
6
DEFAULT_TRIPLET = "riscv64-unknown-elf"
7
DEFAULT_CFLAGS = "-O2"
8
DEFAULT_FLASH_ADDR = "0x80000000"
9
-DEFAULT_FLASH_SIZE = "0x00200000"
10
-DEFAULT_RAM_ADDR = "0x80200000"
11
-DEFAULT_RAM_SIZE = "0x00200000"
+DEFAULT_FLASH_SIZE = "128K"
+DEFAULT_RAM_ADDR = "0x80020000"
+DEFAULT_RAM_SIZE = "128K"
12
13
14
def parse_options(argv):
0 commit comments