Skip to content

Commit

Permalink
ci: ESP32 2.x is no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
yoursunny committed Jun 19, 2024
1 parent 19380ba commit ed60e00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:
core: esp32:esp32
fqbn: esp32:esp32:esp32wrover:PartitionScheme=noota_ffat
arduino-libs: NimBLE-Arduino
- chip: ESP32S2
core-url: https://espressif.github.io/arduino-esp32/package_esp32_index.json
core: esp32:esp32@2.0.17
fqbn: esp32:esp32:adafruit_magtag29_esp32s2:PartitionScheme=noota_ffat
- chip: ESP32C3
core-url: https://espressif.github.io/arduino-esp32/package_esp32_index.json
core: esp32:esp32
Expand All @@ -38,7 +34,7 @@ jobs:
steps:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.11'
if: ${{ matrix.pip-deps }}
- uses: arduino/setup-arduino-cli@v1
- id: cores
Expand All @@ -48,7 +44,7 @@ jobs:
arduino-cli update --additional-urls "${{ matrix.core-url }}"
echo d=$(sha256sum ~/.arduino15/package_*index.json | sha256sum | cut -d' ' -f1) >> $GITHUB_OUTPUT
- name: Cache Arduino cores
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.arduino15/staging/packages
key: cores-${{ steps.cores.outputs.d }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![GitHub Workflow status](https://img.shields.io/github/actions/workflow/status/yoursunny/esp8266ndn/build.yml?style=flat)](https://github.com/yoursunny/esp8266ndn/actions) [![GitHub code size](https://img.shields.io/github/languages/code-size/yoursunny/esp8266ndn?style=flat)](https://github.com/yoursunny/esp8266ndn)

**esp8266ndn** library enables [Named Data Networking](https://named-data.net/) application development in Arduino environment. It supports [ESP8266](https://github.com/esp8266/Arduino), [ESP32, ESP32-S2, ESP32-C3](https://github.com/espressif/arduino-esp32), and [Adafruit nRF52](https://github.com/adafruit/Adafruit_nRF52_Arduino) microcontrollers.
**esp8266ndn** library enables [Named Data Networking](https://named-data.net/) application development in Arduino environment. It supports [ESP8266](https://github.com/esp8266/Arduino), [ESP32 series](https://github.com/espressif/arduino-esp32) (3.x core), and [Adafruit nRF52](https://github.com/adafruit/Adafruit_nRF52_Arduino) microcontrollers.

* [Doxygen documentation](https://esp8266ndn.ndn.today/)
* [#esp8266ndn on Twitter](https://twitter.com/hashtag/esp8266ndn) for announcements
Expand Down
1 change: 0 additions & 1 deletion examples/BlePingServer/.ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"",
"--build-property=build.defines=-DDEMO_BLEPINGSERVER_DISABLE_NIMBLE=1"
],
"ESP32S2": [],
"ESP32C3": [
"",
"--build-property=build.defines=-DDEMO_BLEPINGSERVER_DISABLE_NIMBLE=1"
Expand Down

0 comments on commit ed60e00

Please sign in to comment.