Skip to content

Commit

Permalink
No WiFi available on ESP32-H2. Improve workflow job names
Browse files Browse the repository at this point in the history
  • Loading branch information
vickash committed Jul 27, 2024
1 parent 11eba37 commit 77446d5
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 26 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_atmega_avr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ on:
- '.github/workflows/build_atmega_avr.yml'

jobs:
avr-uno:
name: avr ${{ matrix.sketches.name }}
avr_uno:
name: atmega avr ${{ matrix.sketches.name }}

runs-on: ubuntu-latest

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_atmega_megaavr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ on:
- '.github/workflows/build_atmega_megaavr.yml'

jobs:
megaavr-uno2018:
name: megaavr ${{ matrix.sketches.name }}
megaavr_uno2018:
name: atmega megaavr ${{ matrix.sketches.name }}

runs-on: ubuntu-latest

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_atsam3x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ on:
- '.github/workflows/build_atsam3x.yml'

jobs:
sam3x-due:
name: sam3x ${{ matrix.sketches.name }}
arduino_due_x:
name: atsam3x ${{ matrix.sketches.name }}

runs-on: ubuntu-latest

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_atsamd21.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ on:
- '.github/workflows/build_atsamd21.yml'

jobs:
samd-zero:
name: samd ${{ matrix.sketches.name }}
arduino_zero_native:
name: atsamd21 ${{ matrix.sketches.name }}

runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_esp32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- '.github/workflows/build_esp32.yml'

jobs:
esp8266-nodemcuv2:
esp32doit-devkit-v1:
name: esp32 ${{ matrix.sketches.name }}

runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_esp32c3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ on:
- '.github/workflows/build_esp32c3.yml'

jobs:
esp8266-nodemcuv2:
name: esp32 ${{ matrix.sketches.name }}
esp32c3:
name: esp32c3 ${{ matrix.sketches.name }}

runs-on: ubuntu-latest

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_esp32c6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ on:
- '.github/workflows/build_esp32c6.yml'

jobs:
esp8266-nodemcuv2:
name: esp32 ${{ matrix.sketches.name }}
esp32c6:
name: esp32c6 ${{ matrix.sketches.name }}

runs-on: ubuntu-latest

Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/build_esp32h2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,16 @@ on:
- '.github/workflows/build_esp32h2.yml'

jobs:
esp8266-nodemcuv2:
name: esp32 ${{ matrix.sketches.name }}
esp32h2:
name: esp32h2 ${{ matrix.sketches.name }}

runs-on: ubuntu-latest

strategy:
matrix:
sketches:
- name: serial
- name: wifi


board:
- fqbn: esp32:esp32:esp32h2
denko-target: esp32
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_esp32s2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ on:
- '.github/workflows/build_esp32s2.yml'

jobs:
esp8266-nodemcuv2:
name: esp32 ${{ matrix.sketches.name }}
esp32s2:
name: esp32s2 ${{ matrix.sketches.name }}

runs-on: ubuntu-latest

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_esp32s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ on:
- '.github/workflows/build_esp32s3.yml'

jobs:
esp8266-nodemcuv2:
name: esp32 ${{ matrix.sketches.name }}
esp32s3:
name: esp32s3 ${{ matrix.sketches.name }}

runs-on: ubuntu-latest

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_ra4m1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ on:
- '.github/workflows/build_ra4m1.yml'

jobs:
samd-zero:
name: samd ${{ matrix.sketches.name }}
renesas_uno_minima:
name: ra4m1 ${{ matrix.sketches.name }}

runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_rp2040.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- '.github/workflows/build_rp2040.yml'

jobs:
rpipico:
rpipicow:
name: rp2040 ${{ matrix.sketches.name }}

runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions HARDWARE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

:green_heart: Full support :yellow_heart: Partial support :heart: Planned. No support yet :question: Works in theory. Untested in real hardware.

### Espressif Chips with Built-In Wi-Fi
### Espressif Chips with Wi-Fi (Except H2)
[![ESP8266 Build Status](https://github.com/denko-rb/denko/actions/workflows/build_esp8266.yml/badge.svg)](https://github.com/denko-rb/denko/actions/workflows/build_esp8266.yml)
[![ESP32 Build Status](https://github.com/denko-rb/denko/actions/workflows/build_esp32.yml/badge.svg)](https://github.com/denko-rb/denko/actions/workflows/build_esp32.yml)
[![ESP32-C3 Build Status](https://github.com/denko-rb/denko/actions/workflows/build_esp32c3.yml/badge.svg)](https://github.com/denko-rb/denko/actions/workflows/build_esp32c3.yml)
Expand All @@ -19,7 +19,7 @@
| ESP32-S2 | :green_heart: | LOLIN S2 Pico | Native USB
| ESP32-S3 | :green_heart: | LOLIN S3 V1.0.0 | Native USB
| ESP32-C3 | :green_heart: | LOLIN C3 Mini V2.1.0 | Native USB
| ESP32-H2 | :green_heart: | ESP32-H2-MINI-1 | Native USB
| ESP32-H2 | :green_heart: | ESP32-H2-MINI-1 | Native USB, No Wi-Fi
| ESP32-C6 | :green_heart: | ESP32-C6-WROOM-1 | Native USB

**Note:** For ESP32 chips using native USB, make sure `USB CDC On Boot` is `Enabled` in the IDE's `Tools` menu. Flashing from the CLI doesn't automatically enable this, so the IDE is recommended for now.
Expand Down

0 comments on commit 77446d5

Please sign in to comment.