|
1 | 1 | # Notes / Changes in various releases |
2 | 2 |
|
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 |
9 | 4 |
|
10 | 5 | - general: |
| 6 | + * Added support for ARC64. NOTE: GDB isn't currently supported |
| 7 | + for ARC64. |
11 | 8 | * CI/go.sh changes to make building MacOS and CI building |
12 | 9 | 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: |
28 | 10 | * Various fixes for building/packaging on MacOS |
29 | 11 | * Added GitHub CI workflow to build MacOS x86_64 packages |
30 | 12 |
|
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 | | - |
55 | 13 | - qemu: |
56 | 14 | * Updated to QEMU 6.0.0 |
57 | 15 | * Added arc64 support. NOTE: this update ARC support replaces |
58 | 16 | the machine (-M simhs) with (-M virt). This change will require |
59 | 17 | 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 |
60 | 22 |
|
61 | 23 | - gcc: |
62 | 24 | * Update to gcc 10.3 release |
63 | 25 | * 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. |
64 | 30 |
|
65 | 31 | - binutils: |
66 | 32 | * Updated to add support for ARC64 |
67 | 33 |
|
68 | 34 | - newlib: |
69 | 35 | * 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. |
70 | 40 |
|
71 | 41 | - crosstool-ng: |
72 | 42 | * sync with upstream. Upstream now supports newlib-nano so we drop |
73 | 43 | our Zephyr specific updates. This also pulls in gcc-10.3 and |
74 | 44 | initial support for ARC64. |
| 45 | + * Fix stripping of newlib-nano libs |
75 | 46 |
|
76 | 47 | - yocto: |
77 | 48 | * Update to yocto 3.2.3 baseline. This is in prep to support building |
78 | 49 | qemu-6.0.0 |
79 | 50 |
|
| 51 | +- openocd: |
| 52 | + * Update to upstream 20210630 snapshot |
| 53 | + |
80 | 54 | ## Zephyr SDK 0.12.4 |
81 | 55 |
|
82 | 56 | - cmake: |
|
0 commit comments