Skip to content

Commit

Permalink
Don't freeze audio or tiny_fx.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Jul 29, 2024
1 parent b152635 commit 7d7dab7
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/micropython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ jobs:
matrix:
include:
- name: TinyFX
shortname: tinyfx
shortundername: tiny_fx
shortname: tiny_fx
board: PIMORONI_TINYFX

env:
Expand All @@ -72,7 +71,7 @@ jobs:
FIRMWARE_DIR: "$GITHUB_WORKSPACE/picofx/boards"
ROOT_DIR: "$GITHUB_WORKSPACE/picofx"
BOARD_DIR: "$GITHUB_WORKSPACE/picofx/boards/${{matrix.board}}"
EXAMPLES_DIR: "$GITHUB_WORKSPACE/picofx/examples/${{matrix.shortundername}}"
EXAMPLES_DIR: "$GITHUB_WORKSPACE/picofx/examples/${{matrix.shortname}}"

steps:
- name: Compiler Cache
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion boards/PIMORONI_TINYFX/manifest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include("$(PORT_DIR)/boards/manifest.py")

freeze("lib/")
freeze("frozen_libs/")

# TODO: Convince Chris this is the one true and holy path
# package("picofx", base_path="../../")
File renamed without changes.
File renamed without changes.

0 comments on commit 7d7dab7

Please sign in to comment.