NuMaker emWin HMI

Committer:
csyang2
Date:
Mon Mar 04 10:01:51 2024 +0800
Revision:
9:1286ec7f3230
Add mbed_app.json to set stdio baud-rate as 115200 and update touch for M487

Who changed what in which revision?

UserRevisionLine numberNew contents of line
csyang2 9:1286ec7f3230 1 {
csyang2 9:1286ec7f3230 2 "target_overrides": {
csyang2 9:1286ec7f3230 3 "*": {
csyang2 9:1286ec7f3230 4 "platform.stdio-convert-newlines" : true,
csyang2 9:1286ec7f3230 5 "platform.stdio-baud-rate" : 115200
csyang2 9:1286ec7f3230 6 }
csyang2 9:1286ec7f3230 7 },
csyang2 9:1286ec7f3230 8 "macros": [
csyang2 9:1286ec7f3230 9 "__DEMO_320x240__"
csyang2 9:1286ec7f3230 10 ]
csyang2 9:1286ec7f3230 11 }