mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-27 09:38:24 +00:00
*** EFM32 branch ***
1. Add SD card driver (SPI mode) 2. Add ELM ChaN FatFs support (Please read "Readme.txt") - Warning: FatFs is really FAT! (35KB) 3. Upgrade EFM32 libraries (CMSIS and efm32lib) to version 2.0.0 4. Merge all of the C source code in "libcpu\arm\cortex-m3\" into "cpuport.c" 5. Merge all of the assembly source code in "libcpu\arm\cortex-m3\" into "context_gcc.S" (except "start_gcc.S") git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1525 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -12,8 +12,10 @@ BUILD = 'debug'
|
||||
EFM32_BOARD = 'EFM32_G290_DK'
|
||||
|
||||
if EFM32_BOARD == 'EFM32_G890_STK':
|
||||
# EFM32_FAMILY = 'Gecko'
|
||||
EFM32_TYPE = 'EFM32G890F128'
|
||||
elif EFM32_BOARD == 'EFM32_G290_DK':
|
||||
# EFM32_FAMILY = 'Gecko'
|
||||
EFM32_TYPE = 'EFM32G290F128'
|
||||
|
||||
if PLATFORM == 'gcc':
|
||||
|
||||
Reference in New Issue
Block a user