mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-15 10:38:22 +08:00
30d072eee8c9bc9be8651e528fcef874dd039ca1
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
96.7%
Assembly
1.7%
Python
0.8%
Linker Script
0.7%