mbed_app.json

Sun, 25 Oct 2020 22:15:03 +0100

author
David Douard <david.douard@sdf3.org>
date
Sun, 25 Oct 2020 22:15:03 +0100
changeset 32
bc1d6ecbb0cc
parent 28
424d792fea4f
permissions
-rw-r--r--

Update the main code: extract headers and use a CircularBuffer for key events

Also fix some forgotten s/_FP_F303RE/_FP_F030RD/

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