updated for mbed-os 5.5

Fork of Task121 by Nicholas Outram

Committer:
noutram
Date:
Thu Jul 16 10:10:13 2020 +0100
Revision:
12:991c54e21f5f
Parent:
10:c75a585e57a7
stuff

Who changed what in which revision?

UserRevisionLine numberNew contents of line
noutram 4:612f8694a6e8 1 {
noutram 10:c75a585e57a7 2 "requires": ["bare-metal"],
noutram 10:c75a585e57a7 3 "target_overrides": {
noutram 10:c75a585e57a7 4 "*": {
noutram 10:c75a585e57a7 5 "target.c_lib": "small",
noutram 10:c75a585e57a7 6 "target.printf_lib": "minimal-printf",
noutram 10:c75a585e57a7 7 "platform.minimal-printf-enable-floating-point": false,
noutram 10:c75a585e57a7 8 "platform.stdio-minimal-console-only": true
noutram 10:c75a585e57a7 9 }
noutram 10:c75a585e57a7 10 }
noutram 4:612f8694a6e8 11 }