Skip to content

Commit 76d7905

Browse files
committed
release-notes: Update for 0.13.0-alpha-1
Add ARC64 and some other updates towards 0.13.0-alpha-1 Signed-off-by: Kumar Gala <[email protected]>
1 parent 0a4322d commit 76d7905

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

release-notes.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,26 @@
11
# Notes / Changes in various releases
22

3-
## Zephyr SDK 0.12.5
3+
## Zephyr SDK 0.13.0-alpha-1
4+
5+
- general:
6+
* Added support for ARC64. NOTE: GDB isn't currently supported
7+
for ARC64.
48

59
- qemu:
6-
* Updated to QEMU 6.0.0-rc4
10+
* Updated to QEMU 6.0.0
711
* Added arc64 support. NOTE: this update ARC support replaces
812
the machine (-M simhs) with (-M virt). This change will require
913
updates to boards/arc/qemu_arc/board.cmake in Zephyr to match.
1014

1115
- gcc:
1216
* Update to gcc 10.3 release
17+
* Added support for ARC64
18+
19+
- binutils:
20+
* Updated to add support for ARC64
21+
22+
- newlib:
23+
* Updated to add support for ARC64
1324

1425
- crosstool-ng:
1526
* sync with upstream. Upstream now supports newlib-nano so we drop

0 commit comments

Comments
 (0)