diff options
author | Ayke van Laethem <[email protected]> | 2019-03-30 12:54:36 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2019-07-07 14:03:24 +0200 |
commit | ffa38b183b32331dd247e337a985c4eb5a7d9350 (patch) | |
tree | 2f858af25739909e2da7f6b0b3e59eacc5071d41 /.gitmodules | |
parent | f0eb4eef5a842be56288590ef3ba8766432c67ac (diff) | |
download | tinygo-ffa38b183b32331dd247e337a985c4eb5a7d9350.tar.gz tinygo-ffa38b183b32331dd247e337a985c4eb5a7d9350.zip |
all: add HiFive1 rev B board with RISC-V architecture
This page has been a big help in adding support for this new chip:
https://wiki.osdev.org/HiFive-1_Bare_Bones
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 899df8f81..36288c434 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,7 +9,7 @@ url = https://github.com/avr-rust/avr-mcu.git [submodule "lib/cmsis-svd"] path = lib/cmsis-svd - url = https://github.com/posborne/cmsis-svd + url = https://github.com/tinygo-org/cmsis-svd [submodule "lib/compiler-rt"] path = lib/compiler-rt url = https://github.com/llvm-mirror/compiler-rt.git |