jacdac-stm32x0/sample-Makefile.user

20 строки
684 B
Plaintext

TRG = jm-v2.1 servo
# use -j1 or empty to disable parallel build; use -j16 or whatever if you have lots of cores
# defaults to -j8
#MAKE_FLAGS = -j16
# uncomment if using ST-LINK/V2
#OPENOCD = openocd -f interface/cmsis-dap.cfg -f target/stm32f0x.cfg # default
#OPENOCD = openocd -f interface/stlink-v2.cfg -f target/stm32f0x.cfg
#OPENOCD = openocd -f interface/stlink-v2-1.cfg -f target/stm32f0x.cfg
# set to empty (uncomment) to disable Black Magic Probe (and enable openocd)
#BMP =
# set to say COM3 if that's where your BMP is connected; on macOS the value is auto-detected
#BMP_PORT = COM3
# which folders to build on 'make drop'
#DROP_TARGETS = jm-v2.1