BSzFL-Ethernet/.vscode/settings.json
Epagris 46ee3099a5 - PHY common 0x1D0 buggy identifier added
- serial IO thread added
- H7 CMSIS files updated
- Ethernet-related commands added
- Memory allocations separated
2025-02-18 10:54:25 +01:00

17 lines
554 B
JSON

{
"workbench.colorTheme": "CLion Plus Theme",
"cortex-debug.variableUseNaturalFormat": false,
"todohighlight.keywords": [
"TODO",
"FIXME"
],
"C_Cpp.intelliSenseEngine": "disabled",
"clangd.arguments": [
"--query-driver=${config:STM32VSCodeExtension.cubeCLT.path}/GNU-tools-for-STM32/bin/arm-none-eabi-gcc",
"--compile-commands-dir=build/debug",
"--function-arg-placeholders=false",
"--clang-tidy",
"--header-insertion=never"
],
"editor.wordBasedSuggestions": "off"
}