File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33Changelog
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+
616V1.4.0
717------
818
Original file line number Diff line number Diff line change 2121author = '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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments