1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-29 14:52:12 +01:00

Rename PiOS/STM32F10x->PiOS/stm32f10x, PiOS/STM32F4xx->PiOS/stm32f4xx

This commit is contained in:
Oleg Semyonov 2013-04-25 00:52:58 +03:00
parent f20f89da35
commit 25d0e8fcab
267 changed files with 15 additions and 15 deletions

View File

@ -10,11 +10,11 @@ PIOS_DEVLIB := $(dir $(lastword $(MAKEFILE_LIST)))
#
# Hardcoded linker script names for now
#
#LINKER_SCRIPTS_APP = $(PIOS_DEVLIB)/link_STM32F4xx_OP_memory.ld \
$(PIOS_DEVLIB)/link_STM32F4xx_sections.ld
#LINKER_SCRIPTS_APP = $(PIOS_DEVLIB)/link_stm32f4xx_OP_memory.ld \
$(PIOS_DEVLIB)/link_stm32f4xx_sections.ld
#LINKER_SCRIPTS_BL = $(PIOS_DEVLIB)/link_STM32F4xx_BL_memory.ld \
$(PIOS_DEVLIB)/link_STM32F4xx_sections.ld
#LINKER_SCRIPTS_BL = $(PIOS_DEVLIB)/link_stm32f4xx_BL_memory.ld \
$(PIOS_DEVLIB)/link_stm32f4xx_sections.ld
#
# Compiler options implied by the F4xx
@ -41,7 +41,7 @@ EXTRAINCDIRS += $(PIOS_DEVLIB)/inc
#
# ST Peripheral library
#
#PERIPHLIB = $(PIOS_DEVLIB)/libraries/STM32F4xx_StdPeriph_Driver
#PERIPHLIB = $(PIOS_DEVLIB)/libraries/stm32f4xx_StdPeriph_Driver
#SRC += $(wildcard $(PERIPHLIB)/src/*.c)
#EXTRAINCDIRS += $(PERIPHLIB)/inc

Some files were not shown because too many files have changed in this diff Show More