let's build for h7

This commit is contained in:
rusefillc 2021-02-05 20:58:34 -05:00
parent 904b2db132
commit 4be60dccfd
2 changed files with 3 additions and 0 deletions

View File

@ -166,7 +166,9 @@ include $(CHIBIOS)/os/hal/osal/rt-nil/osal.mk
include $(CHIBIOS)/os/rt/rt.mk
include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk
# EX files (optional).
ifneq ($(USE_LIS302),no)
include $(CHIBIOS)/os/ex/devices/ST/lis302dl.mk
endif
include $(CHIBIOS)/os/hal/lib/streams/streams.mk
include $(CHIBIOS)/os/various/cpp_wrappers/chcpp.mk

View File

@ -11,5 +11,6 @@ export LED_CRITICAL_ERROR_BRAIN_PIN=""
export BUILDDIR=""
export DEBUG_LEVEL_OPT=""
export USE_FATFS=""
export USE_LIS302=""
export USE_SMART_BUILD=""
export SC_BUFFER_SIZE=""