rt-thread-official/bsp/efm32
yangjie 75e4c9dd0a [bsp]update GPL license to Apache-2.0, and format files 2021-04-09 10:52:34 +08:00
..
EFM32GG_DK3750 [efm32] auto formatted 2021-03-27 15:16:57 +08:00
EFM32_Gxxx_DK [efm32] auto formatted 2021-03-27 15:16:57 +08:00
Libraries [efm32] auto formatted 2021-03-27 15:16:57 +08:00
graphics [efm32] auto formatted 2021-03-27 15:16:57 +08:00
Readme.txt Re-normalizing the repo 2013-01-08 22:40:58 +08:00
SConscript [BSP EFM32] Fix building issue 2017-03-16 11:29:29 +08:00
SConstruct [add] default environment 2019-10-22 16:48:57 +08:00
application.c [gui] fix rtgui_dc_end_drawing() too few arguments in function call 2017-11-12 22:21:59 +08:00
board.c [efm32] auto formatted 2021-03-27 15:16:57 +08:00
board.h [efm32] auto formatted 2021-03-27 15:16:57 +08:00
dev_accel.c [efm32] auto formatted 2021-03-27 15:16:57 +08:00
dev_accel.h [efm32] auto formatted 2021-03-27 15:16:57 +08:00
dev_keys.c [efm32] auto formatted 2021-03-27 15:16:57 +08:00
dev_keys.h [efm32] auto formatted 2021-03-27 15:16:57 +08:00
dev_lcd.c [efm32] auto formatted 2021-03-27 15:16:57 +08:00
dev_lcd.h [efm32] auto formatted 2021-03-27 15:16:57 +08:00
dev_led.c Re-normalizing the repo 2013-01-08 22:40:58 +08:00
dev_led.h Re-normalizing the repo 2013-01-08 22:40:58 +08:00
dev_misc.c Re-normalizing the repo 2013-01-08 22:40:58 +08:00
dev_misc.h Re-normalizing the repo 2013-01-08 22:40:58 +08:00
dev_sflash.c Re-normalizing the repo 2013-01-08 22:40:58 +08:00
dev_sflash.h [efm32] auto formatted 2021-03-27 15:16:57 +08:00
drv_acmp.c [efm32] auto formatted 2021-03-27 15:16:57 +08:00
drv_acmp.h [efm32] auto formatted 2021-03-27 15:16:57 +08:00
drv_adc.c [efm32] auto formatted 2021-03-27 15:16:57 +08:00
drv_adc.h [efm32] auto formatted 2021-03-27 15:16:57 +08:00
drv_dma.c Re-normalizing the repo 2013-01-08 22:40:58 +08:00
drv_dma.h Re-normalizing the repo 2013-01-08 22:40:58 +08:00
drv_emu.c [efm32] auto formatted 2021-03-27 15:16:57 +08:00
drv_emu.h [efm32] auto formatted 2021-03-27 15:16:57 +08:00
drv_ethernet.c [efm32] auto formatted 2021-03-27 15:16:57 +08:00
drv_ethernet.h [efm32] auto formatted 2021-03-27 15:16:57 +08:00
drv_iic.c fixed compiling error, RT_Device_Class_I2C is not defined in rtdef.h 2012-06-18 08:25:41 +00:00
drv_iic.h Re-normalizing the repo 2013-01-08 22:40:58 +08:00
drv_leuart.c [efm32] auto formatted 2021-03-27 15:16:57 +08:00
drv_leuart.h [efm32] auto formatted 2021-03-27 15:16:57 +08:00
drv_rtc.c [efm32] auto formatted 2021-03-27 15:16:57 +08:00
drv_rtc.h [efm32] auto formatted 2021-03-27 15:16:57 +08:00
drv_sdcard.c Re-normalizing the repo 2013-01-08 22:40:58 +08:00
drv_sdcard.h [efm32] auto formatted 2021-03-27 15:16:57 +08:00
drv_timer.c [efm32] auto formatted 2021-03-27 15:16:57 +08:00
drv_timer.h Re-normalizing the repo 2013-01-08 22:40:58 +08:00
drv_usart.c [efm32] auto formatted 2021-03-27 15:16:57 +08:00
drv_usart.h Re-normalizing the repo 2013-01-08 22:40:58 +08:00
efm32g_rom.ld update linker script for components auto initial. 2013-07-11 23:07:16 +08:00
efm32gg_rom.ld fixed the fixed the gcc compiling error in ubuntu host OS 2012-12-24 02:48:05 +00:00
enc28j60.h [bsp]update GPL license to Apache-2.0, and format files 2021-04-09 10:52:34 +08:00
hdl_interrupt.c [efm32] auto formatted 2021-03-27 15:16:57 +08:00
hdl_interrupt.h [efm32] auto formatted 2021-03-27 15:16:57 +08:00
httpd.c [efm32] auto formatted 2021-03-27 15:16:57 +08:00
mma7455l.h [efm32] auto formatted 2021-03-27 15:16:57 +08:00
rtconfig.h [efm32] auto formatted 2021-03-27 15:16:57 +08:00
rtconfig.py fixed #1261, modify "axf" to "elf" in rtconfig.py for GCC Toolchains configuration. 2018-03-07 15:28:51 +08:00
start_gcc.S Re-normalizing the repo 2013-01-08 22:40:58 +08:00
startup.c [efm32] auto formatted 2021-03-27 15:16:57 +08:00

Readme.txt

 - To test the low power mode:

 - To test the ELM FatFs:
1. copy "bsp/efm32/copy_this_file_shell.c" to "components/finsh/"
2. rename it to "shell.c" replacing the original file
3. and then compile

 - To test the lwIP:
1. You should have a ENC28J60 Ethernet controller and connect it with your board properly
2. Please turn on the following defines in "rtconfig.h":
      #define EFM32_USING_ETHERNET
      #define RT_USING_LWIP
      #RT_LWIP_*
3. please also turn on the following define to use simple http server
      #define EFM32_USING_ETH_HTTPD
   or turn on the following defines to use EFM32 Ethernet utility functions (due to memory limitation, you may not turn on both)
      #define EFM32_USING_ETH_UTILS
      #define hostName 		"onelife.dyndns.org"	/* Please change to your own host name */
      #define userPwdB64 	"dXNlcjpwYXNzd2Q="	/* Please change to your own user name and password (base 64 encoding) */
4. and then compile