Skip to content

Commit bfcdb9e

Browse files
committed
Quiet pull
1 parent 6fc8dff commit bfcdb9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

steps/step-5-cmsis/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ flash: firmware.bin
2525
st-flash --reset write $< 0x8000000
2626

2727
cmsis_core:
28-
git clone --depth 1 -b 5.9.0 https://github.com/ARM-software/CMSIS_5 $@
28+
git clone -q -c advice.detachedHead=false --depth 1 -b 5.9.0 https://github.com/ARM-software/CMSIS_5 $@
2929

3030
cmsis_f4:
31-
git clone --depth 1 -b v2.6.8 https://github.com/STMicroelectronics/cmsis_device_f4 $@
31+
git clone -q -c advice.detachedHead=false --depth 1 -b v2.6.8 https://github.com/STMicroelectronics/cmsis_device_f4 $@
3232

3333
clean:
3434
$(RM) firmware.* cmsis_*

0 commit comments

Comments
 (0)