File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Notes / Changes in various releases
2
2
3
- ## Zephyr SDK 0.16.1-beta1
3
+ ## Zephyr SDK 0.16.1-rc1
4
4
5
5
- general:
6
6
7
7
* Added Intel ACE15 MTPM toolchain (` xtensa-intel_ace15_mtpm_zephyr-elf ` ).
8
+ * Added Intel TGL ADSP toolchain (` xtensa-intel_tgl_adsp_zephyr-elf ` ).
9
+ * Removed Intel APL ADSP toolchain (` xtensa-intel_apl_adsp_zephyr-elf ` ).
10
+ * Removed Intel S1000 toolchain (` xtensa-intel_s1000_zephyr-elf ` ).
8
11
9
12
- cmake:
10
13
11
14
* Fixed the Zephyr SDK CMake package registration failure when the setup
12
15
script is run by a non-root user and the SDK is located in a directory
13
16
that is not writable by the user.
14
17
18
+ - binutils:
19
+
20
+ * Fixed ARM MVE ` VCVTNE ` instruction misinterpretation bug.
21
+
22
+ - openocd:
23
+
24
+ * Disabled ARC_SEC core debugging support to work around the GDB connection
25
+ timeout issue (refer to the [ GitHub issue #631 ] ).
26
+
15
27
- newlib:
16
28
17
29
* Enabled newlib-nano for all targets except Xtensa. Note that newlib-nano is
22
34
23
35
* Updated to Picolibc 1.8.1 release.
24
36
37
+ [ GitHub issue #631 ] : https://github.com/zephyrproject-rtos/sdk-ng/issues/631
25
38
[ GitHub issue #660 ] : https://github.com/zephyrproject-rtos/sdk-ng/issues/660
26
39
27
40
## Zephyr SDK 0.16.0
You can’t perform that action at this time.
0 commit comments