aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: de10ee6f6d3f2168fac9d94ec92b14ad518a7808 (plain)
1
2
3
4
5
6
7
8
DEVICE = STM32F030x4
FLASH  = 0x08000000

USE_ST_CMSIS = true

# Include the main makefile
include ./STM32-base/make/common.mk
CXX = $(CC)