GEX port to STM32F072. This is currently the main port.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
gex-f072/build.mk

25 lines
448 B

GEX_PLAT=F072_ZERO
#GEX_PLAT=F072_HUB
#GEX_PLAT=F072_DISCOVERY
DISABLE_DEBUG = 0
DISABLE_MSC = 0
CDC_LOOPBACK_TEST = 0
# Units included in the built image
GEX_UNITS += 1wire
GEX_UNITS += adc
GEX_UNITS += dac
GEX_UNITS += din
GEX_UNITS += dout
GEX_UNITS += fcap
GEX_UNITS += i2c
GEX_UNITS += neopixel
GEX_UNITS += pwmdim
GEX_UNITS += sipo
GEX_UNITS += spi
#GEX_UNITS += template
#GEX_UNITS += test
GEX_UNITS += touch
GEX_UNITS += usart