Skip to content

Commit 16ad873

Browse files
committed
VERSION: Bump version to 0.13.0
Signed-off-by: Kumar Gala <[email protected]>
1 parent 38c8740 commit 16ad873

File tree

2 files changed

+20
-46
lines changed

2 files changed

+20
-46
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.0-rc4
1+
0.13.0

release-notes.md

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

3-
## Zephyr SDK 0.13.0-rc4
4-
5-
- newlib:
6-
* Fix nano.spec file to pull in nano libraries.
7-
* Set -mthumb-interwork for nano newlib builds to workaround
8-
at crosstool issue.
3+
## Zephyr SDK 0.13.0
94

105
- general:
6+
* Added support for ARC64. NOTE: GDB isn't currently supported
7+
for ARC64.
118
* CI/go.sh changes to make building MacOS and CI building
129
easier.
13-
14-
## Zephyr SDK 0.13.0-rc3
15-
16-
- Re-release -rc2 as -rc3, forgot to update VERSION file.
17-
18-
## Zephyr SDK 0.13.0-rc2
19-
20-
- qemu:
21-
* Pull in fix from upstream for TFM:
22-
target/arm: Use correct SP in M-profile exception
23-
24-
- crostool-ng:
25-
* Fix stripping of newlib-nano libs
26-
27-
- general:
2810
* Various fixes for building/packaging on MacOS
2911
* Added GitHub CI workflow to build MacOS x86_64 packages
3012

31-
## Zephyr SDK 0.13.0-rc1
32-
33-
- openocd:
34-
* Update to upstream 20210630 snapshot
35-
36-
- qemu:
37-
* Pull in fixes from upstream for:
38-
hw/arm: Fix modelling of SSE-300 TCMs and SRAM
39-
40-
- newlib:
41-
* Added multithreading support
42-
43-
- gcc:
44-
* Removed libgcc transactional memory clone registry support
45-
* Fixed incorrect build specs for libstdc++ nano variant. The libstdc++ nano
46-
variant, which is used with newlib-nano, is now built with
47-
`-fno-exceptions` to reduce compiled binary size.
48-
49-
## Zephyr SDK 0.13.0-alpha-1
50-
51-
- general:
52-
* Added support for ARC64. NOTE: GDB isn't currently supported
53-
for ARC64.
54-
5513
- qemu:
5614
* Updated to QEMU 6.0.0
5715
* Added arc64 support. NOTE: this update ARC support replaces
5816
the machine (-M simhs) with (-M virt). This change will require
5917
updates to boards/arc/qemu_arc/board.cmake in Zephyr to match.
18+
* Pull in fix from upstream for TFM:
19+
target/arm: Use correct SP in M-profile exception
20+
* Pull in fixes from upstream for:
21+
hw/arm: Fix modelling of SSE-300 TCMs and SRAM
6022

6123
- gcc:
6224
* Update to gcc 10.3 release
6325
* Added support for ARC64
26+
* Removed libgcc transactional memory clone registry support
27+
* Fixed incorrect build specs for libstdc++ nano variant. The libstdc++ nano
28+
variant, which is used with newlib-nano, is now built with
29+
`-fno-exceptions` to reduce compiled binary size.
6430

6531
- binutils:
6632
* Updated to add support for ARC64
6733

6834
- newlib:
6935
* Updated to add support for ARC64
36+
* Added multithreading support
37+
* Fix nano.spec file to pull in nano libraries.
38+
* Set -mthumb-interwork for nano newlib builds to workaround
39+
at crosstool issue.
7040

7141
- crosstool-ng:
7242
* sync with upstream. Upstream now supports newlib-nano so we drop
7343
our Zephyr specific updates. This also pulls in gcc-10.3 and
7444
initial support for ARC64.
45+
* Fix stripping of newlib-nano libs
7546

7647
- yocto:
7748
* Update to yocto 3.2.3 baseline. This is in prep to support building
7849
qemu-6.0.0
7950

51+
- openocd:
52+
* Update to upstream 20210630 snapshot
53+
8054
## Zephyr SDK 0.12.4
8155

8256
- cmake:

0 commit comments

Comments
 (0)