We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6609f1c commit 6da1a84Copy full SHA for 6da1a84
doc/source/changelog.rst
@@ -8,10 +8,25 @@ V0.8.1
8
9
This is release version of ``0.8.1`` of Nuclei SDK.
10
11
+* Application
12
+
13
+ - Remove ``-ffast-math`` for clang based toolchain since it is deprecated
14
15
* NMSIS
16
17
- Replace ``__ASSEMBLY__`` with ``__ASSEMBLER__`` to match with gcc predefined asm macro
18
19
+* SoC
20
21
+ - Update evalsoc linker script files to support RT-Thread v5.x
22
+ - Update SConscript to support RT-Thread v5.x
23
+ - Fix zcmt jvt section alignment and section name in evalsoc linker script files
24
+ - Fix evalsoc stubs.c compile fail in RT-Thread
25
+ - Fix evalsoc linker options in RT-Thread SConscript to fix link issue
26
27
+* Components
28
29
+ - Fix profiling component to support gcc 14.x
30
31
V0.8.0
32
------
0 commit comments