Skip to content

Commit f5f7efa

Browse files
committed
NMSIS: bump version to 1.6.0
- Update __NMSIS_VERSION_MINOR from 5 to 6 in nmsis_version.h - Update version/release to 1.6.0 in conf.py - Update version to 1.6.0 in npk.yml - Update NMSIS version reference in ideprojects/iar/README.md - Update PROJECT_NUMBER to 1.6.0 in doxygen configs for nmsis_core, nmsis_dsp, and nmsis_nn Signed-off-by: Huaqi Fang <578567190@qq.com>
1 parent b7f5309 commit f5f7efa

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

NMSIS/Core/Include/nmsis_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
* query a NMSIS release update including new features.
6565
*
6666
**/
67-
#define __NMSIS_VERSION_MINOR (5U)
67+
#define __NMSIS_VERSION_MINOR (6U)
6868

6969
/**
7070
* \brief Represent the NMSIS patch version

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.5.0'
24+
version = '1.6.0'
2525

2626
# The full version, including alpha/beta/rc tags
27-
release = '1.5.0'
27+
release = '1.6.0'
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.5.0"
41+
PROJECT_NUMBER = "Version 1.6.0"
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.5.0"
41+
PROJECT_NUMBER = "Version 1.6.0"
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.5.0"
41+
PROJECT_NUMBER = "Version 1.6.0"
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/ideprojects/iar/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ These projects demonstrated the following features:
2929
- **nmsis_dsp_examples.eww** and **nmsis_nn_examples.eww** provide example code demonstrating DSP and NN functions.
3030

3131
> **nmsis_dsp_examples.eww** and **nmsis_nn_examples.eww** prebuilt iar workspace required to use Nuclei SDK 0.9.0 release,
32-
> and these prebuilt project used NMSIS Core/DSP/NN header files provided in Nuclei SDK which is the NMSIS 1.5.0
33-
> release version, and default using library is also Nuclei SDK prebuilt NMSIS 1.5.0 DSP/NN GCC library.
32+
> and these prebuilt project used NMSIS Core/DSP/NN header files provided in Nuclei SDK which is the NMSIS 1.6.0
33+
> release version, and default using library is also Nuclei SDK prebuilt NMSIS 1.6.0 DSP/NN GCC library.
3434
3535
## How to use
3636

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.5.0
4+
version: 1.6.0
55
description: NMSIS in Nuclei SDK
66
type: csp
77
keywords:

0 commit comments

Comments
 (0)