Skip to content

Commit

Permalink
GoDisplay: delete
Browse files Browse the repository at this point in the history
ODROID-GO is obsolete product and its library isn't being maintained.
  • Loading branch information
yoursunny committed Jan 20, 2024
1 parent 0501d82 commit e2870ea
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 120 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
arduino-cli update --additional-urls "$(<~/arduino-cores.txt)"
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 All @@ -37,22 +37,18 @@ jobs:
mkdir -p $HOME/Arduino/libraries
cd $HOME/Arduino/libraries
ln -s $GITHUB_WORKSPACE esp32cam
mkdir -p AsyncTCP ESPAsyncWebServer ODROID-GO
mkdir -p AsyncTCP ESPAsyncWebServer
curl -fsLS https://github.com/me-no-dev/AsyncTCP/archive/${ASYNCTCP_VERSION}.tar.gz \
| tar -C AsyncTCP -xz --strip-components=1
curl -fsLS https://github.com/me-no-dev/ESPAsyncWebServer/archive/${ESPASYNCWEBSERVER_VERSION}.tar.gz \
| tar -C ESPAsyncWebServer -xz --strip-components=1
curl -fsLS https://github.com/hardkernel/ODROID-GO/archive/${ODROIDGO_VERSION}.tar.gz \
| tar -C ODROID-GO -xz --strip-components=1 --wildcards '*/library.properties' '*/src/odroid_go.*' '*/src/Fonts' '*/src/utility'
env:
ASYNCTCP_VERSION: ca8ac5f919d02bea07b474531981ddbfd64de97c
ESPASYNCWEBSERVER_VERSION: 1d46269cedf477661ca8a29518414f4b74e957d4
ODROIDGO_VERSION: 4a496e337d16bca4ddedbeca3486d7b60662d017
- name: Compile examples
run: |
arduino-cli compile -b esp32:esp32:esp32cam ./examples/WifiCam
arduino-cli compile -b esp32:esp32:esp32cam ./examples/AsyncCam
arduino-cli compile -b esp32:esp32:odroid_esp32 ./examples/GoDisplay
- name: Build docs
run: docs/build.sh
- name: Deploy docs
Expand Down
49 changes: 0 additions & 49 deletions examples/GoDisplay/GoDisplay.ino

This file was deleted.

8 changes: 0 additions & 8 deletions examples/GoDisplay/README.md

This file was deleted.

57 changes: 0 additions & 57 deletions examples/GoDisplay/SpiRamOStream.hpp

This file was deleted.

0 comments on commit e2870ea

Please sign in to comment.