mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-15 10:49:12 +08:00
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
Description
Languages
C
97.6%
Assembly
1.9%
Python
0.3%
HTML
0.1%