Releases: hubbsvtgc/LearnRISC-V
Releases · hubbsvtgc/LearnRISC-V
v0.0.8
Release with pmu sleep sample
v0.0.7 PMU sleep example
Machine to user mode switch.
Release after the addition of app to switch machine to user mode.
Machine Timer Interrupt Sample
Following changes in this release:
- Addition of machine timer interrupt sample app
- Addition of CLINT base in mmap
- Changes in interrupt vector .S file to direct the machine interrupt to handle in app
- -march settings in build.sh is modified to -march=rv32ima to avoid non 4byte alignment in addresses due to compressed instructions
Initial pre-release
This release publishes the basic skeleton code to blink blue LED on hifive1-revb board.