Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3449ade8ce
|
||
|
|
782c57acc2
|
||
|
|
74f017dfdd
|
+1
-1
@@ -18,7 +18,7 @@ add_definitions(
|
|||||||
-DVERBOSE_HARDFAULT=1
|
-DVERBOSE_HARDFAULT=1
|
||||||
-DUSE_STACK_MONITOR=1
|
-DUSE_STACK_MONITOR=1
|
||||||
-DUSE_DEBUG_UART=1
|
-DUSE_DEBUG_UART=1
|
||||||
-DGEX_PLAT_F072_HUB
|
-DGEX_PLAT_F072_ZERO
|
||||||
-DHAL_TSC_MODULE_ENABLED
|
-DHAL_TSC_MODULE_ENABLED
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -10,13 +10,29 @@
|
|||||||
# 2015-07-22 - first version
|
# 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_DEBUG := 0
|
||||||
DISABLE_MSC := 0
|
DISABLE_MSC := 0
|
||||||
CDC_LOOPBACK_TEST := 0
|
CDC_LOOPBACK_TEST := 0
|
||||||
|
|
||||||
include User/gex.mk
|
include User/gex.mk
|
||||||
GEX_PLAT=F072_HUB
|
#GEX_PLAT=F072_ZERO
|
||||||
#GEX_PLAT=F072_DISCOVERY
|
#GEX_PLAT=F072_HUB
|
||||||
|
GEX_PLAT=F072_DISCOVERY
|
||||||
|
|
||||||
######################################
|
######################################
|
||||||
# target
|
# target
|
||||||
@@ -113,7 +129,7 @@ Src/main.c
|
|||||||
#Src/stm32f0xx_hal_timebase_TIM.c \
|
#Src/stm32f0xx_hal_timebase_TIM.c \
|
||||||
#Src/stm32f0xx_it.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
|
||||||
ASM_SOURCES = \
|
ASM_SOURCES = \
|
||||||
|
|||||||
+1
-1
Submodule User updated: 30d1762710...482a67c5d2
Reference in New Issue
Block a user