Skip to content

Commit 2cba7cb

Browse files
committed
release-notes: Update for release of 0.11.3
Signed-off-by: Kumar Gala <[email protected]>
1 parent 0cdfc5a commit 2cba7cb

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

release-notes.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
# Notes / Changes in various releases
22

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+
343
## Zephyr SDK 0.11.2
444
- Fixed issue with setjmp/longjmp not existing on x86 32-bit build
545
- Fixed python support on GDB:

0 commit comments

Comments
 (0)