1
0
guo b1baf42d4e Revert "Fix compiler flags issue" 3 жил өмнө
..
EFM32GG_DK3750 9f2192a03d [efm32] auto formatted 4 жил өмнө
EFM32_Gxxx_DK 9f2192a03d [efm32] auto formatted 4 жил өмнө
Libraries 9f2192a03d [efm32] auto formatted 4 жил өмнө
graphics 9f2192a03d [efm32] auto formatted 4 жил өмнө
Readme.txt b4de7cce57 Re-normalizing the repo 12 жил өмнө
SConscript 6949aafc78 [BSP EFM32] Fix building issue 8 жил өмнө
SConstruct b1baf42d4e Revert "Fix compiler flags issue" 3 жил өмнө
application.c a752418065 [gui] fix rtgui_dc_end_drawing() too few arguments in function call 7 жил өмнө
board.c 9f2192a03d [efm32] auto formatted 4 жил өмнө
board.h 9f2192a03d [efm32] auto formatted 4 жил өмнө
dev_accel.c 9f2192a03d [efm32] auto formatted 4 жил өмнө
dev_accel.h 9f2192a03d [efm32] auto formatted 4 жил өмнө
dev_keys.c 9f2192a03d [efm32] auto formatted 4 жил өмнө
dev_keys.h 9f2192a03d [efm32] auto formatted 4 жил өмнө
dev_lcd.c 9f2192a03d [efm32] auto formatted 4 жил өмнө
dev_lcd.h 9f2192a03d [efm32] auto formatted 4 жил өмнө
dev_led.c b4de7cce57 Re-normalizing the repo 12 жил өмнө
dev_led.h b4de7cce57 Re-normalizing the repo 12 жил өмнө
dev_misc.c b4de7cce57 Re-normalizing the repo 12 жил өмнө
dev_misc.h b4de7cce57 Re-normalizing the repo 12 жил өмнө
dev_sflash.c b4de7cce57 Re-normalizing the repo 12 жил өмнө
dev_sflash.h 9f2192a03d [efm32] auto formatted 4 жил өмнө
drv_acmp.c 9f2192a03d [efm32] auto formatted 4 жил өмнө
drv_acmp.h 9f2192a03d [efm32] auto formatted 4 жил өмнө
drv_adc.c 9f2192a03d [efm32] auto formatted 4 жил өмнө
drv_adc.h 9f2192a03d [efm32] auto formatted 4 жил өмнө
drv_dma.c b4de7cce57 Re-normalizing the repo 12 жил өмнө
drv_dma.h b4de7cce57 Re-normalizing the repo 12 жил өмнө
drv_emu.c 9f2192a03d [efm32] auto formatted 4 жил өмнө
drv_emu.h 9f2192a03d [efm32] auto formatted 4 жил өмнө
drv_ethernet.c 9f2192a03d [efm32] auto formatted 4 жил өмнө
drv_ethernet.h 9f2192a03d [efm32] auto formatted 4 жил өмнө
drv_iic.c 6e7f8a36ff fixed compiling error, RT_Device_Class_I2C is not defined in rtdef.h 13 жил өмнө
drv_iic.h b4de7cce57 Re-normalizing the repo 12 жил өмнө
drv_leuart.c 9f2192a03d [efm32] auto formatted 4 жил өмнө
drv_leuart.h 9f2192a03d [efm32] auto formatted 4 жил өмнө
drv_rtc.c 94a9332915 [rtc] 移除rtc_core.c/.h 将内容转移到rtc.c/.h 3 жил өмнө
drv_rtc.h 9f2192a03d [efm32] auto formatted 4 жил өмнө
drv_sdcard.c b4de7cce57 Re-normalizing the repo 12 жил өмнө
drv_sdcard.h 9f2192a03d [efm32] auto formatted 4 жил өмнө
drv_timer.c 9f2192a03d [efm32] auto formatted 4 жил өмнө
drv_timer.h b4de7cce57 Re-normalizing the repo 12 жил өмнө
drv_usart.c 9f2192a03d [efm32] auto formatted 4 жил өмнө
drv_usart.h b4de7cce57 Re-normalizing the repo 12 жил өмнө
efm32g_rom.ld cc8301d0f1 update linker script for components auto initial. 12 жил өмнө
efm32gg_rom.ld 2a1b3e3d31 fixed the fixed the gcc compiling error in ubuntu host OS 12 жил өмнө
enc28j60.h 75e4c9dd0a [bsp]update GPL license to Apache-2.0, and format files 4 жил өмнө
hdl_interrupt.c 9f2192a03d [efm32] auto formatted 4 жил өмнө
hdl_interrupt.h 9f2192a03d [efm32] auto formatted 4 жил өмнө
httpd.c 9f2192a03d [efm32] auto formatted 4 жил өмнө
mma7455l.h 9f2192a03d [efm32] auto formatted 4 жил өмнө
rtconfig.h 9f2192a03d [efm32] auto formatted 4 жил өмнө
rtconfig.py 8160a4089a fixed #1261, modify "axf" to "elf" in rtconfig.py for GCC Toolchains configuration. 7 жил өмнө
start_gcc.S b4de7cce57 Re-normalizing the repo 12 жил өмнө
startup.c 9f2192a03d [efm32] auto formatted 4 жил өмнө

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