mirror of https://github.com/rusefi/wideband.git
extract mcu
This commit is contained in:
parent
cdd4a60fdc
commit
b2b05b0c45
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue