Mon, 11 Mar 2024 15:35:36 +0100
Add links to sr.ht repos and add an image in the README file
27 | 1 | { |
2 | "target_overrides": { | |
3 | "*": { | |
28
424d792fea4f
compile for nucleo f446re & f303re with mbed 6
David Douard <david.douard@sdfa3.org>
parents:
27
diff
changeset
|
4 | "platform.callback-nontrivial": true |
424d792fea4f
compile for nucleo f446re & f303re with mbed 6
David Douard <david.douard@sdfa3.org>
parents:
27
diff
changeset
|
5 | }, |
424d792fea4f
compile for nucleo f446re & f303re with mbed 6
David Douard <david.douard@sdfa3.org>
parents:
27
diff
changeset
|
6 | "nucleo_f303re": { |
424d792fea4f
compile for nucleo f446re & f303re with mbed 6
David Douard <david.douard@sdfa3.org>
parents:
27
diff
changeset
|
7 | "target.c_lib": "small", |
424d792fea4f
compile for nucleo f446re & f303re with mbed 6
David Douard <david.douard@sdfa3.org>
parents:
27
diff
changeset
|
8 | "target.printf_lib": "minimal-printf", |
424d792fea4f
compile for nucleo f446re & f303re with mbed 6
David Douard <david.douard@sdfa3.org>
parents:
27
diff
changeset
|
9 | "platform.minimal-printf-enable-floating-point": false, |
424d792fea4f
compile for nucleo f446re & f303re with mbed 6
David Douard <david.douard@sdfa3.org>
parents:
27
diff
changeset
|
10 | "platform.stdio-minimal-console-only": true |
27 | 11 | } |
12 | } | |
13 | } |