mbed_app.json

Sun, 01 Nov 2020 22:11:39 +0100

author
David Douard <david.douard@sdf3.org>
date
Sun, 01 Nov 2020 22:11:39 +0100
changeset 41
5bed3318e563
parent 28
424d792fea4f
permissions
-rw-r--r--

rename fp environment as fp_dfu and add a fp_stlink

to make it a bit easier to choose the selected upload protocol

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