We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc8dff commit bfcdb9eCopy full SHA for bfcdb9e
steps/step-5-cmsis/Makefile
@@ -25,10 +25,10 @@ flash: firmware.bin
25
st-flash --reset write $< 0x8000000
26
27
cmsis_core:
28
- git clone --depth 1 -b 5.9.0 https://github.com/ARM-software/CMSIS_5 $@
+ git clone -q -c advice.detachedHead=false --depth 1 -b 5.9.0 https://github.com/ARM-software/CMSIS_5 $@
29
30
cmsis_f4:
31
- git clone --depth 1 -b v2.6.8 https://github.com/STMicroelectronics/cmsis_device_f4 $@
+ git clone -q -c advice.detachedHead=false --depth 1 -b v2.6.8 https://github.com/STMicroelectronics/cmsis_device_f4 $@
32
33
clean:
34
$(RM) firmware.* cmsis_*
0 commit comments