mirror of
https://github.com/esp-rs/esp-idf-hal.git
synced 2025-09-29 21:31:17 +00:00
Get rid of the riscv-ulp-hal feature
This commit is contained in:
parent
5d90b9eef6
commit
f986f713e8
4
.github/workflows/ci-esp-idf-master.yml
vendored
4
.github/workflows/ci-esp-idf-master.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
|||||||
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 RUSTFLAGS="--cfg espidf_time64"; export ESP_IDF_VERSION=master; export ESP_IDF_SDKCONFIG_DEFAULTS=$(pwd)/.github/configs/sdkconfig.defaults; cargo clean; cargo build --no-default-features --features esp-idf-sys --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 clean; cargo build --no-default-features --target riscv32imc-esp-espidf -Zbuild-std=std,panic_abort -Zbuild-std-features=panic_immediate_abort
|
||||||
|
|
||||||
- name: Setup | ldproxy
|
- name: Setup | ldproxy
|
||||||
run: |
|
run: |
|
||||||
@ -38,4 +38,4 @@ jobs:
|
|||||||
chmod a+x $HOME/.cargo/bin/ldproxy
|
chmod a+x $HOME/.cargo/bin/ldproxy
|
||||||
|
|
||||||
- name: Build | Compile Native ESP-IDF master examples
|
- name: Build | Compile Native ESP-IDF master examples
|
||||||
run: export RUSTFLAGS="--cfg espidf_time64"; export ESP_IDF_VERSION=master; export ESP_IDF_SDKCONFIG_DEFAULTS=$(pwd)/.github/configs/sdkconfig.defaults; cargo clean; cargo build --examples --features esp-idf-sys --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 clean; cargo build --examples --target riscv32imc-esp-espidf -Zbuild-std=std,panic_abort -Zbuild-std-features=panic_immediate_abort
|
||||||
|
Loading…
x
Reference in New Issue
Block a user