rt-thread 私人库
Go to file
chaos.proton@gmail.com 22a9d6f309 revert commit 1791
That commit broke bsp/stm3210x. The cause is that we calls rtgui_system_init in rtgui_startup. But the calibration starts before rtgui_startup and rtgui_system_init. This lead to crash.

One way to deal with it is move rtgui_system_init out of rtgui_startup and call it manually. But it will affect other bsps. So just revert the "bad" commit.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1793 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-11-16 03:12:04 +00:00
bsp revert commit 1791 2011-11-16 03:12:04 +00:00
components Add SDIO stack support, current only support SDSC and SDHC card 2011-10-23 09:46:20 +00:00
examples fix typo in examples/gui/demo_workbench.c 2011-11-01 01:52:04 +00:00
include cleanup kernel code 2011-09-23 05:57:31 +00:00
libcpu fixed object name copy bug; update AT91SAM7S64 branch. 2011-11-08 04:06:12 +00:00
src fixed object name copy bug; update AT91SAM7S64 branch. 2011-11-08 04:06:12 +00:00
tools if --target is set, adjust CROSS_TOOL and PLATFORM automatically 2011-11-09 02:42:48 +00:00
AUTHORS prepare for 0.3.0 final release. 2010-03-29 16:27:49 +00:00
COPYING import RT-Thread RTOS 0.3.x to Google SVN 2009-07-02 22:48:23 +00:00