mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 04:16:35 +08:00
arch/esp32 bringup openeth
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
9af8299af5
commit
1be1149fdd
@@ -336,6 +336,14 @@ int esp32_bringup(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_ESP32_OPENETH
|
||||
ret = esp32_openeth_initialize();
|
||||
if (ret < 0)
|
||||
{
|
||||
syslog(LOG_ERR, "ERROR: Failed to initialize Open ETH ethernet.\n");
|
||||
}
|
||||
#endif
|
||||
|
||||
/* First, register the timer drivers and let timer 1 for oneshot
|
||||
* if it is enabled.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user