moving default PROJECT_CPU into default folder

This commit is contained in:
rusefillc 2022-01-31 23:24:24 -05:00
parent 2a137d998c
commit 9cbc32f4e1
2 changed files with 2 additions and 4 deletions

View File

@ -0,0 +1 @@
PROJECT_CPU = ARCH_STM32F4

View File

@ -19,10 +19,7 @@ ifeq ($(PROJECT_BOARD),)
PROJECT_BOARD = f407-discovery
endif
ifeq ($(PROJECT_CPU),)
PROJECT_CPU = ARCH_STM32F4
endif
# minus before 'include' makes this directive optional, we will be good without config.mk file
-include $(PROJECT_DIR)/config/boards/$(PROJECT_BOARD)/config.mk
# CPU-dependent defs