From 128d5b5170cd25db221a04a6a4e1500e7822b17e Mon Sep 17 00:00:00 2001 From: Zhiyonh Li Date: Mon, 10 Feb 2020 23:26:28 -0800 Subject: [PATCH] Update mbed_lib.json --- features/netsocket/emac-drivers/TARGET_STM/mbed_lib.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/features/netsocket/emac-drivers/TARGET_STM/mbed_lib.json b/features/netsocket/emac-drivers/TARGET_STM/mbed_lib.json index c5d9643d0a..7d52d02d28 100644 --- a/features/netsocket/emac-drivers/TARGET_STM/mbed_lib.json +++ b/features/netsocket/emac-drivers/TARGET_STM/mbed_lib.json @@ -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 } } }