Skip to content

Commit

Permalink
Update changlog and README files
Browse files Browse the repository at this point in the history
  • Loading branch information
smuehlst committed Jul 27, 2024
1 parent 815745a commit db053a3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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".
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit db053a3

Please sign in to comment.