File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
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.11.3
4
+ - General:
5
+ * Added cmake package support to make it easier to find toolchain
6
+ * Add a -[ no] rc argument to install script to allow skipping update
7
+ query for .zephyrrc
8
+
9
+ - QEMU:
10
+ * Add support for ARC
11
+ * xilinx_qemu: Fix WFI instruction for icount mode
12
+ * SPARC: fix issue with timer in QEMU machine AT697
13
+ * Add support for changing CPU type in sifive_e machine.
14
+
15
+ - GDB:
16
+ - Added a gdb build that doesn't support python (TARGET-gdb-no-py)
17
+
18
+ NOTE: The name of the gdb executable will change in the next major
19
+ release. To maintain compatibility with previous 0.11.x we left the
20
+ TARGET-gdb as the version that supports python. In 0.12.x we will change
21
+ it such that TARGET-gdb will NOT support python and thus work everywhere
22
+ and TARGET-gdb-py will be the version that supports python.
23
+
24
+ - Changed python support to build against python3.8. This is an attempt to
25
+ have the python support work on a larger number of distributions.
26
+
27
+ NOTE: This may require install a python3.8 package on your system if
28
+ python3.8 is not available. On fedora systems that can be accomplished by:
29
+
30
+ ` sudo dnf install python38 `
31
+
32
+ On ubuntu systems that can be accomplished by:
33
+
34
+ ` sudo apt get install python3.8-dev `
35
+
36
+ - OpenOCD:
37
+ * Pull in a fix for ARC SMP support
38
+
39
+ - GCC:
40
+ - Fix build issue with CRC32 intrinsics included from arm_acle.h on ARM
41
+ compiler.
42
+
3
43
## Zephyr SDK 0.11.2
4
44
- Fixed issue with setjmp/longjmp not existing on x86 32-bit build
5
45
- Fixed python support on GDB:
You can’t perform that action at this time.
0 commit comments