update makefile and User for gex zero support

master
Ondřej Hruška 6 years ago
parent 6fbd48c718
commit 74f017dfdd
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 2
      CMakeLists.txt
  2. 1
      Makefile
  3. 2
      User

@ -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
)

@ -15,6 +15,7 @@ DISABLE_MSC := 0
CDC_LOOPBACK_TEST := 0
include User/gex.mk
#GEX_PLAT=F072_ZERO
GEX_PLAT=F072_HUB
#GEX_PLAT=F072_DISCOVERY

@ -1 +1 @@
Subproject commit 30d1762710170087901981b140ee84719628fda1
Subproject commit 315da1fc8273d57c73f4fd7178f4c1488ffa944e
Loading…
Cancel
Save