Skip to content

Commit 3232afb

Browse files
committed
Fix ti api link, cyprus CFLAGS
1 parent a1013bc commit 3232afb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-build-psoc6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,5 @@ jobs:
106106
107107
- name: Build wolfboot
108108
run: |
109-
make ${{inputs.make-args}}
109+
make CFLAGS_EXTRA="-DCOMPONENT_MTB -DCOMPONENT_CM0P" ${{inputs.make-args}}
110110

.github/workflows/test-build-ti-hercules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
run: |
9696
# Download F021 Flash API for Hercules
9797
# 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
98+
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
9999
unzip -q f021.zip -d $HOME/ti/
100100
rm f021.zip
101101

0 commit comments

Comments
 (0)