soft interrupt is working, time for rtos interrupt via embassy

This commit is contained in:
Priec
2025-10-15 14:00:44 +02:00
parent 92d97206da
commit 1c0a5672b3
10 changed files with 1595 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
.PHONY: all build flash
all: build flash
build:
cargo build --release
flash:
cargo espflash flash --release --monitor
clean:
cargo espflash erase-flash