Skip to content

Commit c8951df

Browse files
committed
doc: update changelog for recent 1.4.2 development
Signed-off-by: Huaqi Fang <[email protected]>
1 parent 560365b commit c8951df

File tree

6 files changed

+21
-7
lines changed

6 files changed

+21
-7
lines changed

NMSIS/doc/source/changelog.rst

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,26 @@ Changelog
66
V1.4.2
77
------
88

9-
This is the version of ``V1.4.2`` release.
9+
This is the version of ``V1.4.2`` release, still in development.
10+
11+
* **NMSIS-CORE**
12+
13+
- Change ``core_feature_pmp.h`` to support more PMP entries, changed from 16 to 64 now
14+
- Enable ``__LD/__SD`` macro when Zilsd extension present for rv32 in ``core_feature_base.h``
15+
- Add comments for updating ECLIC threshold MTH setting recommendations in ``core_feature_eclic.h``
16+
- Fix **HDBG** bit position in SysTimer **MTIMECTL** from 4 to 3 in ``core_feature_timer.h``
17+
- Add **MTIME_SRC** bit position and update SRW control handling in ``core_feature_timer.h``
18+
- Add new field mapping of ``CSR_MTLBCFGINFO_Type`` CSR structure in ``core_feature_base.h``
1019

1120
* **NMSIS-DSP**
1221

1322
- Add missing functions ``riscv_fir_decimate_f64``, ``riscv_fir_decimate_init_f64`` and ``riscv_mat_init_f64``
1423

24+
* **Build System**
25+
26+
- Enable different toolchain support to build DSP and NN library, you can pass **TOOLCHAIN=nuclei_llvm** or **TOOLCHAIN=terapines** to build for different toolchain when generate library
27+
- Gitlab CI introduced support for build library for nuclei_gnu, nuclei_llvm and terapines toolchain
28+
1529
V1.4.1
1630
------
1731

NMSIS/doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
author = 'Nuclei'
2222

2323
# The short X.Y version
24-
version = '1.4.1'
24+
version = '1.4.2'
2525

2626
# The full version, including alpha/beta/rc tags
27-
release = '1.4.1'
27+
release = '1.4.2'
2828

2929
# -- General configuration ---------------------------------------------------
3030

NMSIS/doc/source/doxygen/nmsis_core.dxy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = NMSIS-Core
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = "Version 1.4.1"
41+
PROJECT_NUMBER = "Version 1.4.2"
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

NMSIS/doc/source/doxygen/nmsis_dsp.dxy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = NMSIS-DSP
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = "Version 1.4.1"
41+
PROJECT_NUMBER = "Version 1.4.2"
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

NMSIS/doc/source/doxygen/nmsis_nn.dxy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = NMSIS-NN
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = "Version 1.4.1"
41+
PROJECT_NUMBER = "Version 1.4.2"
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

NMSIS/npk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Package Base Information
22
name: csp-nsdk_nmsis
33
owner: nuclei
4-
version: 1.4.1
4+
version: 1.4.2
55
description: NMSIS in Nuclei SDK
66
type: csp
77
keywords:

0 commit comments

Comments
 (0)