Skip to content

Commit cec2dbd

Browse files
authored
玄铁全系列RISC-V内核支持(E系列/R系列/C系列) (#10343)
1 parent 24e5954 commit cec2dbd

File tree

318 files changed

+24245
-38420
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

318 files changed

+24245
-38420
lines changed

.github/ALL_BSP_COMPILE.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,16 @@
468468
"RTT_BSP": "xuantie",
469469
"RTT_TOOL_CHAIN": "sourcery-Xuantie-900-gcc-elf-newlib",
470470
"SUB_RTT_BSP": [
471-
"xuantie/smartl/e906"
471+
"xuantie/smartl/e902",
472+
"xuantie/smartl/e906",
473+
"xuantie/smartl/e907",
474+
"xuantie/xiaohui/c906",
475+
"xuantie/xiaohui/c907",
476+
"xuantie/xiaohui/c908",
477+
"xuantie/xiaohui/c910",
478+
"xuantie/xiaohui/r908",
479+
"xuantie/xiaohui/r910",
480+
"xuantie/xiaohui/r920"
472481
]
473482
}
474483
]

bsp/xuantie/libraries/xuantie_libraries/chip_riscv_dummy/gcc_flash_xiaohui.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ MEMORY
2121
DRAM : ORIGIN = 0x50000000, LENGTH = 0x100000 /* on-chip DRAM 1*1MB */
2222
}
2323

24-
__min_heap_size = 0x200;
24+
__min_heap_size = 0x20000;
2525
PROVIDE (__ram_end = 0x50100000 - 0x8);
2626
PROVIDE (__heap_end = __ram_end);
2727

bsp/xuantie/libraries/xuantie_libraries/chip_riscv_dummy/src/arch/c906/startup.S

Lines changed: 0 additions & 128 deletions
This file was deleted.

0 commit comments

Comments
 (0)