diff options
| author | 2025-12-11 23:58:51 -0500 | |
|---|---|---|
| committer | 2025-12-11 23:58:51 -0500 | |
| commit | 5356bc886d53291a9a812f2aba35e4e165d96fba (patch) | |
| tree | 55fbe7e4f3cb54a5b8c43b40aba4771dc0465d8a /compile_flags.txt | |
| download | stm32_can_demo-5356bc886d53291a9a812f2aba35e4e165d96fba.tar.gz stm32_can_demo-5356bc886d53291a9a812f2aba35e4e165d96fba.zip | |
initial commit
Diffstat (limited to 'compile_flags.txt')
| -rw-r--r-- | compile_flags.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/compile_flags.txt b/compile_flags.txt new file mode 100644 index 0000000..8afe53d --- /dev/null +++ b/compile_flags.txt @@ -0,0 +1,7 @@ +--target=arm-none-eabi +-mcpu=cortex-m3 +-mthumb +-DSTM32F103xB +-std=c23 +-I3p/cmsis-device-f1/Include +-I3p/CMSIS_6/CMSIS/Core/Include |
