Skip to content

Commit 5ef260d

Browse files
committed
fix build for esp32
1 parent 1911c61 commit 5ef260d

File tree

13 files changed

+15
-9
lines changed

13 files changed

+15
-9
lines changed

.github/workflows/build_esp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
path: linkermap
5555

5656
- name: Build
57-
run: docker run --rm -v $PWD:/project -w /project espressif/idf:latest python3 tools/build_esp32sx.py ${{ matrix.board }}
57+
run: docker run --rm -v $PWD:/project -w /project espressif/idf:latest python3 tools/build_esp32.py ${{ matrix.board }}
5858

5959
- name: Linker Map
6060
run: |

examples/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
cmake_minimum_required(VERSION 3.5)
22

3+
#set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
34
include(${CMAKE_CURRENT_SOURCE_DIR}/../hw/bsp/family_support.cmake)
45

56
project(tinyusb_examples)
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# Apply board specific content here
22
set(IDF_TARGET "esp32s2")
3-
set(FAMILY_MCUS ESP32S2)
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# Apply board specific content here
22
set(IDF_TARGET "esp32s2")
3-
set(FAMILY_MCUS ESP32S2)
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# Apply board specific content here
22
set(IDF_TARGET "esp32s2")
3-
set(FAMILY_MCUS ESP32S2)
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# Apply board specific content here
22
set(IDF_TARGET "esp32s3")
3-
set(FAMILY_MCUS ESP32S3)
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# Apply board specific content here
22
set(IDF_TARGET "esp32s2")
3-
set(FAMILY_MCUS ESP32S2)
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# Apply board specific content here
22
set(IDF_TARGET "esp32s3")
3-
set(FAMILY_MCUS ESP32S3)
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# Apply board specific content here
22
set(IDF_TARGET "esp32s3")
3-
set(FAMILY_MCUS ESP32S3)
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# Apply board specific content here
22
set(IDF_TARGET "esp32s2")
3-
set(FAMILY_MCUS ESP32S2)

0 commit comments

Comments
 (0)