Skip to content

Commit

Permalink
Add settings for RZ_A2M_SBEV board
Browse files Browse the repository at this point in the history
  • Loading branch information
d-kato committed Apr 15, 2019
1 parent 74b5475 commit 048d138
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mbed_lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@
"esp32.wifi-tx" : "P2_14",
"esp32.wifi-rx" : "P2_15"
},
"RZ_A2M_SBEV": {
"esp32.wifi-en" : "PJ_7",
"esp32.wifi-tx" : "PJ_2",
"esp32.wifi-rx" : "PJ_1",
"esp32.wifi-rts": "PJ_3",
"esp32.wifi-cts": "PJ_4",
"esp32.provide-default": true,
"esp32.wifi-baudrate":1152000
},
"SEMB1402": {
"esp32.wifi-en" : "PH_6",
"esp32.wifi-tx" : "PF_5",
Expand Down

0 comments on commit 048d138

Please sign in to comment.