NuMaker Transfer data UART to Ethernet

Fork of Serial-to-Ethernet by Morgan Du

Committer:
morgandu
Date:
Fri May 05 07:40:19 2017 +0000
Revision:
0:11bc39d0f367
Child:
7:c03b2ed97d94
The first version.; ; Support multiple UART ports.; Support TCP server and TCP client mode.; Support static IP or DHCP.; Support fix configuration, or a web server for dynamic configuration.

Who changed what in which revision?

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