From 307fc7f9096d3c6c3a8f6b27bab07c51d5d0abd8 Mon Sep 17 00:00:00 2001 From: Richard Koeppe Date: Fri, 14 Jun 2024 14:14:41 +0200 Subject: [PATCH] init --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..86d5d8b --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# STM32 DevContainer + +This repo is a template to make STM programming easier. You can develop with the standard STM32CubeIDE or in a VSCode cmake project. Debugging is possible in both ways using GDB Link Server or OpenOCD. + +