From 2c9892cc3e68f00e71cf3d3b066a0c7080e1e220 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 22 Oct 2020 09:18:18 -0400 Subject: set sampling rate --- Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3b05917..f35692a 100644 --- a/Makefile +++ b/Makefile @@ -100,10 +100,10 @@ include $(CHIBIOS)/os/license/license.mk include $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32l4xx.mk # HAL-OSAL files (optional). include $(CHIBIOS)/os/hal/hal.mk -include $(CHIBIOS)/os/hal/ports/STM32/STM32L4xx/platform.mk -include $(CHIBIOS)/os/hal/boards/ST_STM32L476_DISCOVERY/board.mk -#include $(CHIBIOS)/os/hal/boards/ST_NUCLEO32_L432KC/board.mk -#include $(CHIBIOS)/os/hal/ports/STM32/STM32L4xx/platform_l432.mk +#include $(CHIBIOS)/os/hal/ports/STM32/STM32L4xx/platform.mk +#include $(CHIBIOS)/os/hal/boards/ST_STM32L476_DISCOVERY/board.mk +include $(CHIBIOS)/os/hal/boards/ST_NUCLEO32_L432KC/board.mk +include $(CHIBIOS)/os/hal/ports/STM32/STM32L4xx/platform_l432.mk include $(CHIBIOS)/os/hal/osal/rt-nil/osal.mk # RTOS files (optional). include $(CHIBIOS)/os/rt/rt.mk @@ -116,8 +116,8 @@ include $(CHIBIOS)/tools/mk/autobuild.mk #include $(CHIBIOS)/test/oslib/oslib_test.mk # Define linker script file here. -LDSCRIPT= $(STARTUPLD)/STM32L476xG.ld -#LDSCRIPT= $(STARTUPLD)/STM32L432xC.ld +#LDSCRIPT= $(STARTUPLD)/STM32L476xG.ld +LDSCRIPT= $(STARTUPLD)/STM32L432xC.ld # C sources that can be compiled in ARM or THUMB mode depending on the global # setting. -- cgit v1.2.3