init
This commit is contained in:
4
.editorconfig
Normal file
4
.editorconfig
Normal file
@@ -0,0 +1,4 @@
|
||||
root = true
|
||||
[*.{h,c,cpp}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
2
fixbear.sh
Executable file
2
fixbear.sh
Executable 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
3
stm32-uart.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
minicom -D /dev/ttyACM0
|
||||
|
||||
Reference in New Issue
Block a user