Skip to content

Commit

Permalink
Merge pull request #2861 from cesanta/modusoperandi
Browse files Browse the repository at this point in the history
Fix Microchip breaking standards (at least until they do it again)
  • Loading branch information
scaprile authored Aug 12, 2024
2 parents 3c89536 + be7bfba commit 166c4a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/microchip/same54-xpro/device-dashboard/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ flash: firmware.bin
cmsis_core:
git clone --depth 1 -b 5.9.0 https://github.com/ARM-software/CMSIS_5 $@
cmsis_sam:
curl -sL https://packs.download.microchip.com/Microchip.SAME54_DFP.3.8.234.pack -o $@.zip
curl -sL https://packs.download.microchip.com/Microchip.SAME54_DFP.3.9.244.atpack -o $@.zip
mkdir $@ && cd $@ && unzip ../$@.zip

# Automated test via https://vcon.io/automated-firmware-tests/. Set VCON_API_KEY and update DEVICE_URL
Expand Down
2 changes: 1 addition & 1 deletion examples/microchip/same54-xpro/mqtt-client/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ flash: firmware.bin
cmsis_core:
git clone --depth 1 -b 5.9.0 https://github.com/ARM-software/CMSIS_5 $@
cmsis_sam:
curl -sL https://packs.download.microchip.com/Microchip.SAME54_DFP.3.8.234.pack -o $@.zip
curl -sL https://packs.download.microchip.com/Microchip.SAME54_DFP.3.9.244.atpack -o $@.zip
mkdir $@ && cd $@ && unzip ../$@.zip

# Automated test via https://vcon.io/automated-firmware-tests/. Set VCON_API_KEY and update DEVICE_URL
Expand Down

0 comments on commit 166c4a2

Please sign in to comment.