3 Commits
Author SHA1 Message Date
MightyPork 3449ade8ce upd 1.0.0 2018-05-22 15:45:56 +02:00
MightyPork 782c57acc2 makefile options for unit inclusion 2018-05-18 13:34:41 +02:00
MightyPork 74f017dfdd update makefile and User for gex zero support 2018-05-04 22:19:28 +02:00
3 changed files with 21 additions and 5 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ add_definitions(
-DVERBOSE_HARDFAULT=1
-DUSE_STACK_MONITOR=1
-DUSE_DEBUG_UART=1
-DGEX_PLAT_F072_HUB
-DGEX_PLAT_F072_ZERO
-DHAL_TSC_MODULE_ENABLED
)
+19 -3
View File
@@ -10,13 +10,29 @@
# 2015-07-22 - first version
# ------------------------------------------------
UNIT_NPX = 1
UNIT_TEST = 1
UNIT_DO = 1
UNIT_DI = 1
UNIT_USART = 1
UNIT_1WIRE = 1
UNIT_I2C = 1
UNIT_SPI = 1
UNIT_ADC = 1
UNIT_SIPO = 1
UNIT_FCAP = 1
UNIT_TOUCH = 1
UNIT_PWMDIM = 1
UNIT_DAC = 1
DISABLE_DEBUG := 0
DISABLE_MSC := 0
CDC_LOOPBACK_TEST := 0
include User/gex.mk
GEX_PLAT=F072_HUB
#GEX_PLAT=F072_DISCOVERY
#GEX_PLAT=F072_ZERO
#GEX_PLAT=F072_HUB
GEX_PLAT=F072_DISCOVERY
######################################
# target
@@ -113,7 +129,7 @@ Src/main.c
#Src/stm32f0xx_hal_timebase_TIM.c \
#Src/stm32f0xx_it.c \
C_SOURCES += $(foreach sdir,$(GEX_SRC_DIR),$(wildcard $(sdir)/*.c)) $(GEX_SOURCES)
C_SOURCES += $(foreach x,$(GEX_SRC_DIR),$(wildcard $(x)/*.c)) $(GEX_SOURCES)
# ASM sources
ASM_SOURCES = \
+1 -1
Submodule User updated: 30d1762710...482a67c5d2