Geremia G
/
UniGraphic_demo
UniGraphic demo for TFT and LCD, par or spi
mbed_app.json@6:851dbb62def7, 2022-01-25 (annotated)
- Committer:
- Geremia
- Date:
- Tue Jan 25 18:00:21 2022 +0000
- Revision:
- 6:851dbb62def7
updated to OS6 baremetal, got bored about online compiler, mbed studio, platformIO and all this shitty kiddy stuff
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Geremia | 6:851dbb62def7 | 1 | { |
Geremia | 6:851dbb62def7 | 2 | "requires": ["bare-metal"], |
Geremia | 6:851dbb62def7 | 3 | "target_overrides": { |
Geremia | 6:851dbb62def7 | 4 | "*": { |
Geremia | 6:851dbb62def7 | 5 | "target.c_lib": "small", |
Geremia | 6:851dbb62def7 | 6 | "target.printf_lib": "minimal-printf", |
Geremia | 6:851dbb62def7 | 7 | "platform.minimal-printf-enable-64-bit": false, |
Geremia | 6:851dbb62def7 | 8 | "platform.minimal-printf-enable-floating-point": true, |
Geremia | 6:851dbb62def7 | 9 | "platform.minimal-printf-set-floating-point-max-decimals": 3 |
Geremia | 6:851dbb62def7 | 10 | } |
Geremia | 6:851dbb62def7 | 11 | } |
Geremia | 6:851dbb62def7 | 12 | } |