Ayke van Laethem
9d47897368
gitignore: ignore llvm-project directory
It was ignored before when the directory was still just called llvm, but
now it isn't anymore. Fix that.
5 years ago
Ayke van Laethem
ffa38b183b
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
6 years ago
seph
019331e8af
Add llvm directorys to gitignore
These are build artifacts
6 years ago
Ron Evans
8d1284cfe7
generator: generate device wrappers for Atmel SAM family
Signed-off-by: Ron Evans <ron@hybridgroup.com>
6 years ago
Johan Brandhorst
3d644e6ea8
Add dep files
6 years ago
Ayke van Laethem
b9638315d2
avr: automatically generate interrupt vectors
6 years ago
Ayke van Laethem
f7f33a1163
docs: add initial documentation
6 years ago
Ayke van Laethem
dd5b5a381c
stm32: initial support
6 years ago
Ayke van Laethem
505b1f750d
all: generate interrupt vector from .svd file
6 years ago
Ayke van Laethem
93248c93ed
avr: remove device files, use them from a subrepository
These files don't really belong in this repository. It's better to
generate them automatically from a source, like the one provided by the
avr-rust project. So a new command `make gen-device-avr` has been
provided for this purpose.
6 years ago
Ayke van Laethem
8c426b406d
Automatically convert .svd files to Go source files
7 years ago
Ayke van Laethem
bc28975c8c
Hello world!
7 years ago