efm32hg: add basic makefile, interrupts, device information
This commit is contained in:
committed by
Karl Palsson
parent
5cb852efde
commit
a86948ec6e
@@ -287,6 +287,9 @@ efm32zg???f8 efm32zg ROM=8K RAM=2K
|
||||
efm32zg???f16 efm32zg ROM=16K RAM=4K
|
||||
efm32zg???f32 efm32zg ROM=32K RAM=4K
|
||||
|
||||
# Happy Gecko
|
||||
efm32hg???f64 efm32hg ROM=64K RAM=8K
|
||||
|
||||
# Tiny Gecko
|
||||
efm32tg108f4 efm32tg ROM=4K RAM=1K
|
||||
efm32tg110f4 efm32tg ROM=4K RAM=2K
|
||||
@@ -448,6 +451,7 @@ lpc43xx END CPU=cortex-m4 FPU=hard-fpv4-sp-d16
|
||||
# the efm32 Gecko families
|
||||
|
||||
efm32zg END ROM_OFF=0x00000000 RAM_OFF=0x20000000 RAM1_OFF=0x10000000 CPU=cortex-m0plus FPU=soft
|
||||
efm32hg END ROM_OFF=0x00000000 RAM_OFF=0x20000000 RAM1_OFF=0x10000000 CPU=cortex-m0plus FPU=soft
|
||||
efm32tg END ROM_OFF=0x00000000 RAM_OFF=0x20000000 RAM1_OFF=0x10000000 CPU=cortex-m3 FPU=soft
|
||||
efm32g END ROM_OFF=0x00000000 RAM_OFF=0x20000000 RAM1_OFF=0x10000000 CPU=cortex-m3 FPU=soft
|
||||
efm32lg END ROM_OFF=0x00000000 RAM_OFF=0x20000000 RAM1_OFF=0x10000000 CPU=cortex-m3 FPU=soft
|
||||
|
||||
Reference in New Issue
Block a user