Add RISC-V 32 IMAC support.

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka
2019-12-03 13:27:16 +09:00
parent 51f2ca841f
commit 214066fd82
9 changed files with 998 additions and 2 deletions

View File

@@ -1,3 +1,15 @@
2019-12-03 NIIBE Yutaka <gniibe@fsij.org>
* mcu/gd32vf103.h: New.
* mcu/chx-gd32vf103.c: New.
* mcu/clk_gpio_init-gd32vf103.c: New.
* chopstx-riscv32.h: New.
* chopstx-riscv32.c: New.
* entry-riscv32.c: New.
* entry-cortex-m.c: Rename from entry.c.
2019-12-03 NIIBE Yutaka <gniibe@fsij.org>
* contrib/spi-st.c: New.