mbed_app.json

Mon, 23 Nov 2020 21:57:06 +0100

author
David Douard <david.douard@sdf3.org>
date
Mon, 23 Nov 2020 21:57:06 +0100
changeset 58
c1dfd75f2842
parent 28
424d792fea4f
permissions
-rw-r--r--

Do not go to the next line if the char to display does not fit

{
    "target_overrides": {
      "*": {
        "platform.callback-nontrivial": true
      },
      "nucleo_f303re": {
        "target.c_lib": "small",
        "target.printf_lib": "minimal-printf",
        "platform.minimal-printf-enable-floating-point": false,
        "platform.stdio-minimal-console-only": true
      }
    }
}

mercurial