You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-9Lines changed: 19 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,7 @@ Circle (call configure with `--opt-tls`, see also the
19
19
20
20
* Linux or Windows 10 Subsystem for Linux (WSL).
21
21
* gcc ARM toolchain on the path. Successfully tested with:
22
-
*`gcc version 6.3.1 20170215 (release) [ARM/embedded-6-branch revision 245512] (GNU Tools for ARM Embedded Processors 6-2017-q1-update)` (gcc-arm-none-eabi-6-2017-q1-update-linux.tar.bz2 from https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads)
23
-
*`gcc version 7.1.1 20170510 (Linaro GCC 7.1-2017.05)` (gcc-linaro-7.1.1-2017.05-x86_64_arm-eabi.tar.xz from https://releases.linaro.org/components/toolchain/binaries/7.1-2017.05/arm-linux-gnueabihf)
22
+
*`gcc version 7.3.1 20180622 (release) [ARM/embedded-7-branch revision 261907] (GNU Tools for ARM Embedded Processors 7-2018-q2-update)` (gcc-arm-none-eabi-7-2018-q2-update-linux.tar.bz2 https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads)
24
23
25
24
### Building the Libraries
26
25
@@ -61,13 +60,24 @@ make build-samples
61
60
62
61
## Current Release
63
62
64
-
v6.0
63
+
v7.0
65
64
66
-
* Synced with [Circle Step 36](https://github.com/rsta2/circle/releases/tag/Step36).
65
+
* Synced with [Circle Step 37](https://github.com/rsta2/circle/releases/tag/Step37).
66
+
*[mbed TLS](libs/mbedtls) support updated to release 2.14.1.
67
+
* Circle is now included from its default repository. To sync an existing clone of the circle-stdlib repository, enter the following commands:
0 commit comments