mbed_app.json

Sun, 03 Oct 2021 22:58:49 +0200

author
David Douard <david.douard@sdfa3.org>
date
Sun, 03 Oct 2021 22:58:49 +0200
changeset 64
897330ee6e9d
parent 28
424d792fea4f
permissions
-rw-r--r--

Make USBSerial work -- at last

It needs the revision 4587080d of mbed-os to work (i.e. mbed-os>6.15.0)

27
8f2be7aaec00 add QEI
David Douard <david.douard@sdfa3.org>
parents:
diff changeset
1 {
8f2be7aaec00 add QEI
David Douard <david.douard@sdfa3.org>
parents:
diff changeset
2 "target_overrides": {
8f2be7aaec00 add QEI
David Douard <david.douard@sdfa3.org>
parents:
diff changeset
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
8f2be7aaec00 add QEI
David Douard <david.douard@sdfa3.org>
parents:
diff changeset
11 }
8f2be7aaec00 add QEI
David Douard <david.douard@sdfa3.org>
parents:
diff changeset
12 }
8f2be7aaec00 add QEI
David Douard <david.douard@sdfa3.org>
parents:
diff changeset
13 }

mercurial