Skip to content

Commit

Permalink
CI: Drop incompatible patches.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Oct 21, 2024
1 parent aeaa9ba commit 50605cc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 83 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/micropython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,19 +121,6 @@ jobs:
ref: v0.0.9
path: dir2uf2

# HACK: Patch startup overclock into Pico SDK
- name: "HACK: Startup Overclock Patch"
shell: bash
working-directory: micropython/lib/pico-sdk
run: |
git apply "${{env.FIRMWARE_DIR}}/startup_overclock.patch"
- name: "HACK: MicroPython out of tree board pins.csv fix"
shell: bash
working-directory: micropython
run: |
git apply "${{env.FIRMWARE_DIR}}/932f76c6ba64c5a3e68de3324556d9979f09303b.patch"
# Install apt packages
- name: Install CCache & Compiler
shell: bash
Expand Down
44 changes: 0 additions & 44 deletions firmware/932f76c6ba64c5a3e68de3324556d9979f09303b.patch

This file was deleted.

26 changes: 0 additions & 26 deletions firmware/startup_overclock.patch

This file was deleted.

0 comments on commit 50605cc

Please sign in to comment.