esp32/boards/ESP32_GENERIC_P4: Add board definition for ESP32P4.

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>
This commit is contained in:
Vincent1-python
2025-08-15 17:26:05 +08:00
committed by Damien George
parent e6f1f78713
commit 50a06b6404
8 changed files with 96 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ jobs:
- esp32_build_cmod_spiram_s2
- esp32_build_s3_c3
- esp32_build_c2_c5_c6
- esp32_build_p4
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6