We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6258626 commit 24988b9Copy full SHA for 24988b9
firmware/programmer/Makefile
@@ -7,12 +7,12 @@ PROG_NAME=nando_fw
7
SRC_DIR=./
8
USB_DIR=../usb_cdc/
9
OBJ_DIR=obj/
10
-LIB_DIR=../libs
+LIB_DIR=../libs/
11
INCLUDE_DIR=../
12
TOOLCHAIN=../../../compiler/gcc-arm-none-eabi-4_9-2015q1/bin/arm-none-eabi-
13
PROG=$(OBJ_DIR)$(PROG_NAME)
14
15
-SPL_PATH=$(LIB_DIR)/spl/
+SPL_PATH=$(LIB_DIR)spl/
16
SPL_DEVICE_SUPPORT_PATH=$(SPL_PATH)CMSIS/CM3/DeviceSupport/ST/STM32F10x/
17
SPL_CORE_SUPPORT=$(SPL_PATH)CMSIS/CM3/CoreSupport/
18
SPL_PERIPH_PATH=$(SPL_PATH)STM32F10x_StdPeriph_Driver/
0 commit comments