Skip to content

Commit 166c4a2

Browse files
authored
Merge pull request #2861 from cesanta/modusoperandi
Fix Microchip breaking standards (at least until they do it again)
2 parents 3c89536 + be7bfba commit 166c4a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/microchip/same54-xpro/device-dashboard/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ flash: firmware.bin
3636
cmsis_core:
3737
git clone --depth 1 -b 5.9.0 https://github.com/ARM-software/CMSIS_5 $@
3838
cmsis_sam:
39-
curl -sL https://packs.download.microchip.com/Microchip.SAME54_DFP.3.8.234.pack -o $@.zip
39+
curl -sL https://packs.download.microchip.com/Microchip.SAME54_DFP.3.9.244.atpack -o $@.zip
4040
mkdir $@ && cd $@ && unzip ../$@.zip
4141

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

examples/microchip/same54-xpro/mqtt-client/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ flash: firmware.bin
3636
cmsis_core:
3737
git clone --depth 1 -b 5.9.0 https://github.com/ARM-software/CMSIS_5 $@
3838
cmsis_sam:
39-
curl -sL https://packs.download.microchip.com/Microchip.SAME54_DFP.3.8.234.pack -o $@.zip
39+
curl -sL https://packs.download.microchip.com/Microchip.SAME54_DFP.3.9.244.atpack -o $@.zip
4040
mkdir $@ && cd $@ && unzip ../$@.zip
4141

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

0 commit comments

Comments
 (0)