Skip to content

Commit 128d5b5

Browse files
author
Zhiyonh Li
committed
Update mbed_lib.json
1 parent 884f9c9 commit 128d5b5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

features/netsocket/emac-drivers/TARGET_STM/mbed_lib.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,18 @@
33
"config": {
44
"eth-rxbufnb": 4,
55
"eth-txbufnb": 4,
6-
"eth-phyaddr": 0
6+
"eth-phyaddr": {
7+
"help" : "Configures actual PHY address according to pullup/down status of PHYAD pin(s)",
8+
"value" : 0
9+
}
710
},
811
"target_overrides": {
912
"NUCLEO_F207ZG": {
1013
"eth-rxbufnb": 2,
1114
"eth-txbufnb": 4
15+
},
16+
"ARCH_MAX": {
17+
"eth-phyaddr": 1
1218
}
1319
}
1420
}

0 commit comments

Comments
 (0)