Skip to content

Releases: TimPaterson/stdio-mini

ARM Cortex-M0+ Libraries v1.0.4

16 Apr 02:02

Choose a tag to compare

The file arm-lib-out.zip contains ready-to-link libraries provided as GNU archives (.a) for ARM Cortex-M0+ MCUs. There is one library for each combinations of math support, denoted by suffixes to the archive name:

Integer: l = long, ll = long long
FP: flt = float, dbl = double

ARM Cortex-M0+ Libraries v1.0.3

21 Jun 21:26

Choose a tag to compare

The file arm-lib-out.zip contains ready-to-link libraries provided as GNU archives (.a) for ARM Cortex-M0+ MCUs. There is one library for each combinations of math support, denoted by suffixes to the archive name:

Integer: l = long, ll = long long
FP: flt = float, dbl = double

This release include the fix for issue #3.

ARM Cortex-M0+ Libraries v1.0.2

30 Jul 17:59

Choose a tag to compare

The file arm-lib-out.zip contains ready-to-link libraries provided as GNU archives (.a) for ARM Cortex-M0+ MCUs. There is one library for each combinations of math support, denoted by suffixes to the archive name:

Integer: l = long, ll = long long
FP: flt = float, dbl = double

ARM Cortex-M0+ Libraries v1.0.1

25 Nov 20:35

Choose a tag to compare

arm-lib-out.zip contains ready-to-link libraries provided as GNU archives (.a) for ARM Cortex-M0+ MCUs. There is one library for each combinations of math support, denoted by suffixes to the archive name:
Integer: l = long, ll = long long
FP: flt = float, dbl = double

Update: now compiled with GCC 9.3.1 instead of 6.3.1

ARM Cortex-M0+ Libraries v1.0.0

24 Nov 18:18

Choose a tag to compare

Libraries for ARM Cortex-M0+ MCUs compiled with all combinations of math support:
Integer: l = long, ll = long long
FP: flt = float, dbl = double