update makefile and User for gex zero support

This commit is contained in:
2018-05-04 22:19:28 +02:00
parent 6fbd48c718
commit 74f017dfdd
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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
) )
+1
View File
@@ -15,6 +15,7 @@ DISABLE_MSC := 0
CDC_LOOPBACK_TEST := 0 CDC_LOOPBACK_TEST := 0
include User/gex.mk include User/gex.mk
#GEX_PLAT=F072_ZERO
GEX_PLAT=F072_HUB GEX_PLAT=F072_HUB
#GEX_PLAT=F072_DISCOVERY #GEX_PLAT=F072_DISCOVERY
+1 -1
Submodule User updated: 30d1762710...315da1fc82