Basic application skeleton for pico-stm32 board with STM32F103C8

Signed-off-by: Matthias Blankertz <matthias@blankertz.org>
This commit is contained in:
2025-10-05 13:39:54 +02:00
commit 42a7a915a6
11 changed files with 846 additions and 0 deletions

6
.clang-format Normal file
View File

@@ -0,0 +1,6 @@
# -*- mode: yaml -*-
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 120
BreakBeforeBraces: WebKit # Only break at start of functions