mbed_app.json

Thu, 09 Sep 2021 21:59:53 +0200

author
David Douard <david.douard@sdfa3.org>
date
Thu, 09 Sep 2021 21:59:53 +0200
changeset 63
f71f6c0af3cd
parent 28
424d792fea4f
permissions
-rw-r--r--

Simplify a bit the rst logic and make a bit more robust

{
    "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