Skip to content

Commit

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

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

API changes has been maded to system timer.
- Start from Nuclei N core version 1.4, MSTOP register is renamed to MTIMECTL to provide more features
- Changes made to NMSIS/Core/core_feature_timer.h
- MSTOP register name changed to MTIMECTL due to core spec changes
- SysTimer_SetMstopValue renamed to SysTimer_SetControlValue
- SysTimer_GetMstopValue renamed to SysTimer_GetControlValue
- Add SysTimer_Start and SysTimer_Stop to start or stop system timer counter
- SysTick_Reload function is introduced to reload system timer
- Macro names started with SysTimer_xxx are changed, please check in the code.
- Removed unused lines of code in DSP and NN library source code which has unused macros which will not work for RISCV cores.
- Fix some documentation issues, mainly typos and invalid cross references.


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

Expand Down
2 changes: 1 addition & 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'
release = '1.0.0-alpha.1'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 6e210ab

Please sign in to comment.