Skip to content

Commit

Permalink
Add IDF v4.3 support (#51)
Browse files Browse the repository at this point in the history
* Update

* Update
  • Loading branch information
pablogs9 committed Mar 30, 2021
1 parent 8bcb184 commit 96a37cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
idf_target: [ esp32, esp32s2 ]
idf_version: [ "espressif/idf:release-v4.1", "espressif/idf:release-v4.2", "espressif/idf:latest" ]
idf_version: [ "espressif/idf:release-v4.1", "espressif/idf:release-v4.2", "espressif/idf:release-v4.3", "espressif/idf:latest" ]
exclude:
- idf_target: esp32s2
idf_version: "espressif/idf:release-v4.1"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
branch: [foxy, main]
idf_target: [ esp32, esp32s2 ]
idf_version: [ "espressif/idf:release-v4.1", "espressif/idf:release-v4.2", "espressif/idf:latest" ]
idf_version: [ "espressif/idf:release-v4.1", "espressif/idf:release-v4.2", "espressif/idf:release-v4.3", "espressif/idf:latest" ]
exclude:
- idf_target: esp32s2
idf_version: "espressif/idf:release-v4.1"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# micro-ROS component for ESP-IDF

This component has been tested in ESP-IDF v4.1 and v4.2 with ESP32 and ESP32-S2.
This component has been tested in ESP-IDF v4.1, v4.2 and v4.3 with ESP32 and ESP32-S2.

## Dependencies

Expand Down

0 comments on commit 96a37cd

Please sign in to comment.