Skip to content

Commit

Permalink
case sensitive on linux :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
stancecoke committed Apr 26, 2022
1 parent 076508c commit 99b1fe2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Drivers/STM32F1xx_HAL_Driver/Src/subdir.mk
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ build/stm32f1xx_hal_tim.d \
build/stm32f1xx_hal_tim_ex.d \
build/stm32f1xx_hal_uart.d

INC_PATH = INC
INC_PATH = Inc
DRIVERS_PATH = Drivers/STM32F1xx_HAL_Driver/Inc
LEGACY_PATH = Drivers/STM32F1xx_HAL_Driver/Inc/Legacy
DEVICE_PATH = Drivers/CMSIS/Device/ST/STM32F1xx/Include
Expand Down
2 changes: 1 addition & 1 deletion Src/subdir.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ build/stm32f1xx_hal_msp.d \
build/stm32f1xx_it.d \
build/system_stm32f1xx_Bootloader.d

INC_PATH = INC
INC_PATH = Inc
DRIVERS_PATH = Drivers/STM32F1xx_HAL_Driver/Inc
LEGACY_PATH = Drivers/STM32F1xx_HAL_Driver/Inc/Legacy
DEVICE_PATH = Drivers/CMSIS/Device/ST/STM32F1xx/Include
Expand Down
3 changes: 2 additions & 1 deletion Start_Compiling.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ copy subdir_startup.mk startup\subdir.mk

copy STLINK_FLASH.ld ..\STM32F103C6Tx_FLASH.ld
copy STLINK_system_stm32f1xx.c ..\Src\system_stm32f1xx.c
pause

make all

ST-LINK_CLI.exe -c SWD -P LishuiFOC_01.hex -V

pause

exit

0 comments on commit 99b1fe2

Please sign in to comment.