Skip to content

Commit

Permalink
Merge pull request #66 from newdigate/noinstall
Browse files Browse the repository at this point in the history
Noinstall
  • Loading branch information
newdigate authored Feb 20, 2025
2 parents 746393e + 812d994 commit 32471fe
Show file tree
Hide file tree
Showing 15 changed files with 59 additions and 607 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/soundio.yml

This file was deleted.

70 changes: 0 additions & 70 deletions .github/workflows/teensy41_ex_array.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,73 +18,6 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/checkout@v2
with:
repository: newdigate/teensy-cmake-macros
path: deps/teensy-cmake-macros

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/cores.git
path: deps/cores
fetch-depth: 1
ref: master

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/Audio.git
path: deps/Audio
fetch-depth: 1
ref: master

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/SD.git
path: deps/SD
fetch-depth: 1
ref: Juse_Use_SdFat

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/Wire.git
path: deps/Wire
fetch-depth: 1
ref: master

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/SPI.git
path: deps/SPI
fetch-depth: 1
ref: master

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/SerialFlash.git
path: deps/SerialFlash
fetch-depth: 1
ref: master

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/arm_math.git
path: deps/arm_math
ref: master

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/SdFat.git
path: deps/SdFat
fetch-depth: 1
ref: master

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/LittleFS.git
path: deps/LittleFS
fetch-depth: 1
ref: main

- name: download toolchain
run: |
curl -L "https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2019q4/RC2.1/gcc-arm-none-eabi-9-2019-q4-major-x86_64-linux.tar.bz2" --output /tmp/gcc-arm-none-eabi.tar.bz2
Expand All @@ -94,9 +27,6 @@ jobs:
rm /tmp/gcc-arm-none-eabi.tar.bz2
echo "/opt/gcc-arm-none-eabi-9-2019-q4-major/bin"
- name: install teensy-cmake-macros
run: cd deps/teensy-cmake-macros && mkdir cmake-build-debug && cd cmake-build-debug && cmake -DCMAKE_BUILD_TYPE=Debug .. && sudo make install

- name: build
run: mkdir cmake-build-debug && cd cmake-build-debug && cmake .. -DCMAKE_TOOLCHAIN_FILE:FILEPATH="${{github.workspace}}/cmake/toolchains/teensy41.cmake" && make array_hex

Expand Down
77 changes: 0 additions & 77 deletions .github/workflows/teensy41_ex_littlefs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,80 +18,6 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/checkout@v2
with:
repository: newdigate/teensy-cmake-macros
path: deps/teensy-cmake-macros

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/cores.git
path: deps/cores
fetch-depth: 1
ref: master

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/Audio.git
path: deps/Audio
fetch-depth: 1
ref: master

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/SD.git
path: deps/SD
fetch-depth: 1
ref: Juse_Use_SdFat

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/Wire.git
path: deps/Wire
fetch-depth: 1
ref: master

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/SPI.git
path: deps/SPI
fetch-depth: 1
ref: master

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/SerialFlash.git
path: deps/SerialFlash
fetch-depth: 1
ref: master

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/arm_math.git
path: deps/arm_math
ref: master

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/SdFat.git
path: deps/SdFat
fetch-depth: 1
ref: master

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/LittleFS.git
path: deps/LittleFS
fetch-depth: 1
ref: main

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/SerialFlash.git
path: deps/SerialFlash
fetch-depth: 1
ref: master

- name: download toolchain
run: |
curl -L "https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2019q4/RC2.1/gcc-arm-none-eabi-9-2019-q4-major-x86_64-linux.tar.bz2" --output /tmp/gcc-arm-none-eabi.tar.bz2
Expand All @@ -101,9 +27,6 @@ jobs:
rm /tmp/gcc-arm-none-eabi.tar.bz2
echo "/opt/gcc-arm-none-eabi-9-2019-q4-major/bin"
- name: install teensy-cmake-macros
run: cd deps/teensy-cmake-macros && mkdir cmake-build-debug && cd cmake-build-debug && cmake -DCMAKE_BUILD_TYPE=Debug .. && sudo make install

