Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

31 lines (24 loc) · 1.01 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.0.2 - 2021-12-02

Added

  • Explanation of current state of PAUSE instruction
  • Clearify that feature disable must run on M mode
  • Support the NMI registers and instructions

Modified

  • Set CEASE to be unsafe function
  • Rearrange documents
  • Temporarily hide SiFive platform features

Removed

  • PAUSE instruction, it will be in core::hint::spin_loop

[0.0.1] - 2021-12-02

Added

  • Assembly instruction CEASE, PAUSE, CFLUSH.D.L1 and CDISCARD.D.L1
  • CSR register mbpm and mfeature
  • Feature enable API and platform feature mask
  • Documentations, hardware notes for instructions and registers