add stm32 dev template
This commit is contained in:
parent
5340e71dd1
commit
93c8d40a98
8 changed files with 322 additions and 0 deletions
|
|
@ -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.";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue