Skip to content

Commit 49fddf6

Browse files
committed
Update README.md for release v12.0
1 parent 15c116f commit 49fddf6

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ Circle (call configure with `--opt-tls`, see also the
1919

2020
* Linux or Windows 10 Subsystem for Linux (WSL).
2121
* gcc ARM toolchain on the path. Successfully tested with:
22-
* gcc version 7.3.1 20180622: gcc-arm-none-eabi-7-2018-q2-update-linux.tar.bz2 from https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads
23-
* gcc version 8.2-2019.01 32-bit and 64-bit:
24-
* gcc-arm-8.2-2019.01-x86_64-arm-eabi.tar.xz from https://developer.arm.com/open-source/gnu-toolchain/gnu-a/downloads
25-
* gcc-arm-8.2-2019.01-x86_64-aarch64-elf.tar.xz from https://developer.arm.com/open-source/gnu-toolchain/gnu-a/downloads
22+
* gcc version 7.3.1 20180622 from https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads
23+
* gcc version 8.2-2019.01 32-bit and 64-bit from https://developer.arm.com/open-source/gnu-toolchain/gnu-a/downloads
24+
* gcc version 8.3-2019.03 32-bit and 64-bit from https://developer.arm.com/open-source/gnu-toolchain/gnu-a/downloads
2625

2726
### Building the Libraries
2827

@@ -67,13 +66,17 @@ make mrproper # removes the configuration too
6766
make build-samples
6867
```
6968

70-
## Current Release [v11.0](https://github.com/smuehlst/circle-stdlib/releases/tag/v11.0)
69+
## Current Release [v12.0](https://github.com/smuehlst/circle-stdlib/releases/tag/v12.0)
7170

72-
* Synced with [Circle Step 40](https://github.com/rsta2/circle/releases/tag/Step40).
73-
* Raspberry Pi 4 support.
71+
* Updated circle-newlib from upstream to fix a compilation error in the C++ sample when using gcc 8.3-2019.03.
7472

7573
## Previous Releases
7674

75+
## [v11.0](https://github.com/smuehlst/circle-stdlib/releases/tag/v11.0)
76+
77+
* Synced with [Circle Step 40](https://github.com/rsta2/circle/releases/tag/Step40).
78+
* Raspberry Pi 4 support.
79+
7780
## [v10.0](https://github.com/smuehlst/circle-stdlib/releases/tag/v10.0)
7881

7982
* Synced with [Circle Step 39.2](https://github.com/rsta2/circle/releases/tag/Step39.2).

0 commit comments

Comments
 (0)