Skip to content

Nuclei Microcontroller Software Interface Standard V1.0.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@fanghuaqi fanghuaqi released this 27 Feb 04:07
· 542 commits to master since this release

Main changes in release V1.0.0-beta.

  • NMSIS-Core

    • Fix error typedef of CSR_MCAUSE_Type
    • Change CSR_MCACHE_CTL_DE to future value 0x00010000
    • Fix names in CSR naming, CSR_SCRATCHCSW -> CSR_MSCRATCHCSW,
      and CSR_SCRATCHCSWL -> CSR_MSCRATCHCSWL
    • Add macros in riscv_encoding.h: MSTATUS_FS_INITIAL, MSTATUS_FS_CLEAN, MSTATUS_FS_DIRTY
  • Documentation

    • Fix an typo in core_template_intexc.rst
    • Add cross references of Nuclei ISA Spec
    • Update appendix
    • Refines tables and figures