Skip to content

Commit bdef911

Browse files
committed
doc: update changelog for 1.4.1 release
Signed-off-by: Huaqi Fang <578567190@qq.com>
1 parent 9ba648b commit bdef911

5 files changed

Lines changed: 15 additions & 5 deletions

File tree

NMSIS/doc/source/changelog.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
Changelog
44
=========
55

6+
V1.4.1
7+
------
8+
9+
This is the version of ``V1.4.1`` release.
10+
11+
* **NMSIS-Core**
12+
13+
- Replace ``__ASSEMBLY__`` with ``__ASSEMBLER__`` to match with gcc predefined asm macro
14+
- Optimize ``__STATIC_FORCEINLINE`` to ``__STATIC_INLINE`` in NMSIS Core header files to avoid un-necessary inline to save code size
15+
616
V1.4.0
717
------
818

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.0'
24+
version = '1.4.1'
2525

2626
# The full version, including alpha/beta/rc tags
27-
release = '1.4.0'
27+
release = '1.4.1'
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.0"
41+
PROJECT_NUMBER = "Version 1.4.1"
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.0"
41+
PROJECT_NUMBER = "Version 1.4.1"
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.0"
41+
PROJECT_NUMBER = "Version 1.4.1"
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

0 commit comments

Comments
 (0)