Update mbed_lib.json

pull/12405/head
Zhiyonh Li 2020-02-10 23:26:28 -08:00
parent 884f9c99e3
commit 128d5b5170
1 changed files with 7 additions and 1 deletions

View File

@ -3,12 +3,18 @@
"config": {
"eth-rxbufnb": 4,
"eth-txbufnb": 4,
"eth-phyaddr": 0
"eth-phyaddr": {
"help" : "Configures actual PHY address according to pullup/down status of PHYAD pin(s)",
"value" : 0
}
},
"target_overrides": {
"NUCLEO_F207ZG": {
"eth-rxbufnb": 2,
"eth-txbufnb": 4
},
"ARCH_MAX": {
"eth-phyaddr": 1
}
}
}