mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-28 04:40:52 +00:00
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:
parent
32587d7569
commit
dc6f8378e2
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
||||
"esp32c3",
|
||||
"esp32c6",
|
||||
"esp32h2",
|
||||
# "esp32p4",
|
||||
"esp32p4",
|
||||
# Xtensa devices:
|
||||
"esp32",
|
||||
"esp32s2",
|
||||
|
@ -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,
|
||||
|
@ -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]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user