Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
361: Layout for esp32 c3 devkit m1 r=jrvanwhy a=alexandruradovici This PR adds the layout for the esp32 c3 dev kit m1. While building works and the application starts, it faults when calling `rust_start` with illegal instruction. Modifying `rust_start` to a single loops seems to fail with `Illegal instruction access` as it seems to pass over the loop. I am out of ideas on how to debug this further on, as I do not have a debugger for the esp, but I don't think the bug is related to the layout. The command used to build he app is ```bash alexandru:ibtock-rs/libtock2$ LIBTOCK_PLATFORM=esp32-c3-devkitM-1 APP_HEAP_SIZE=1024 KERNEL_HEAP_SIZE=1024 cargo run --target riscv32imac-unknown-none-elf --example low_level_debug ``` Co-authored-by: Alexandru Radovici <[email protected]>
- Loading branch information