Skip to content

Commit 05301c5

Browse files
committed
Documentation updates for release 15.8
1 parent 21583d7 commit 05301c5

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
## [v15.8](https://github.com/smuehlst/circle-stdlib/releases/tag/v15.8)
4+
5+
* Synced with [Circle Step 44.2](https://github.com/rsta2/circle/releases/tag/Step44.2).
6+
* Aligned toolchain version with Circle (gcc 10.3-2021.07).
7+
* Updated Mbed TLS to version 2.16.11.
8+
39
## [v15.7](https://github.com/smuehlst/circle-stdlib/releases/tag/v15.7)
410

511
* Synced with [Circle Step 44](https://github.com/rsta2/circle/releases/tag/Step44).

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ Circle (call configure with `--opt-tls`, see also the
2323
A toolchain from [Arm Developer GNU-A Downloads](https://developer.arm.com/open-source/gnu-toolchain/gnu-a/downloads):
2424

2525
* Hosted on Intel Linux or Windows 10 Subsystem for Linux (WSL) (build is tested with [GitHub Action](https://github.com/smuehlst/circle-stdlib/actions)):
26-
* gcc 10.2-2020.11
27-
* [AArch32 bare-metal target (arm-none-eabi)](https://developer.arm.com/-/media/Files/downloads/gnu-a/10.2-2020.11/binrel/gcc-arm-10.2-2020.11-x86_64-arm-none-eabi.tar.xz)
28-
* [AArch64 ELF bare-metal target (aarch64-none-elf)](https://developer.arm.com/-/media/Files/downloads/gnu-a/10.2-2020.11/binrel/gcc-arm-10.2-2020.11-x86_64-aarch64-none-elf.tar.xz)
26+
* gcc 10.3-2021.07
27+
* [AArch32 bare-metal target (arm-none-eabi)](https://developer.arm.com/-/media/Files/downloads/gnu-a/10.3-2021.07/binrel/gcc-arm-10.3-2021.07-x86_64-arm-none-eabi.tar.xz)
28+
* [AArch64 ELF bare-metal target (aarch64-none-elf)](https://developer.arm.com/-/media/Files/downloads/gnu-a/10.3-2021.07/binrel/gcc-arm-10.3-2021.07-x86_64-aarch64-none-elf.tar.xz)
2929
* Hosted on 64-bit Linux on Raspberry Pi (not tested, but reported to work):
30-
* gcc 10.2-2020.11
31-
* [AArch32 bare-metal target (arm-none-eabi)](https://developer.arm.com/-/media/Files/downloads/gnu-a/10.2-2020.11/binrel/gcc-arm-10.2-2020.11-aarch64-arm-none-eabi.tar.xz)
32-
* [AArch64 ELF bare-metal target (aarch64-none-elf)](https://developer.arm.com/-/media/Files/downloads/gnu-a/10.2-2020.11/binrel/gcc-arm-10.2-2020.11-x86_64-aarch64-none-elf.tar.xz)
30+
* gcc 10.3-2021.07
31+
* [AArch32 bare-metal target (arm-none-eabi)](https://developer.arm.com/-/media/Files/downloads/gnu-a/10.3-2021.07/binrel/gcc-arm-10.3-2021.07-aarch64-arm-none-eabi.tar.xz)
32+
* [AArch64 ELF bare-metal target (aarch64-none-elf)](https://developer.arm.com/-/media/Files/downloads/gnu-a/10.3-2021.07/binrel/gcc-arm-10.3-2021.07-aarch64-aarch64-none-elf.tar.xz)
3333

3434
### Building the Libraries
3535

0 commit comments

Comments
 (0)