Skip to content

Releases: smuehlst/circle-stdlib

More file operations of FatFs made available

31 May 10:49
f510c4b
Compare
Choose a tag to compare
  • Additional file-related capabilities of FatFs available now:
    • File seeking in stdio and in the C++ standard library.
    • Directory operations rename(), mkdir() and unlink().
  • Extended the smoke test run by the GitHub action with basic tests for file operations.

Synced with Circle Step 42

12 May 18:53
Compare
Choose a tag to compare
  • Synced with Circle Step 42.
  • Switched the FAT filesystem implementation to FatFs. While FatFs offers more features than Circle's FAT filesystem implementation that was used previously, this release of circle-stdlib only aims to be compatible with previous releases regarding filesystem-related functionality.

Sync with Circle Step 41.2

24 Mar 19:09
Compare
Choose a tag to compare

Sync with Circle Step 41.1

21 Feb 23:57
Compare
Choose a tag to compare

Sync with Circle Step 41

08 Feb 11:31
Compare
Choose a tag to compare
  • Synced with Circle Step 41.
  • Updated mbedtls to release 2.16.4.
  • New configure option --qemu to build with support for QEMU semihosting mode.
  • Added GitHub action that builds
    with the supported compilers in 32-bit and 64-bit mode and runs a smoke test under QEMU.
  • Minor changes to circle-stdlib and mbedtls samples so they terminate under QEMU.

Updated newlib from upstream

11 Oct 18:10
Compare
Choose a tag to compare
  • Updated circle-newlib from upstream to fix a compilation error in the C++ sample when using gcc 8.3-2019.03.

Sync with Circle Step 40

02 Sep 20:02
Compare
Choose a tag to compare

Sync with Circle Step 39.2

16 Jul 17:47
Compare
Choose a tag to compare

Sync with Circle Step 39.1

20 Mar 19:44
Compare
Choose a tag to compare
  • Synced with Circle Step 39.1.
  • AArch64 support.
  • Removed deprecated build script build.bash (use configure and make instead).

Sync with Circle Step 39 and mbed TLS 2.16.0

01 Mar 10:22
Compare
Choose a tag to compare