Skip to content

Commit 415cc82

Browse files
committed
Trying to switch to v5.4
1 parent 76ddfcf commit 415cc82

File tree

7 files changed

+2
-1065
lines changed

7 files changed

+2
-1065
lines changed

.github/workflows/build_boards.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,9 @@ jobs:
5050
make BOARD= submodules
5151
cd ../../../
5252
53-
- name: Get Cache Keys
54-
run: |
55-
IDF_COMMIT=8b94183c9cb47ede8f02df5598d8b9d68c754860
56-
echo "esp-idf-commit=$IDF_COMMIT" >> $GITHUB_ENV
57-
5853
- name: Setup IDF
5954
run: |
60-
source ./third_party/micropython/tools/ci.sh && ci_esp32_idf44_setup
55+
source ./third_party/micropython/tools/ci.sh && ci_esp32_idf_setup
6156
6257
- name: Setup Build for Tensorflow
6358
run: |

src/full.cmake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,3 @@ include(${CMAKE_CURRENT_LIST_DIR}/base.cmake)
55

66
# Include ulab
77
include(${CMAKE_CURRENT_LIST_DIR}/../third_party/micropython-ulab/code/micropython.cmake)
8-
9-
# the camera driver
10-
include(${CMAKE_CURRENT_LIST_DIR}/micropython-camera-driver/micropython.cmake)

src/micropython-camera-driver/micropython.cmake

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)