mbed_app.json

Sat, 07 Nov 2020 19:20:39 +0100

author
David Douard <david.douard@sdf3.org>
date
Sat, 07 Nov 2020 19:20:39 +0100
changeset 45
2da50a3d4e9f
parent 28
424d792fea4f
permissions
-rw-r--r--

Adjust font rendering

- fix +, -, and ' ' so they habe the same width
- add a method to move the current location for a given char (without drawing it)

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