Compare commits

...

3 commits

Author SHA1 Message Date
sid
a43fa6440b Merge pull request 'stm32: fix template dir' (#37) from develop into release-25.11
All checks were successful
Deploy docs / build-and-deploy (push) Successful in 20s
Reviewed-on: #37
2026-05-07 22:37:41 +02:00
sid
fe6df369cb disable openmv-ide for now
All checks were successful
Build tests / build-hosts (pull_request) Successful in 24s
Flake check / flake-check (pull_request) Successful in 28s
2026-05-07 22:35:50 +02:00
sid
133dfde6d3 stm32: fix template dir
Some checks failed
Flake check / flake-check (pull_request) Failing after 6s
Build tests / build-hosts (pull_request) Successful in 23s
2026-05-07 22:32:22 +02:00
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -15,7 +15,6 @@
jirafeau-cli = pkgs.callPackage ./jirafeau-cli { };
kicad-mcp = pkgs.callPackage ./kicad-mcp { };
mcpo = pkgs.callPackage ./mcpo { };
openmv-ide = pkgs.callPackage ./openmv-ide { };
pass2bw = pkgs.callPackage ./pass2bw { };
pyman = pkgs.callPackage ./pyman { };
quicknote = pkgs.callPackage ./quicknote { };
@ -26,4 +25,5 @@
tunerstudio = pkgs.callPackage ./tunerstudio { };
# marker-pdf = pkgs.callPackage ./marker-pdf { }; # FIXME
# openmv-ide = pkgs.callPackage ./openmv-ide { }; # FIXME
}