mirror of
https://github.com/whowechina/iidx_pico.git
synced 2024-11-12 01:10:50 +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
|
|
} |