This commit is contained in:
2025-10-21 15:40:29 +08:00
commit c52b5d1787
1467 changed files with 1054418 additions and 0 deletions

7
.clangd Normal file
View File

@ -0,0 +1,7 @@
CompileFlags:
# -target, arm-none-eabi, -mcpu=cortex-m4
# for stm32f411xe
# Add: [-Wno-vla-extension, -Wno-unknown-warning-option, -D__ARM_ARCH_PROFILE='M']
# Remove: [-m*, -f*]
Diagnostics:
Suppress: [attribute_section_invalid_for_target, -Wvla-cxx-extension]