ec07112f5b
1. change static emac-dma memory to dynamic 2. add esp_eth_deinit 3. modify ethernet example 4. add testcase for ethernet deinit function 5. GPIO0 could not output the 50MHz clock to PHY, so remove this configuration
5 lines
112 B
Makefile
5 lines
112 B
Makefile
#
|
|
#Component Makefile
|
|
#
|
|
|
|
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive
|