20 lines
487 B
JSON
20 lines
487 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Win32",
|
||
|
"includePath": [
|
||
|
"${workspaceFolder}/**",
|
||
|
"D:\\Program Files\\IAR Systems\\Embedded Workbench 9.2\\arm\\inc\\c\\"
|
||
|
],
|
||
|
"defines": [
|
||
|
"_DEBUG",
|
||
|
"UNICODE",
|
||
|
"_UNICODE",
|
||
|
"USE_HAL_DRIVER",
|
||
|
"STM32L431xx",
|
||
|
"__ICCARM__"
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|