add stm32 dev template
Some checks failed
Flake check / flake-check (pull_request) Failing after 6s
Build tests / build-hosts (pull_request) Successful in 24s

This commit is contained in:
sid 2026-05-07 18:57:46 +02:00
parent 5340e71dd1
commit 93c8d40a98
8 changed files with 322 additions and 0 deletions

View file

@ -289,6 +289,10 @@
path = ./templates/dev/rs-hello;
description = "Rust hello world template.";
};
stm32-blink = {
path = ./templates/dev/esp-blink;
description = "STM32G4 blink template with libopencm3.";
};
};
};
}