acid/firmware
Jakub Hlusička 632e246d25 IO
2025-12-18 23:50:59 +01:00
..
.cargo Add firmware 2025-10-09 00:06:32 +02:00
.github/workflows Add firmware 2025-10-09 00:06:32 +02:00
src IO 2025-12-18 23:50:59 +01:00
.gitignore Add firmware 2025-10-09 00:06:32 +02:00
build.rs Add firmware 2025-10-09 00:06:32 +02:00
Cargo.lock IO 2025-12-18 23:50:59 +01:00
Cargo.toml IO 2025-12-18 23:50:59 +01:00
README.md Add firmware 2025-10-09 00:06:32 +02:00
rust-toolchain.toml Add firmware 2025-10-09 00:06:32 +02:00

Building and running

cargo build --release && espflash flash --port COM5 .\target\xtensa-esp32s3-none-elf\release\acid-firmware --monitor

A different port may need to be chosen.

Monitoring

espflash monitor -p COM5

A different port may need to be chosen.

Debugging

Sometimes the firmware keeps crashing. Pulling GPIO0 high during reset seems to fix this?