Files
stmf411re_test/.clangd
2025-10-21 15:40:29 +08:00

8 lines
271 B
YAML

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]