2156e22b3c
1. Remove "RT_USING_NETUTILS" defined in "rtconfig.h" to avoid compiling error - Warning: Due to the memory limitation, running lwIP on Gecko devices (EFM32G) is not properly tested. - Warning: To test lwIP, please revert the file, "components\net\lwip\src\arch\sys_arch.c", to revision 1620. There is a runtime error when working with the latest revision of that file. This error is currently under evaluation. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1623 bbd45198-f89e-11dd-88c7-29a3b14d5316 |
||
---|---|---|
.. | ||
EFM32_Gxxx_DK | ||
Libraries | ||
Readme.txt | ||
SConscript | ||
SConstruct | ||
application.c | ||
board.c | ||
board.h | ||
copy_this_file_dfs_elm.c | ||
dev_led.c | ||
dev_led.h | ||
dev_misc.c | ||
dev_misc.h | ||
dev_sflash.c | ||
dev_sflash.h | ||
drv_acmp.c | ||
drv_acmp.h | ||
drv_adc.c | ||
drv_adc.h | ||
drv_dma.c | ||
drv_dma.h | ||
drv_ethernet.c | ||
drv_ethernet.h | ||
drv_iic.c | ||
drv_iic.h | ||
drv_rtc.c | ||
drv_rtc.h | ||
drv_sdcard.c | ||
drv_sdcard.h | ||
drv_timer.c | ||
drv_timer.h | ||
drv_usart.c | ||
drv_usart.h | ||
efm32_rom.ld | ||
enc28j60.h | ||
hdl_interrupt.c | ||
hdl_interrupt.h | ||
httpd.c | ||
rtconfig.h | ||
rtconfig.py | ||
startup.c |
Readme.txt
- To test the ELM FatFs: 1. Please turn on the following defines in "rtconfig.h": #define EFM32_USING_SPISD #define RT_USING_DFS #define RT_USING_DFS_ELMFAT #define DFS_* 2. copy "bsp/efm32/copy_this_file_dfs_elm.c" to "components/dfs/filesystems/elmfat/" 3. rename it to "dfs_elm.c" replacing the original file 4. 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. and then compile