Skip to content

Commit

Permalink
Added project config selector
Browse files Browse the repository at this point in the history
  • Loading branch information
htotoo committed Feb 20, 2025
1 parent f3a7d85 commit c139fed
Show file tree
Hide file tree
Showing 3 changed files with 2,493 additions and 6 deletions.
5 changes: 4 additions & 1 deletion Source/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,8 @@
"typeinfo": "cpp"
},
"idf.portWin": "COM5",
"idf.flashType": "UART"
"idf.flashType": "UART",
"idf.openOcdConfigs": [
"board/esp32s3-builtin.cfg"
]
}
50 changes: 50 additions & 0 deletions Source/esp_idf_project_configuration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"default": {
"build": {
"compileArgs": [],
"ninjaArgs": [],
"buildDirectoryPath": "",
"sdkconfigDefaults": [],
"sdkconfigFilePath": ""
},
"env": {},
"flashBaudRate": "",
"idfTarget": "",
"monitorBaudRate": "",
"openOCD": {
"debugLevel": 0,
"configs": [],
"args": []
},
"tasks": {
"preBuild": "",
"preFlash": "",
"postBuild": "",
"postFlash": ""
}
},
"mdk": {
"build": {
"compileArgs": [],
"ninjaArgs": [],
"buildDirectoryPath": "",
"sdkconfigDefaults": [],
"sdkconfigFilePath": "d:\\fapp\\pp\\esp\\ESP32PP\\Source\\sdkconfig.mdk"
},
"env": {},
"flashBaudRate": "",
"idfTarget": "",
"monitorBaudRate": "",
"openOCD": {
"debugLevel": 0,
"configs": [],
"args": []
},
"tasks": {
"preBuild": "",
"preFlash": "",
"postBuild": "",
"postFlash": ""
}
}
}
Loading

0 comments on commit c139fed

Please sign in to comment.