extract mcu

This commit is contained in:
Matthew Kennedy 2021-02-25 22:35:26 -08:00
parent cdd4a60fdc
commit b2b05b0c45
2 changed files with 3 additions and 4 deletions

View File

@ -31,7 +31,7 @@ endif
# Linker extra options here.
ifeq ($(USE_LDOPT),)
USE_LDOPT =
USE_LDOPT =
endif
# Enable this if you want link time optimizations (LTO).
@ -95,9 +95,6 @@ endif
# Define project name here
PROJECT = wideband
# Target settings.
MCU = cortex-m0
# Imported source files and paths.
CHIBIOS := ChibiOS
CONFDIR := $(BOARDDIR)

View File

@ -1,5 +1,7 @@
USE_BOOTLOADER = yes
MCU = cortex-m0
include $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32f0xx.mk
include $(CHIBIOS)/os/hal/ports/STM32/STM32F0xx/platform.mk
include $(CHIBIOS)/os/common/ports/ARMv6-M/compilers/GCC/mk/port.mk