mirror of
https://github.com/whowechina/iidx_pico.git
synced 2025-02-15 10:22:31 +01:00
20 lines
494 B
JSON
20 lines
494 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Linux",
|
||
|
"includePath": [
|
||
|
"D:/Code/pico-sdk/**",
|
||
|
"D:/Code/lib/**",
|
||
|
"${workspaceFolder}/firmware/build/generated/pico_base"
|
||
|
],
|
||
|
"defines": [
|
||
|
"_DEBUG",
|
||
|
"UNICODE",
|
||
|
"_UNICODE",
|
||
|
"BOARD_IIDX_PICO"
|
||
|
],
|
||
|
"intelliSenseMode": "linux-gcc-arm64"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|