makefile options for unit inclusion

master
Ondřej Hruška 6 years ago
parent 74f017dfdd
commit 782c57acc2
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 17
      Makefile
  2. 2
      User

@ -10,6 +10,21 @@
# 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
@ -114,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 @@
Subproject commit 315da1fc8273d57c73f4fd7178f4c1488ffa944e
Subproject commit 9703408307f5f6fdb80a7264aa57bdeeff2a48de
Loading…
Cancel
Save