micropython/ports/esp32/boards/OLIMEX_ESP32_POE/mpconfigboard.cmake
robert-hh 32a858e254 esp32/boards: Add board definition for Olimex ESP32 PoE boards.
The major setting is about the PHY interface configuration.  The
configuration matches the Olimex ESP32 Gateway as well.

Tested with esp-idf v4.2.4 and Olimex ESP32 POE boards.
2023-01-19 20:24:06 +11:00

6 lines
120 B
CMake

set(SDKCONFIG_DEFAULTS
boards/sdkconfig.base
boards/sdkconfig.ble
boards/OLIMEX_ESP32_POE/sdkconfig.board
)