You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NMSIS/doc/source/changelog.rst
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,26 @@ Changelog
6
6
V1.4.2
7
7
------
8
8
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``
10
19
11
20
* **NMSIS-DSP**
12
21
13
22
- Add missing functions ``riscv_fir_decimate_f64``, ``riscv_fir_decimate_init_f64`` and ``riscv_mat_init_f64``
14
23
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
0 commit comments