Skip to content

Releases: TimPaterson/stdio-mini

ARM Cortex-M0+ Libraries v1.0.4

Choose a tag to compare

@TimPaterson TimPaterson released this 16 Apr 02:02

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

Choose a tag to compare

@TimPaterson TimPaterson released this 21 Jun 21:26

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

Choose a tag to compare

@TimPaterson TimPaterson released this 30 Jul 17:59

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

Choose a tag to compare

@TimPaterson TimPaterson released this 25 Nov 20:35

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

Choose a tag to compare

@TimPaterson TimPaterson released this 24 Nov 18:18

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