Modify the file main.cpp for M487

Dependencies:   BufferedSerial

Committer:
shliu1
Date:
Fri Sep 29 05:45:43 2017 +0000
Revision:
0:c89ccc69a48b
main.cpp adds the setting of TARGET_NUMAKER_PFM_M487 for M487

Who changed what in which revision?

UserRevisionLine numberNew contents of line
shliu1 0:c89ccc69a48b 1 {
shliu1 0:c89ccc69a48b 2 "config": {
shliu1 0:c89ccc69a48b 3 "SD_DAT0": "NC",
shliu1 0:c89ccc69a48b 4 "SD_DAT1": "NC",
shliu1 0:c89ccc69a48b 5 "SD_DAT2": "NC",
shliu1 0:c89ccc69a48b 6 "SD_DAT3": "NC",
shliu1 0:c89ccc69a48b 7 "SD_CMD": "NC",
shliu1 0:c89ccc69a48b 8 "SD_CLK": "NC",
shliu1 0:c89ccc69a48b 9 "SD_CD": "NC"
shliu1 0:c89ccc69a48b 10 },
shliu1 0:c89ccc69a48b 11 "target_overrides": {
shliu1 0:c89ccc69a48b 12 "NUMAKER_PFM_NUC472": {
shliu1 0:c89ccc69a48b 13 "SD_DAT0": "PF_5",
shliu1 0:c89ccc69a48b 14 "SD_DAT1": "PF_4",
shliu1 0:c89ccc69a48b 15 "SD_DAT2": "PF_3",
shliu1 0:c89ccc69a48b 16 "SD_DAT3": "PF_2",
shliu1 0:c89ccc69a48b 17 "SD_CMD": "PF_7",
shliu1 0:c89ccc69a48b 18 "SD_CLK": "PF_8",
shliu1 0:c89ccc69a48b 19 "SD_CD": "PF_6"
shliu1 0:c89ccc69a48b 20 }
shliu1 0:c89ccc69a48b 21 }
shliu1 0:c89ccc69a48b 22 }