diff --git a/examples/microchip/same54-xpro/device-dashboard/Makefile b/examples/microchip/same54-xpro/device-dashboard/Makefile index 7ae349c60e..b880f1437b 100644 --- a/examples/microchip/same54-xpro/device-dashboard/Makefile +++ b/examples/microchip/same54-xpro/device-dashboard/Makefile @@ -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 diff --git a/examples/microchip/same54-xpro/mqtt-client/Makefile b/examples/microchip/same54-xpro/mqtt-client/Makefile index d9b5896056..e900884cef 100644 --- a/examples/microchip/same54-xpro/mqtt-client/Makefile +++ b/examples/microchip/same54-xpro/mqtt-client/Makefile @@ -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