Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HACK(RVE): use a5 instead of t3 for RAM init
RVE does not support registers x16--x31, including t3 (x28). I replaced the use of t3 in the flash algorithm with a5 (x15) to make it compile.
- Loading branch information