From 5356bc886d53291a9a812f2aba35e4e165d96fba Mon Sep 17 00:00:00 2001 From: Matthew Wozniak Date: Thu, 11 Dec 2025 23:58:51 -0500 Subject: initial commit --- compile_flags.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 compile_flags.txt (limited to 'compile_flags.txt') 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 -- cgit v1.2.3-54-g00ecf