1.新增esp-idf设备端sdk

This commit is contained in:
zhuangpeng.li
2024-08-05 15:46:10 +08:00
parent 642cf21648
commit 7983f72429
425 changed files with 113377 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"idf.portWin": "COM6",
"idf.adapterTargetName": "esp32s3",
"idf.openOcdConfigs": [
"board/esp32s3-builtin.cfg"
],
"idf.flashType": "UART",
"files.associations": {
"infra_config.h": "c",
"cjson.h": "c",
"dm_wrapper.h": "c",
"infra_defs.h": "c",
"freertos.h": "c",
"stddef.h": "c",
"string.h": "c",
"esp_log.h": "c",
"mqtt_client.h": "c"
}
}