Skip to content

Commit 1864279

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

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

components/wifi/esp8266-driver/mbed_lib.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,15 @@
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,
78+
"rst-assert-time-us" : 3000
7079
}
7180
}
7281
}

0 commit comments

Comments
 (0)