Files
stm32_tryout/stm32_tryout.code-workspace
louiscklaw 6d46f8ac27 update,
2025-02-01 20:26:05 +08:00

24 lines
421 B
Plaintext

{
"folders": [
{
"path": "."
},
{
"path": "/home/logic/_workspace/stm32/mastering_stm32/example/nucleo-f103RB"
}
],
"settings": {
"files.associations": {
"dockerfile.*": "dockerfile",
"docker-compose.*": "dockerfile",
".gitattributes": "gitignore",
"dma.h": "c",
"stm32f1xx_hal.h": "c",
"list": "c",
"usart.h": "c",
"array": "c",
"vector": "c",
"string_view": "c"
}
}
}