rename tinygecko->efm32tg everywhere

This commit is contained in:
chrysn 2012-10-19 00:49:27 +02:00
parent 962f328691
commit d526dd3268
9 changed files with 7 additions and 7 deletions

View File

@ -26,7 +26,7 @@ SHAREDIR = $(DESTDIR)/$(PREFIX)/share/libopencm3/scripts
INSTALL = install
SRCLIBDIR = $(shell pwd)/lib
TARGETS = stm32/f1 stm32/f2 stm32/f4 lpc13xx lpc17xx lpc43xx lm3s efm32/tinygecko
TARGETS = stm32/f1 stm32/f2 stm32/f4 lpc13xx lpc17xx lpc43xx lm3s efm32/efm32tg
# Be silent per default, but 'make V=1' will show all compiler calls.
ifneq ($(V),1)

View File

@ -6,7 +6,7 @@
# include <libopencm3/stm32/f4/nvic.h>
#elif defined(EFM32TG)
# include <libopencm3/efm32/tinygecko/nvic.h>
# include <libopencm3/efm32/efm32tg/nvic.h>
#elif defined(LPC43XX)
# include <libopencm3/lpc43xx/nvic.h>

View File

@ -1,4 +1,4 @@
includeguard: LIBOPENCM3_EFM32_TINYGECKO_NVIC_H
includeguard: LIBOPENCM3_EFM32TG_NVIC_H
partname_humanreadable: EFM32 Tiny Gecko series
partname_doxygen: EFM32TG
# The names and sequence are taken from d0034_efm32tg_reference_manual.pdf table 4.1.

View File

@ -6,7 +6,7 @@
# include <libopencmsis/stm32/f4/irqhandlers.h>
#elif defined(EFM32TG)
# include <libopencmsis/efm32/tinygecko/irqhandlers.h>
# include <libopencmsis/efm32/efm32tg/irqhandlers.h>
#elif defined(LPC43XX)
# include <libopencmsis/lpc43xx/irqhandlers.h>

View File

@ -6,7 +6,7 @@
# include "../stm32/f4/vector_nvic.c"
#elif defined(EFM32TG)
# include "../efm32/tinygecko/vector_nvic.c"
# include "../efm32/efm32tg/vector_nvic.c"
#elif defined(LPC43XX)
# include "../lpc43xx/vector_nvic.c"

View File

@ -18,8 +18,8 @@
## along with this library. If not, see <http://www.gnu.org/licenses/>.
##
LIBNAME = libopencm3_efm32tinygecko
FAMILY = TINYGECKO
LIBNAME = libopencm3_efm32tg
FAMILY = EFM32TG
PREFIX ?= arm-none-eabi
#PREFIX ?= arm-elf