rename tinygecko->efm32tg everywhere
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user