ESP-IDF: Ethernet COnfigurations

naren77
Posts: 3
Joined: Sat Feb 22, 2020 2:16 pm

ESP-IDF: Ethernet COnfigurations

Postby naren77 » Sun Feb 23, 2020 12:18 pm

Hello Team,


Followng macros are used in the latest Ethernet Component:

CONFIG_EXAMPLE_USE_INTERNAL_ETHERNET

There are few macros with respect to PHY IC: like
-> CONFIG_EXAMPLE_ETH_PHY_LAN8720
-> CONFIG_EXAMPLE_ETH_PHY_DP83848

I have added New PHY IC and declared CONFIG_EXAMPLE_ETH_PHY_DP83825 .

where are these macros are defined? I am not able to config via Menuconfig.

Kindly help me. where to configure these Macros?

How to include New PHY IC?

Regards
Kumar

ESP_Dazz
Posts: 308
Joined: Fri Jun 02, 2017 6:50 am

Re: ESP-IDF: Ethernet COnfigurations

Postby ESP_Dazz » Sun Feb 23, 2020 10:12 pm

These macros are generated using menuconfig. Why are you unable to use menuconfig?

naren77
Posts: 3
Joined: Sat Feb 22, 2020 2:16 pm

Re: ESP-IDF: Ethernet COnfigurations

Postby naren77 » Fri Feb 28, 2020 4:51 pm

Hello,
I am using Menuconfig. But Not able to find a field to make configuration.

Kindly help here.

regards
Narendra

ESP_Sprite
Posts: 9051
Joined: Thu Nov 26, 2015 4:08 am

Re: ESP-IDF: Ethernet COnfigurations

Postby ESP_Sprite » Sat Feb 29, 2020 9:54 am

These options are defined in the Kconfig that comes with the Ethernet projects, for instance examples/ethernet/basic/main/Kconfig.projbuild . Note that the Kconfig text does not have the CONFIG_ prefix, the build system adds that.

User avatar
ESP_krzychb
Posts: 396
Joined: Sat Oct 01, 2016 9:05 am
Contact:

Re: ESP-IDF: Ethernet COnfigurations

Postby ESP_krzychb » Sat Feb 29, 2020 11:33 am

naren77 wrote:
Fri Feb 28, 2020 4:51 pm
I am using Menuconfig. But Not able to find a field to make configuration.
Hello,
There is an easy way to search for fields by pressing "/" ( [/] Jump to symbol) in menuconfig and entering any part of the field name.
menuconfig-search-jump-to-symbol.png
menuconfig jump to symbol (search)
menuconfig-search-jump-to-symbol.png (299.81 KiB) Viewed 4429 times
menuconfig-sample-search.png
menuconfig sample search
menuconfig-sample-search.png (319.31 KiB) Viewed 4429 times

Who is online

Users browsing this forum: No registered users and 272 guests