Merge pull request #2006 from hathach/cmake

Cmake
This commit is contained in:
Ha Thach
2023-04-06 00:39:39 +07:00
committed by GitHub
66 changed files with 296 additions and 758 deletions

View File

@@ -54,7 +54,7 @@ jobs:
path: linkermap
- name: Build
run: docker run --rm -v $PWD:/project -w /project espressif/idf:latest python3 tools/build_esp32sx.py ${{ matrix.board }}
run: docker run --rm -v $PWD:/project -w /project espressif/idf:latest python3 tools/build_esp32.py ${{ matrix.board }}
- name: Linker Map
run: |