C++ conversion (#80)

Converted project to C++
This commit is contained in:
Ken Van Hoeylandt
2024-11-22 20:26:08 +01:00
committed by GitHub
parent 6d80144e12
commit 85e26636a3
488 changed files with 6017 additions and 39466 deletions
+5 -5
View File
@@ -13,7 +13,7 @@ jobs:
- name: build
uses: espressif/esp-idf-ci-action@main
with:
esp_idf_version: v5.2.3
esp_idf_version: v5.3.1
target: esp32
path: './'
build-lilygo-t-deck:
@@ -28,7 +28,7 @@ jobs:
- name: build
uses: espressif/esp-idf-ci-action@main
with:
esp_idf_version: v5.2.3
esp_idf_version: v5.3.1
target: esp32s3
path: './'
build-waveshare-s3-touch:
@@ -43,7 +43,7 @@ jobs:
- name: build
uses: espressif/esp-idf-ci-action@main
with:
esp_idf_version: v5.2.3
esp_idf_version: v5.3.1
target: esp32s3
path: './'
build-m5stack-core2:
@@ -58,7 +58,7 @@ jobs:
- name: build
uses: espressif/esp-idf-ci-action@main
with:
esp_idf_version: v5.2.3
esp_idf_version: v5.3.1
target: esp32
path: './'
build-m5stack-cores3:
@@ -73,6 +73,6 @@ jobs:
- name: build
uses: espressif/esp-idf-ci-action@main
with:
esp_idf_version: v5.2.3
esp_idf_version: v5.3.1
target: esp32s3
path: './'
+1 -1
View File
@@ -17,4 +17,4 @@ jobs:
- name: Build Tests
run: cmake --build build --target build-tests
- name: Run Tests
run: build/tests/tactility-core/tactility-core-tests --exit
run: build/Tests/TactilityCore/TactilityCoreTests --exit