Skip to content

Commit be7bfba

Browse files
committed
Fix Microchip breaking standards, as always
1 parent 3c89536 commit be7bfba

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)