Skip to content

Commit

Permalink
doc: update changelog for release v1.0.0-beta
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <578567190@qq.com>
  • Loading branch information
fanghuaqi committed Feb 26, 2020
1 parent a804643 commit 8471252
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
22 changes: 22 additions & 0 deletions NMSIS/doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
Changelog
=========


V1.0.0-beta
-----------

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


V1.0.0-alpha.1
--------------

Expand Down
7 changes: 6 additions & 1 deletion NMSIS/doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
version = '1.0.0'

# The full version, including alpha/beta/rc tags
release = '1.0.0-alpha.1'
release = '1.0.0-beta'


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -76,6 +76,11 @@
breathe_default_project = "nmsis_core"
breathe_show_define_initializer = True

# -- Options for Latex output -------------------------------------------------
latex_logo = 'asserts/images/nmsis_logo.png'
latex_show_pagerefs = True
latex_toplevel_sectioning = 'chapter'
latex_show_urls = 'footnote'

rst_epilog = """
.. |nuclei_core| replace:: Nuclei N/NX Class Processors
Expand Down

0 comments on commit 8471252

Please sign in to comment.