Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 553 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 553 Bytes

This branch builds against esp_idf_version = 5.2.2

This is a small project to show and reproduce a problem that occurs when compiling the boilerplate code generated by the esp-rs/esp-idf-template

To reproduce:

cargo generate esp-rs/esp-idf-template cargo

project name prob-idf, MCU target esp32c3 esp_idf_version = 5.2.2 and otherwise default options:

options

cd prob-idf
cargo build |& tee cargo_build.log

The build logs and resulting error is visible in cargo_build.log