Skip to content

Commit bd5704b

Browse files
committed
ESP8266: Add target override for M2351
1 parent 0150593 commit bd5704b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

components/wifi/esp8266-driver/mbed_lib.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@
6767
"NUCLEO_F411RE": {
6868
"tx": "D8",
6969
"rx": "D2"
70+
},
71+
"NUMAKER_PFM_M2351_CM": {
72+
"tx" : "PD_1",
73+
"rx" : "PD_0",
74+
"rst" : "PD_7",
75+
"rts" : "PD_3",
76+
"cts" : "PD_2",
77+
"rst-pin-polarity" : "1"
7078
}
7179
}
7280
}

0 commit comments

Comments
 (0)