mirror of
https://github.com/micropython/micropython.git
synced 2025-12-15 17:30:14 +01:00
Includes a base variant with LAN, and C5_WIFI and C6_WIFI variants with LAN, WiFi and BLE. And builds this board in the esp32 CI, to cover the P4 support. Signed-off-by: Vincent1-python <pywei201209@163.com> Signed-off-by: Angus Gratton <angus@redyak.com.au> Signed-off-by: Damien George <damien@micropython.org>
7 lines
100 B
CMake
7 lines
100 B
CMake
set(IDF_TARGET esp32p4)
|
|
|
|
set(SDKCONFIG_DEFAULTS
|
|
boards/sdkconfig.base
|
|
boards/sdkconfig.p4
|
|
)
|