From db053a32c165c1b22423a47ed6cb5bddc72b51f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20M=C3=BChlstrasser?= Date: Sat, 27 Jul 2024 19:06:59 +0200 Subject: [PATCH] Update changlog and README files --- CHANGELOG.md | 6 ++++++ README.md | 12 ++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5610ce..5864801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Release History +## [v16.5](https://github.com/smuehlst/circle-stdlib/releases/tag/v16.5) + +* Synced with [Circle Step 47](https://github.com/rsta2/circle/releases/tag/Step47). +* Update Mbed TLS to [release v2.28.8](https://github.com/Mbed-TLS/mbedtls/releases/tag/v2.28.8). +* Aligned toolchain version with Circle (ARM Gnu toolchain 13.2.Rel1). + ## [v16.4](https://github.com/smuehlst/circle-stdlib/releases/tag/v16.4) * Fixed issue #35 "No output from printf() in samples/02-stdio-hello with v16.3". diff --git a/README.md b/README.md index 5a5be34..0b3d693 100755 --- a/README.md +++ b/README.md @@ -22,12 +22,12 @@ Circle (call configure with `--opt-tls`, see also the A toolchain from [Arm GNU Toolchain Downloads](https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads): -* gcc 12.2.Rel1 hosted on Intel Linux or Windows 10 Subsystem for Linux (WSL) (build is tested with [GitHub Action](https://github.com/smuehlst/circle-stdlib/actions)): - * [AArch32 bare-metal target (arm-none-eabi)](https://developer.arm.com/-/media/Files/downloads/gnu/12.2.rel1/binrel/arm-gnu-toolchain-12.2.rel1-x86_64-arm-none-eabi.tar.xz) - * [AArch64 ELF bare-metal target (aarch64-none-elf)](https://developer.arm.com/-/media/Files/downloads/gnu/12.2.rel1/binrel/arm-gnu-toolchain-12.2.rel1-x86_64-aarch64-none-elf.tar.xz) -* gcc 12.2.Rel1 hosted on 64-bit Linux on Raspberry Pi (not tested, but reported to work): - * [AArch32 bare-metal target (arm-none-eabi)](https://developer.arm.com/-/media/Files/downloads/gnu/12.2.rel1/binrel/arm-gnu-toolchain-12.2.rel1-aarch64-arm-none-eabi.tar.xz) - * [AArch64 ELF bare-metal target (aarch64-none-elf)](https://developer.arm.com/-/media/Files/downloads/gnu/12.2.rel1/binrel/arm-gnu-toolchain-12.2.rel1-aarch64-aarch64-none-elf.tar.xz) +* gcc 13.2.Rel1 hosted on Intel Linux or Windows 10 Subsystem for Linux (WSL) (build is tested with [GitHub Action](https://github.com/smuehlst/circle-stdlib/actions)): + * [AArch32 bare-metal target (arm-none-eabi)](https://developer.arm.com/-/media/Files/downloads/gnu/13.2.rel1/binrel/arm-gnu-toolchain-13.2.rel1-x86_64-arm-none-eabi.tar.xz) + * [AArch64 ELF bare-metal target (aarch64-none-elf)](https://developer.arm.com/-/media/Files/downloads/gnu/13.2.rel1/binrel/arm-gnu-toolchain-13.2.rel1-x86_64-aarch64-none-elf.tar.xz) +* gcc 13.2.Rel1 hosted on 64-bit Linux on Raspberry Pi (not tested, but reported to work): + * [AArch32 bare-metal target (arm-none-eabi)](https://developer.arm.com/-/media/Files/downloads/gnu/13.2.rel1/binrel/arm-gnu-toolchain-13.2.rel1-aarch64-arm-none-eabi.tar.xz) + * [AArch64 ELF bare-metal target (aarch64-none-elf)](https://developer.arm.com/-/media/Files/downloads/gnu/13.2.rel1/binrel/arm-gnu-toolchain-13.2.rel1-aarch64-aarch64-none-elf.tar.xz) ### Building the Libraries