mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 03:09:16 +08:00
*** EFM32 branch ***
1. Upgrade EFM32 driver libraries (CMSIS and efm32lib) to version 2.3.0 (from version 2.2.2) 2. Add EFM32GG-DK3750 development kit support (driver version 1.2.1) 3. Add giant gecko (EFM32GG) support 4. Add LEUART module driver (max 9600bsp) git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1839 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -38,18 +38,20 @@ efm32lib/src/efm32_wdog.c
|
||||
|
||||
# starupt scripts for each EFM32 family
|
||||
startup_scripts = {}
|
||||
startup_scripts['Gecko'] = 'startup_efm32.s'
|
||||
startup_scripts['TinyGecko'] = 'startup_efm32tg.s'
|
||||
startup_scripts['Gecko'] = 'startup_efm32.s'
|
||||
startup_scripts['Giant Gecko'] = 'startup_efm32gg.s'
|
||||
|
||||
# linker scripts for each EFM32 family
|
||||
#linker_scripts = {}
|
||||
#linker_scripts['Gecko'] = 'efm32g.ld'
|
||||
#linker_scripts['TinyGecko'] = 'efm32tg.ld'
|
||||
#linker_scripts['Gecko'] = 'efm32g.ld'
|
||||
#linker_scripts['Giant Gecko'] = 'efm32gg.ld'
|
||||
|
||||
# add startup script
|
||||
# add startup script
|
||||
src = src + ['CMSIS/CM3/DeviceSupport/EnergyMicro/EFM32/startup/cs3/' + startup_scripts[rtconfig.EFM32_FAMILY]]
|
||||
|
||||
path = [cwd + '/efm32lib/inc',
|
||||
|
||||
path = [cwd + '/efm32lib/inc',
|
||||
cwd + '/CMSIS/CM3/CoreSupport',
|
||||
cwd + '/CMSIS/CM3/DeviceSupport/EnergyMicro/EFM32']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user