aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
AgeCommit message (Collapse)Author
2019-07-07all: add HiFive1 rev B board with RISC-V architectureAyke van Laethem
This page has been a big help in adding support for this new chip: https://wiki.osdev.org/HiFive-1_Bare_Bones
2019-03-22all: switch to LLVM 8Ayke van Laethem
2019-01-18lib/cmsis-svd: update to latest release with updated SAMD21 and SAMD51 SVD filesRon Evans
Signed-off-by: Ron Evans <[email protected]>
2018-10-07all: use compiler-rt for builtinsAyke van Laethem
2018-09-22stm32: initial supportAyke van Laethem
2018-09-05avr: remove device files, use them from a subrepositoryAyke van Laethem
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.
2018-08-20Update nrfx submoduleAyke van Laethem
2018-04-25Add runtime support for the nRF52Ayke van Laethem