let's build for h7
This commit is contained in:
parent
904b2db132
commit
4be60dccfd
|
@ -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
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue