Skip to content

Commit

Permalink
HIL: use octal psram for the S3
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernQ committed Jan 21, 2025
1 parent 4171bee commit c8846a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/hil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,13 @@ jobs:
ldproxy: false
version: 1.84.0.0

# remove once we have a proper solution for target specific configs
- name: Build tests ESP32S3
if: ${{ matrix.target.soc == 'esp32s3'}}
run: ESP_HAL_CONFIG_PSRAM_MODE="octal" cargo xtask build-tests ${{ matrix.target.soc }}

- name: Build tests
if: ${{ matrix.target.soc != 'esp32s3'}}
run: cargo xtask build-tests ${{ matrix.target.soc }}

- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c8846a2

Please sign in to comment.