Skip to content

Commit

Permalink
SUKU rp2040 build step
Browse files Browse the repository at this point in the history
  • Loading branch information
SukuWc committed Dec 11, 2023
1 parent 8f02e4d commit 2d28b1b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/firmware_esp32_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,26 @@ jobs:
run: |
ls
- name: Install RP2040 SDK adn build co-processor firmware
run: |
apt update
apt install -y git python3 cmake gcc-arm-none-eabi libnewlib-arm-none-eabi build-essential
git clone https://github.com/raspberrypi/pico-sdk.git --branch master
cd pico-sdk/
git submodule update --init
cd ..
export PICO_SDK_PATH=/pico-sdk/
cd grid_pico/
mkdir -p build
cd build
cmake ..
make
ls
cd ../../grid_esp
./pico_header.sh
- name: esp-idf build
uses: espressif/esp-idf-ci-action@v1
with:
Expand Down

0 comments on commit 2d28b1b

Please sign in to comment.