Skip to content

Releases: hubbsvtgc/LearnRISC-V

v0.0.8

26 May 01:37
Compare
Choose a tag to compare

Release to mark the start of bootstrapping. Things would change drastically after this.

Release with pmu sleep sample

17 May 11:47
Compare
Choose a tag to compare
v0.0.7

PMU sleep example

Machine to user mode switch.

14 Mar 02:21
Compare
Choose a tag to compare

Release after the addition of app to switch machine to user mode.

Machine Timer Interrupt Sample

07 Jan 15:53
Compare
Choose a tag to compare

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

05 Sep 19:10
Compare
Choose a tag to compare

This release publishes the basic skeleton code to blink blue LED on hifive1-revb board.