forked from ClusterDuck-Protocol/ClusterDuck-Protocol
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Cubecell Support (ClusterDuck-Protocol#448)
* remove cubecell from code Signed-off-by: faradaym <[email protected]> * remove cubecell from build Signed-off-by: faradaym <[email protected]> * more cubecell stuff Signed-off-by: faradaym <[email protected]> --------- Signed-off-by: faradaym <[email protected]>
- Loading branch information
Showing
16 changed files
with
7 additions
and
352 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
board: ["esp32:esp32:heltec_wifi_lora_32_V3", "CubeCell:CubeCell:CubeCell-Board-V2"] | ||
board: ["esp32:esp32:heltec_wifi_lora_32_V3"] | ||
|
||
steps: | ||
- name: Checkout code | ||
|
@@ -50,22 +50,14 @@ jobs: | |
set -x | ||
arduino-cli config init | ||
arduino-cli config set library.enable_unsafe_install true | ||
# udpate the index to include the Heltec ESP32 and CubeCell boards | ||
echo "[ARDUINO SETUP] Updating the index to include the Heltec ESP32 and CubeCell boards" | ||
echo "[ARDUINO SETUP] Updating the index to include the Heltec ESP32 boards" | ||
arduino-cli core update-index --additional-urls https://github.com/Heltec-Aaron-Lee/WiFi_Kit_series/releases/download/3.0.0/package_heltec_esp32_index.json | ||
arduino-cli core update-index --additional-urls https://github.com/HelTecAutomation/CubeCell-Arduino/releases/download/V1.5.0/package_CubeCell_index.json | ||
# install the Heltec ESP32 and CubeCell boards | ||
# install the Heltec ESP32 boards | ||
if [[ "${{ matrix.board }}" =~ "esp32:esp32:" ]]; then | ||
echo "[ARDUINO SETUP] Installing the Heltec ESP32 board" | ||
arduino-cli core install esp32:[email protected] --additional-urls https://github.com/Heltec-Aaron-Lee/WiFi_Kit_series/releases/download/3.0.0/package_heltec_esp32_index.json | ||
fi | ||
if [[ "${{ matrix.board }}" =~ "CubeCell:CubeCell:" ]]; then | ||
echo "[ARDUINO SETUP] Installing the CubeCell board" | ||
arduino-cli core install CubeCell:CubeCell --additional-urls https://github.com/HelTecAutomation/CubeCell-Arduino/releases/download/V1.5.0/package_CubeCell_index.json | ||
echo "[ARDUINO SETUP] Patching the CubeCell Arduino.h file." | ||
cp ./arduino_patches/CubeCell_Arduino.h /home/runner/.arduino15/packages/CubeCell/hardware/CubeCell/1.5.0/cores/asr650x/Arduino.h | ||
fi | ||
- name: Install CDP | ||
run: | | ||
|
@@ -124,3 +116,4 @@ jobs: | |
with: | ||
name: build-log | ||
path: '*.log' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.