Skip to content

Commit

Permalink
Quiet clone
Browse files Browse the repository at this point in the history
  • Loading branch information
cpq committed Jan 6, 2025
1 parent 8fafcf6 commit 81551ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/stm32/nucleo-g031-make-baremetal-builtin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ flash: firmware.bin
st-flash --reset write $< 0x8000000

cmsis_core: # ARM CMSIS core headers
git clone --depth 1 -b 5.9.0 https://github.com/ARM-software/CMSIS_5 $@
git clone -c advice.detachedHead=false -q --depth 1 -b 5.9.0 https://github.com/ARM-software/CMSIS_5 $@
cmsis_g0: # ST CMSIS headers for STM32H5 series
git clone --depth 1 -b v1.4.3 https://github.com/STMicroelectronics/cmsis_device_g0 $@
git clone -c advice.detachedHead=false -q --depth 1 -b v1.4.3 https://github.com/STMicroelectronics/cmsis_device_g0 $@

# Automated remote test. Requires env variable VCON_API_KEY set. See https://vcon.io/automated-firmware-tests/
DEVICE_URL ?= https://dash.vcon.io/api/v3/devices/10
Expand Down

0 comments on commit 81551ec

Please sign in to comment.