acid/firmware
Jakub Hlusička 2521dc7949 Add firmware
2025-10-09 00:06:32 +02: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 Add firmware 2025-10-09 00:06:32 +02: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 Add firmware 2025-10-09 00:06:32 +02:00
Cargo.toml Add firmware 2025-10-09 00:06:32 +02: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?