mirror of
https://github.com/esp-rs/esp-idf-hal.git
synced 2025-09-29 21:31:17 +00:00
Fix for ESP IDF 5
This commit is contained in:
parent
826164d31d
commit
d09fff3a8f
2
.github/workflows/ci-esp-idf-master.yml
vendored
2
.github/workflows/ci-esp-idf-master.yml
vendored
@ -27,4 +27,4 @@ jobs:
|
|||||||
- name: Build | Fmt Check
|
- name: Build | Fmt Check
|
||||||
run: cargo fmt -- --check
|
run: cargo fmt -- --check
|
||||||
- name: Build | Compile Native ESP-IDF master no_std
|
- name: Build | Compile Native ESP-IDF master no_std
|
||||||
run: export ESP_IDF_VERSION=master; export ESP_IDF_SDKCONFIG_DEFAULTS=$(pwd)/.github/configs/sdkconfig.defaults; cargo build --features esp-idf-sys/native --no-default-features --target riscv32imc-esp-espidf -Zbuild-std=std,panic_abort -Zbuild-std-features=panic_immediate_abort
|
run: export RUSTFLAGS="--cfg espidf_time64"; export ESP_IDF_VERSION=master; export ESP_IDF_SDKCONFIG_DEFAULTS=$(pwd)/.github/configs/sdkconfig.defaults; cargo build --features esp-idf-sys/native --no-default-features --target riscv32imc-esp-espidf -Zbuild-std=std,panic_abort -Zbuild-std-features=panic_immediate_abort
|
||||||
|
Loading…
x
Reference in New Issue
Block a user