aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorchrysn2012-10-19 00:49:27 +0200
committerchrysn2012-10-19 00:59:49 +0200
commitd526dd3268500d397746b19d2ab6688abf524077 (patch)
tree821642d3606a0dc823e81a1b97993a9134aa020b /lib
parent962f3286914d97a55713ba17c6c0797e0d120362 (diff)
rename tinygecko->efm32tg everywhere
Diffstat (limited to 'lib')
-rw-r--r--lib/dispatch/vector_nvic.c2
-rw-r--r--lib/efm32/efm32tg/EFM32TG840F32.ld (renamed from lib/efm32/tinygecko/EFM32TG840F32.ld)0
-rw-r--r--lib/efm32/efm32tg/Makefile (renamed from lib/efm32/tinygecko/Makefile)4
-rw-r--r--lib/efm32/efm32tg/libopencm3_efm32tg.ld (renamed from lib/efm32/tinygecko/libopencm3_efm32tinygecko.ld)0
4 files changed, 3 insertions, 3 deletions
diff --git a/lib/dispatch/vector_nvic.c b/lib/dispatch/vector_nvic.c
index 9ac9517..9373319 100644
--- a/lib/dispatch/vector_nvic.c
+++ b/lib/dispatch/vector_nvic.c
@@ -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"
diff --git a/lib/efm32/tinygecko/EFM32TG840F32.ld b/lib/efm32/efm32tg/EFM32TG840F32.ld
index f7baa90..f7baa90 100644
--- a/lib/efm32/tinygecko/EFM32TG840F32.ld
+++ b/lib/efm32/efm32tg/EFM32TG840F32.ld
diff --git a/lib/efm32/tinygecko/Makefile b/lib/efm32/efm32tg/Makefile
index 550860c..65f8d02 100644
--- a/lib/efm32/tinygecko/Makefile
+++ b/lib/efm32/efm32tg/Makefile
@@ -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
diff --git a/lib/efm32/tinygecko/libopencm3_efm32tinygecko.ld b/lib/efm32/efm32tg/libopencm3_efm32tg.ld
index 8ef5e42..8ef5e42 100644
--- a/lib/efm32/tinygecko/libopencm3_efm32tinygecko.ld
+++ b/lib/efm32/efm32tg/libopencm3_efm32tg.ld