LCD_QSPIBoot/.vscode/settings.json

24 lines
633 B
JSON
Raw Permalink Normal View History

2025-05-20 14:02:07 +08:00
{
"commentTranslate.source": "naomi233.comment-translate-transmart-transmart",
"files.associations": {
"norflash.h": "c",
"uartapp.h": "c",
"stm32l4xx_hal.h": "c",
"stm32l4xx_hal_conf.h": "c",
"stdio.h": "c",
"cmsis_iccarm.h": "c",
"stm32l431xx.h": "c",
"core_cm4.h": "c",
"system_stm32l4xx.h": "c"
2025-05-21 15:35:29 +08:00
},
"iar-build.c-stat.showInToolbar": false,
"clangd.arguments": [
"--compile-commands-dir=build/Debug"
],
"files.watcherExclude": {
"**/build/**": true
},
"search.exclude": {
"**/build/**": true
2025-05-20 14:02:07 +08:00
}
}