Some checks failed
ESP-IDF Build / build (esp32, latest) (push) Failing after 40s
ESP-IDF Build / build (esp32, release-v5.4) (push) Failing after 20s
ESP-IDF Build / build (esp32, release-v5.5) (push) Failing after 18s
ESP-IDF Build / build (esp32c3, latest) (push) Failing after 17s
ESP-IDF Build / build (esp32c3, release-v5.4) (push) Failing after 15s
ESP-IDF Build / build (esp32c3, release-v5.5) (push) Failing after 15s
ESP-IDF Build / build (esp32c5, latest) (push) Failing after 16s
ESP-IDF Build / build (esp32c5, release-v5.4) (push) Failing after 17s
ESP-IDF Build / build (esp32c5, release-v5.5) (push) Failing after 17s
ESP-IDF Build / build (esp32c6, latest) (push) Failing after 16s
ESP-IDF Build / build (esp32c6, release-v5.4) (push) Failing after 17s
ESP-IDF Build / build (esp32c6, release-v5.5) (push) Failing after 16s
ESP-IDF Build / build (esp32h2, latest) (push) Failing after 14s
ESP-IDF Build / build (esp32h2, release-v5.4) (push) Failing after 16s
ESP-IDF Build / build (esp32h2, release-v5.5) (push) Failing after 16s
ESP-IDF Build / build (esp32p4, latest) (push) Failing after 17s
ESP-IDF Build / build (esp32p4, release-v5.4) (push) Failing after 16s
ESP-IDF Build / build (esp32p4, release-v5.5) (push) Failing after 16s
ESP-IDF Build / build (esp32s3, latest) (push) Failing after 16s
ESP-IDF Build / build (esp32s3, release-v5.4) (push) Failing after 16s
ESP-IDF Build / build (esp32s3, release-v5.5) (push) Failing after 16s
Signed-off-by: Peter Siegmund <mars3142@users.noreply.github.com>
47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"idf.cwd": "${workspaceFolder}/firmware",
|
|
"idf.sdkconfigFilePath": "${workspaceFolder}/firmware/sdkconfig",
|
|
"idf.buildPath": "${workspaceFolder}/firmware/build",
|
|
"idf.openOcdConfigs": [
|
|
"board/esp32h2-builtin.cfg"
|
|
],
|
|
"idf.customExtraVars": {
|
|
"OPENOCD_SCRIPTS": "/Users/siegmund/.espressif/tools/openocd-esp32/v0.12.0-esp32-20240821/openocd-esp32/share/openocd/scripts",
|
|
"ESP_ROM_ELF_DIR": "/Users/siegmund/.espressif/tools/esp-rom-elfs/20230320/",
|
|
"IDF_TARGET": "esp32h2"
|
|
},
|
|
"idf.flashType": "UART",
|
|
"files.associations": {
|
|
"led_strip.h": "c",
|
|
"led_matrix.h": "c",
|
|
"stdint.h": "c",
|
|
"freertos.h": "c",
|
|
"format": "c",
|
|
"thread": "c",
|
|
"sdkconfig.h": "c",
|
|
"task.h": "c",
|
|
"remote_control.h": "c",
|
|
"ble_svc_gap.h": "c",
|
|
"ble_svc_gatt.h": "c",
|
|
"nimble_port.h": "c",
|
|
"nimble_port_freertos.h": "c",
|
|
"esp_nimble_hci.h": "c",
|
|
"led_service.h": "c",
|
|
"device_service.h": "c",
|
|
"ble_hs.h": "c",
|
|
"esp_spiffs.h": "c",
|
|
"esp_log.h": "c",
|
|
"types.h": "c",
|
|
"gptimer.h": "c",
|
|
"gpio.h": "c",
|
|
"beacon.h": "c",
|
|
"persistence.h": "c",
|
|
"light.h": "c",
|
|
"outdoor.h": "c",
|
|
"inttypes.h": "c"
|
|
},
|
|
"idf.port": "/dev/tty.usbmodem2101",
|
|
"idf.espIdfPath": "/Users/siegmund/esp/v5.5/esp-idf",
|
|
"idf.toolsPath": "/Users/siegmund/.espressif",
|
|
"idf.pythonInstallPath": "/opt/homebrew/bin/python3"
|
|
} |