Build esp-hal for the ESP32-P4 in CI (#1370)

* Build `esp-hal` for the ESP32-P4 in CI (but do not perform other checks, yet)

* Get CI passing again for ESP32-P4
This commit is contained in:
Jesse Braham 2024-04-01 13:56:08 +00:00 committed by GitHub
parent 32587d7569
commit dc6f8378e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

View File

@ -56,7 +56,7 @@ jobs:
"esp32c3",
"esp32c6",
"esp32h2",
# "esp32p4",
"esp32p4",
# Xtensa devices:
"esp32",
"esp32s2",

View File

@ -54,7 +54,7 @@ crate::peripherals! {
LCD_CAM <= LCD_CAM,
LEDC <= LEDC,
LP_ADC <= LP_ADC,
LP_ANA_PERI <= LP_ANA_PERI,
LP_ANA <= LP_ANA,
LP_AON_CLKRST <= LP_AON_CLKRST,
LP_GPIO <= LP_GPIO,
LP_HUK <= LP_HUK,

View File

@ -4,6 +4,8 @@
//! priority. Should show higher-numbered software interrupts happening during
//! the handling of lower-numbered ones.
//% CHIPS: esp32 esp32c2 esp32c3 esp32c6 esp32h2 esp32s2 esp32s3
#![no_std]
#![no_main]