Skip to content

Commit

Permalink
doc: add changelog about SysTick_Config and demo_timer changes
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Sep 13, 2024
1 parent b45d25e commit 0049d28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ This is development version ``0.2.0-dev`` of N100 SDK.
* Application

- Add an empty project for n100 sdk
- Add an macro ``TIMER_RELOAD`` to control ``demo_timer`` timer interrupt reload via TIME or TIMECMP
- reset cycle and instret when start to do benchmark

* NMSIS

- Add ``__set_rv_instret`` and ``__set_rv_cycle`` API for N100 NMSIS Core
- Fix ``SysTick_Config`` API by using ``SysTick_Reload`` instead of directly set MTIMECMP register to avoid easy 24b overflow

* SoC

Expand Down

0 comments on commit 0049d28

Please sign in to comment.