This commit is contained in:
2025-12-03 16:27:42 -06:00
commit 5c27df4a5a
3 changed files with 9 additions and 0 deletions

4
.editorconfig Normal file
View File

@@ -0,0 +1,4 @@
root = true
[*.{h,c,cpp}]
indent_style = space
indent_size = 2

2
fixbear.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env sh
sed -i '/-ICore/i \ \ \ \ \ \ "-I/usr/include",' compile_commands.json

3
stm32-uart.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
minicom -D /dev/ttyACM0