- name: build
run: mkdir cmake-build-debug && cd cmake-build-debug && cmake .. -DCMAKE_TOOLCHAIN_FILE:FILEPATH="${{github.workspace}}/cmake/toolchains/teensy41.cmake" && make littlefs_raw_hex

Expand Down
70 changes: 0 additions & 70 deletions .github/workflows/teensy41_ex_sdraw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,73 +18,6 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/checkout@v2
with:
repository: newdigate/teensy-cmake-macros
path: deps/teensy-cmake-macros

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/cores.git
path: deps/cores
fetch-depth: 1
ref: master

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/Audio.git
path: deps/Audio
fetch-depth: 1
ref: master

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/SD.git
path: deps/SD
fetch-depth: 1
ref: Juse_Use_SdFat

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/Wire.git
path: deps/Wire
fetch-depth: 1
ref: master

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/SPI.git
path: deps/SPI
fetch-depth: 1
ref: master

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/SerialFlash.git
path: deps/SerialFlash
fetch-depth: 1
ref: master

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/arm_math.git
path: deps/arm_math
ref: master

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/SdFat.git
path: deps/SdFat
fetch-depth: 1
ref: master

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/LittleFS.git
path: deps/LittleFS
fetch-depth: 1
ref: main

- name: download toolchain
run: |
curl -L "https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2019q4/RC2.1/gcc-arm-none-eabi-9-2019-q4-major-x86_64-linux.tar.bz2" --output /tmp/gcc-arm-none-eabi.tar.bz2
Expand All @@ -94,9 +27,6 @@ jobs:
rm /tmp/gcc-arm-none-eabi.tar.bz2
echo "/opt/gcc-arm-none-eabi-9-2019-q4-major/bin"
- name: install teensy-cmake-macros
run: cd deps/teensy-cmake-macros && mkdir cmake-build-debug && cd cmake-build-debug && cmake -DCMAKE_BUILD_TYPE=Debug .. && sudo make install

- name: build
run: mkdir cmake-build-debug && cd cmake-build-debug && cmake .. -DCMAKE_TOOLCHAIN_FILE:FILEPATH="${{github.workspace}}/cmake/toolchains/teensy41.cmake" && make sd_raw_hex

Expand Down
70 changes: 0 additions & 70 deletions .github/workflows/teensy41_ex_sdwav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,73 +18,6 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/checkout@v2
with:
repository: newdigate/teensy-cmake-macros
path: deps/teensy-cmake-macros

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/cores.git
path: deps/cores
fetch-depth: 1
ref: master

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/Audio.git
path: deps/Audio
fetch-depth: 1
ref: master

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/SD.git
path: deps/SD
fetch-depth: 1
ref: Juse_Use_SdFat

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/Wire.git
path: deps/Wire
fetch-depth: 1
ref: master

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/SPI.git
path: deps/SPI
fetch-depth: 1
ref: master

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/SerialFlash.git
path: deps/SerialFlash
fetch-depth: 1
ref: master

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/arm_math.git
path: deps/arm_math
ref: master

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/SdFat.git
path: deps/SdFat
fetch-depth: 1
ref: master

- uses: actions/checkout@v2
with:
repository: PaulStoffregen/LittleFS.git
path: deps/LittleFS
fetch-depth: 1
ref: main

- name: download toolchain
run: |
curl -L "https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2019q4/RC2.1/gcc-arm-none-eabi-9-2019-q4-major-x86_64-linux.tar.bz2" --output /tmp/gcc-arm-none-eabi.tar.bz2
Expand All @@ -94,9 +27,6 @@ jobs:
rm /tmp/gcc-arm-none-eabi.tar.bz2
echo "/opt/gcc-arm-none-eabi-9-2019-q4-major/bin"
- name: install teensy-cmake-macros
run: cd deps/teensy-cmake-macros && mkdir cmake-build-debug && cd cmake-build-debug && cmake -DCMAKE_BUILD_TYPE=Debug .. && sudo make install

- name: build
run: mkdir cmake-build-debug && cd cmake-build-debug && cmake .. -DCMAKE_TOOLCHAIN_FILE:FILEPATH="${{github.workspace}}/cmake/toolchains/teensy41.cmake" && make sd_wav_hex

Expand Down
Loading

0 comments on commit 32471fe

Please # to comment.