We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1013bc commit 3232afbCopy full SHA for 3232afb
.github/workflows/test-build-psoc6.yml
@@ -106,5 +106,5 @@ jobs:
106
107
- name: Build wolfboot
108
run: |
109
- make ${{inputs.make-args}}
+ make CFLAGS_EXTRA="-DCOMPONENT_MTB -DCOMPONENT_CM0P" ${{inputs.make-args}}
110
.github/workflows/test-build-ti-hercules.yml
@@ -95,7 +95,7 @@ jobs:
95
96
# Download F021 Flash API for Hercules
97
# The API is available from TI's website
98
- wget -q https://dr-download.ti.com/software-development/software-programming-tool/MD-ZxLC4kbApa/02.01.01/SPNU501G.zip -O f021.zip
+ wget -q https://dr-download.ti.com/software-development/software-programming-tool/MD-ZxLC4kbApa/02.01.01/F021_Flash_API_v02.01.01.zip -O f021.zip
99
unzip -q f021.zip -d $HOME/ti/
100
rm f021.zip
101
0 commit comments