You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
966 B
966 B
Version 1.0.1-dev
- Preliminary support for a subset of the Vector Extension, v0.7.1.
- Support S-mode vectored interrupts (i.e.
stvec[0]is now writable). - Added support for dynamic linking of libraries containing MMIO devices.
- Added
--privflag to control which privilege modes are available. - When the commit log is enabled at configure time (
--enable-commitlog), it must also be enabled at runtime with the--log-commitsoption. - Several debug-related additions and changes:
- Added
haseldebug feature. - Added
--dm-no-abstract-csrcommand-line option. - Added
--dm-no-halt-groupscommand line option. - Renamed
--progsizeto--dm-progsize. - Renamed
--debug-sbato--dm-sba. - Renamed
--debug-authto--dm-auth. - Renamed
--abstract-rtito--dm-abstract-rti. - Renamed
--without-haselto--dm-no-hasel.
- Added
Version 1.0.0 (2019-03-30)
- First versioned release.