Skip to content

Commit

Permalink
doc: update changelog for 0.3.7
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Mar 30, 2022
1 parent 291cc91 commit 4181f93
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,33 @@
Changelog
=========

V0.3.7
------

V0.3.7-dev
----------

This is version ``0.3.7-dev`` of Nuclei SDK, which is in development.
This is release version ``0.3.7`` of Nuclei SDK.

* Application

- **CAUTION**: Fix benchmark value not correct printed when print without float c library,
which means the CSV printed value in previous release is not correct, please take care
- Add **DHRY_MODE** variable to support different dhrystone run options in dhrystone benchmark, ``ground``, ``inline`` and ``best`` are supported

* NMSIS

- Bump to v1.0.4
- Add B-extension support for NMSIS
- Fix various issues reported in github

* Build

- add ``showflags`` target to show compiling information and flags
- add ``showtoolver`` target to show tool version used

* SoC

- Change all un-registered interrupt default handler to ``default_intexc_handler``, which means user need to register
the interrupt handler using ``ECLIC_SetVector`` before enable it.
- Add **RUNMODE** support only in ``demosoc``, internal usage
- Add jlink debug configuration for gd32vf103 soc

* Tools

Expand Down Expand Up @@ -638,4 +644,4 @@ Here are the main features of this release:
.. _tuupola: https://github.com/tuupola
.. _RomanBuchert: https://github.com/RomanBuchert
.. _michahoiting: https://github.com/michahoiting
.. _NMSIS 1.0.3 Changelog: https://doc.nucleisys.com/nmsis/changelog.html#v1-0-3
.. _NMSIS 1.0.3 Changelog: https://doc.nucleisys.com/nmsis/changelog.html#v1-0-3

0 comments on commit 4181f93

Please sign in to comment.