File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
examples/microchip/same54-xpro Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ flash: firmware.bin
36
36
cmsis_core :
37
37
git clone --depth 1 -b 5.9.0 https://github.com/ARM-software/CMSIS_5 $@
38
38
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
40
40
mkdir $@ && cd $@ && unzip ../$@ .zip
41
41
42
42
# Automated test via https://vcon.io/automated-firmware-tests/. Set VCON_API_KEY and update DEVICE_URL
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ flash: firmware.bin
36
36
cmsis_core :
37
37
git clone --depth 1 -b 5.9.0 https://github.com/ARM-software/CMSIS_5 $@
38
38
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
40
40
mkdir $@ && cd $@ && unzip ../$@ .zip
41
41
42
42
# Automated test via https://vcon.io/automated-firmware-tests/. Set VCON_API_KEY and update DEVICE_URL
You can’t perform that action at this time.
0 commit comments