30d072eee8
1. Solve the problem mentioned in revision 1623 (runtime error) - Cause: In the EFM32 demo application, some TCP/IP functions are called in non-task context (e.g. "tcp_new()"). And after revision 1621, those functions will trigger the scheduler ("rt_schedule()") which seems to be triggered only in task context. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1624 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