Commit Graph

1047 Commits

Author SHA1 Message Date
fengzi.rtt@gmail.com 6cf91f04f6 fix 1732, move"#endif" to line 103 from line 106 in rtthread_startup
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1820 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-11-30 09:21:27 +00:00
onelife.real ed9828226a *** EFM32 branch ***
1. Move file, "start_gcc.S", from "libcpu/arm/cortex-m3/" to "bsp/efm32/" 
2. Upgrade EFM32 driver libraries (CMSIS and efm32lib) to version 2.2.2 
3. Upgrade EFM32 G2xx development kit drivers (EFM32_Gxxx_DK) to version 1.7.2 (from version 1.6.0) 
4. Modify the files ("drv_usart.c" and "drv_iic.c") according to the driver libraries upgrading 

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1818 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-11-29 09:15:10 +00:00
fengzi.rtt@gmail.com 1b3411abde git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1817 bbd45198-f89e-11dd-88c7-29a3b14d5316 2011-11-29 08:06:46 +00:00
wuyangyong bff77ee86b update rtc driver.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1811 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-11-28 05:58:21 +00:00
wuyangyong 88f891066d update rtc driver.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1808 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-11-26 09:52:52 +00:00
wuyangyong fbd0b064c4 update stm32f107 ethernet driver
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1804 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-11-25 06:55:20 +00:00
wuyangyong 7eaac75bcb update stm32f107 bsp
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1803 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-11-25 06:37:32 +00:00
yungchi@cs.nctu.edu.tw 336a94a15e Add SPI FRAM driver
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1796 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-11-20 18:47:31 +00:00
yungchi@cs.nctu.edu.tw 1dd92a391d Update eeprom driver
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1795 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-11-20 18:44:10 +00:00
chaos.proton@gmail.com 3efb7d5cda remove the unused key.c and rt_hw_key_init
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1794 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-11-17 11:28:27 +00:00
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
chaos.proton@gmail.com 4e8d6639f0 bsp/stm32f10x: calibrate touch screen before starting GUI
If we do not calibrate the touch screen, GUI is unusable. This patch use a semaphore to block GUI thread until calibration finish.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1791 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-11-08 09:33:18 +00:00
chaos.proton@gmail.com 065c3fb834 fix typo in last commit...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1790 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-11-08 09:19:41 +00:00
chaos.proton@gmail.com 93104fb4fc bsp/stm32f10x/touch: return early when lost the position
Check whether finger is still on the screen. If not, we couldn't determine where the user has touched. It's better to return early rather than give garbage values.

A more sensitive solution might be caculate the position once the interrupt occured. But it's not anti-shake friendly.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1789 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-11-08 07:52:20 +00:00
chaos.proton@gmail.com 44b91706e2 bsp/stm32f10x/touch.c: better naming
Rename flag to touched_down.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1788 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-11-08 07:41:42 +00:00
bernard.xiong e7eaf16bf4 fixed object name copy bug; update AT91SAM7S64 branch.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1787 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-11-08 04:06:12 +00:00
wuyangyong 04ab961b6f update lpc1788 bsp
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1786 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-11-05 10:35:28 +00:00
wuyangyong 3763021cd5 add applications (bsp lpc1788)
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1785 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-11-05 10:28:43 +00:00
wuyangyong d246a71b91 update lpc1788 bsp
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1784 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-11-05 10:25:23 +00:00
chaos.proton@gmail.com f344f00278 bsp/stm32f10x/touch.c: normalize the calibrated touch position
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1783 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-11-02 12:14:57 +00:00
chaos.proton@gmail.com e803640027 avoid divided by zero error
The old code only checks touch->max_x > touch->min_x but not touch->max_x == touch->min_x. Thus may lead to divided by zero error.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1782 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-11-02 08:58:34 +00:00
chaos.proton@gmail.com 9de3512c8a fix ads7843 data fetching
The old code forgot to drop the MSB in the very first byte retrieved from ads7843 after a control byte. This will lead to data corruption especially in 16-Clocks per conversion mode.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1781 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-11-02 08:17:40 +00:00
wuyangyong b1531d316d update update stm32f40x bsp
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1775 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-10-27 02:40:15 +00:00
wuyangyong a5f688d282 update stm32f40x bsp
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1774 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-10-27 02:31:34 +00:00
luohui2320@gmail.com b488c4fa0a update rtconfig.py for AT91SAM9260, when using Keil MDK compiler
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1772 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-10-23 09:54:20 +00:00
luohui2320@gmail.com 49ddb7e0f5 Add SDIO stack support, current only support SDSC and SDHC card
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1771 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-10-23 09:46:20 +00:00
bernard.xiong@gmail.com 09e826e09a add STM32F40x porting (uncompleted)
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1769 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-10-20 23:38:20 +00:00
wuyangyong 3d9e766c86 update lpc176x eth driver
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1766 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-10-14 15:07:45 +00:00
wuyangyong 2d98e4990e add lpc178x eth driver
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1765 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-10-14 09:18:11 +00:00
wuyangyong 01a17f4f38 update lpc178x bsp
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1764 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-10-14 05:43:51 +00:00
wuyangyong 5de50e1422 update lpc178x bsp
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1763 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-10-13 18:04:20 +00:00
wuyangyong 53ae9bf2e1 update lpc176x bsp
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1762 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-10-13 17:54:59 +00:00
wuyangyong eb3ae3e3ca update LPC176X CMSIS
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1760 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-10-13 17:39:35 +00:00
wuyangyong eb0af4e41e add lpc1788
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1759 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-10-13 17:15:32 +00:00
wuyangyong f9a41a9686 add sdram driver
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1754 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-10-11 05:06:46 +00:00
wuyangyong c17931ad60 update enc28j60 driver. thank jeames:http://www.ourdev.cn/bbs/bbs_content.jsp?bbs_sn=4974037
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1753 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-10-11 02:57:51 +00:00
wuyangyong 91806b0420 update lm3s9b9x eth driver
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1751 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-10-11 02:33:54 +00:00
wuyangyong 402102457a update lm3s9b9x eth driver
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1750 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-10-11 02:13:45 +00:00
bernard.xiong@gmail.com 1785791733 Change source code to UNIX end of line
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1743 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-10-08 13:23:20 +00:00
dzzxzz 0d2624313a fixed a potential issue in m16c porting:
the variable rt_thread_switch_interrupt_flag was treated as a word in interrupts.asm
but it wad defined as a byte in cpuport.c
rt_uint8_t rt_thread_switch_interrupt_flag;

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1741 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-10-07 03:04:15 +00:00
dzzxzz e97c87d6a0 fixed a compile error while using scons+iar for m16c
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1740 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-10-07 03:00:12 +00:00
wuyangyong 1e712ebcdc update stm32f207 SConscript
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1735 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-09-30 06:32:07 +00:00
wuyangyong 85d57f4bee update stm32f10x project
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1734 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-09-30 06:13:05 +00:00
wuyangyong 9358c96e56 update stm32f107 project
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1733 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-09-30 04:27:02 +00:00
qiuyiuestc@gmail.com 1d2203fce0 add rt_module_system_init in rtthread_startup
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1732 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-09-28 04:11:12 +00:00
wuyangyong fef0997a37 update stm32 uart driver
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1727 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-09-24 17:15:22 +00:00
wuyangyong 10e4847880 update stm32f107 eth driver
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1726 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-09-24 06:07:33 +00:00
wuyangyong 86b62f9026 update stm32f107 eth driver
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1725 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-09-24 03:24:39 +00:00
wuyangyong 3c0f80f2f7 update stm32 project and remove 107 eth driver from 10x
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1724 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-09-24 02:51:53 +00:00
dzzxzz 2ab9a1602e fixed compiling error in lpc122x branch
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1721 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-09-23 05:23:46 +00:00
dzzxzz 9f053f46e3 fixed compiling error in stm32f20x branch
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1720 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-09-23 04:55:00 +00:00
yungchi@cs.nctu.edu.tw 6f6903688b add header notes
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1717 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-09-21 09:48:45 +00:00
yungchi@cs.nctu.edu.tw a5cec9ca65 Create a driver diectory
Add I2C driver and a 24LC024H i2c eeprom usage example
Now only support I2C1, not yet fully support I2C2

****GPIO Config****
I2C1 SDA -> PB8
I2C1 SCL -> PB9

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1716 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-09-21 07:50:43 +00:00
yungchi@cs.nctu.edu.tw c883902d0b git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1711 bbd45198-f89e-11dd-88c7-29a3b14d5316 2011-09-18 18:02:54 +00:00
yungchi@cs.nctu.edu.tw 210f0b879a 1. Port SD Card Driver
2. Supported RTC Clock

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1710 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-09-18 18:00:23 +00:00
wuyangyong 2d3028d9cf update pic32ethernet
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1709 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-09-16 12:24:57 +00:00
qiuyiuestc@gmail.com d0765423a2 add readme document
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1706 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-09-11 01:30:44 +00:00
dzzxzz 46a823ed91 improve NEC V850 porting
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1705 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-09-09 10:08:52 +00:00
dzzxzz f7d1ca323b fixed a spelling error
rt_thread_switch_interrput_flag -> rt_thread_switch_interrupt_flag

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1704 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-09-09 07:30:39 +00:00
bernard.xiong@gmail.com 6c98ecd729 fixed sys tick issue.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1702 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-09-07 15:31:18 +00:00
wuyangyong a722f6ff01 update PIC32
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1700 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-09-06 15:52:43 +00:00
wuyangyong 0f50919f30 update PIC32 example project
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1698 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-09-05 15:20:56 +00:00
dzzxzz e8a462b5c7 optimize porting for M16C
void rt_hw_context_switch(rt_uint32_t from, rt_uint32_t to);

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1688 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-09-01 08:25:54 +00:00
dzzxzz 61d969f1b9 merge stack.c and interrupt.c into cpuport.c
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1687 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-09-01 08:05:21 +00:00
wuyangyong cf52e57490 update pic32ethernet
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1684 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-09-01 05:38:34 +00:00
luohui2320@gmail.com da74af2347 AT91SAM9260 branch
1. Support Keil MDK development environment
2. Modify EMAC driver according to the changes of lwIP API in reversion 1668 and 1669

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1681 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-08-23 14:48:10 +00:00
onelife.real 1f1c6fb47e *** EFM32 branch ***
1. Add the missing file, "mma7455l.h"
2. Modify Ethernet DEMO according to the changes of lwIP API in reversion 1668 

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1680 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-08-23 04:36:33 +00:00
dzzxzz a97d7d29a2 fix scons+iar compile error in Fujistu FM3 branch
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1679 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-08-23 02:31:35 +00:00
onelife.real 11488d143a *** EFM32 branch ***
1. Change the usage of the second parameter of Read and Write functions in IIC driver 
   - to "Slave address" from (seldom used) "Offset" 
2. Add a timer for IIC driver to prevent from forever waiting
3. Add digital (IIC) interface support for accelerometer driver (Freescale MMA7455L)

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1678 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-08-23 00:59:24 +00:00
dzzxzz c834d7cdbd add display controller driver for LS1B demo board
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1672 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-08-17 05:43:30 +00:00
dzzxzz 922b40f614 add Loongson 1B porting
based on LS1G DEMO BOARD V1.1

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1667 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-08-08 09:24:44 +00:00
magicoe@163.com a39d7f73ad 2011.08.07 Magicoe Added PK40X256VLQ100
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1666 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-08-07 04:26:49 +00:00
onelife.real aa24c176e7 *** EFM32 branch ***
Modify IIC and USART drivers to avoid compiling error.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1655 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-29 07:24:09 +00:00
onelife.real 19e3ce5ee3 *** EFM32 branch ***
1. Add interrupt context check function (context_gcc.S)
2. Add lock (semaphore) for IIC, USART and Ethernet drivers to prevent simultaneously access
3. Add multiple channels support for scan mode of ADC driver
4. Modify miscellaneous drivers according to ADC driver changes
5. Add SWO output enable function (board.c)
6. Disable all interrupts in GPIO interrupt handler (hdl_interrupt.c)
7. Add two Ethernet utility functions (drv_ethernet.c)
8. Add accelerometer driver (analog output)
9. Add accelerometer demo (draft, application.c)

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1654 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-29 02:47:37 +00:00
wuyangyong a8410acdaa add stm32f2xx eth driver
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1649 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-21 17:06:41 +00:00
wuyangyong aeff05a873 remove old eth driver
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1648 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-21 17:06:29 +00:00
qiuyiuestc@gmail.com 9eed24e9de fix compiling error
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1647 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-21 15:29:13 +00:00
wuyangyong 446dafebad update touch.c
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1645 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-20 03:17:18 +00:00
andrade.manoel@gmail.com ea6e56e063 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1641 bbd45198-f89e-11dd-88c7-29a3b14d5316 2011-07-19 19:57:41 +00:00
andrade.manoel@gmail.com 4ed98f2d63 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1640 bbd45198-f89e-11dd-88c7-29a3b14d5316 2011-07-19 19:55:13 +00:00
andrade.manoel@gmail.com eaeaa71ab7 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1639 bbd45198-f89e-11dd-88c7-29a3b14d5316 2011-07-19 19:51:17 +00:00
wuyangyong ef90978b16 update calibration
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1635 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-17 06:01:58 +00:00
wuyangyong 71f793e3e9 update mini2440
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1634 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-17 05:57:07 +00:00
bernard.xiong a30661ebc5 remove the unnecessary variable.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1630 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-15 05:45:43 +00:00
luohui2320@gmail.com ce5eddd0a5 initialize lwip and emac driver in the process context
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1625 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-11 14:33:55 +00:00
onelife.real 30d072eee8 *** EFM32 branch ***
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
2011-07-11 06:16:26 +00:00
onelife.real 2156e22b3c *** EFM32 branch ***
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
2011-07-08 08:24:33 +00:00
onelife.real ef6bbc34fa *** EFM32 branch ***
1. Add ENC28J60 Ethernet controller driver 
2. Add lwIP support (Please read "Readme.txt")
3. Add simple Http server demo application
4. Modify USART device write function to avoid sleep in ISR
5. Fix a bug in USART driver when using compiler optimization
6. Modify to make use the start-up code in libraries
7. Change the default build option for squeezing the executable file size
8. Modify source code alignment

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1622 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-08 07:13:20 +00:00
qiuyiuestc@gmail.com 3bc0dd4a82 fix svc stack size
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1615 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-04 14:48:24 +00:00
luohui2320@gmail.com 355246ba48 fix svc stack size
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1614 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-04 14:29:53 +00:00
Kyle.Hu.GZ@gmail.com 93b6b755bd Added scons scripts.
Rename and updated libcpu/avr32/uc3/exception.x (with .irp macro) to exception_gcc.S (without .irp macro) for better compatibility.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1613 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-04 10:22:15 +00:00
wuyangyong 958e18b520 add ili9325 lcd driver
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1612 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-04 08:18:58 +00:00
wuyangyong 8109f9d59c revert stm32_rom.sct
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1611 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-04 07:52:55 +00:00
wuyangyong b5f7c6cb44 update lcd driver
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1610 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-04 07:39:49 +00:00
dzzxzz 2224aa4de1 upload iar project files
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1608 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-04 07:12:31 +00:00
dzzxzz 939a247aaa upload iar project files
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1607 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-04 06:42:49 +00:00
bernard.xiong f1e3700a93 update project file.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1605 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-04 06:29:18 +00:00
bernard.xiong cbf5ef8fa8 update project files.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1604 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-04 06:22:56 +00:00
dzzxzz 8381e13d1c stm32f107 branch support scons+iar compile
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1603 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-04 06:22:50 +00:00
bernard.xiong f2634a78ab git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1602 bbd45198-f89e-11dd-88c7-29a3b14d5316 2011-07-04 06:09:14 +00:00
bernard.xiong 80e7e82333 remove interrupt priority group setting.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1601 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-04 06:00:52 +00:00
dzzxzz bf7943c94b stm32f10x branch support scons+iar compile
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1600 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-04 05:50:17 +00:00
Kyle.Hu.GZ@gmail.com 93e50cd8aa AVR32 branch update for AVR32 Studio 2.6 with Atmel Software Framework included.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1594 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-04 02:38:23 +00:00
qiuyiuestc@gmail.com 82e62b69ce update project
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1590 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-03 23:15:43 +00:00
qiuyiuestc@gmail.com b0b50a009c update lm3s8962 project file
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1588 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-03 23:03:22 +00:00
luohui2320@gmail.com e5f52327ff support DBGU,UART0~UART3
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1587 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-03 15:16:06 +00:00
wuyangyong dd2a4924ae rename _system_tack_size to _system_stack_size
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1586 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-03 13:28:27 +00:00
wuyangyong a2470120e4 update stm32f10x gcc ld script
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1585 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-03 13:21:32 +00:00
wuyangyong b4bc59f918 update lpc2148
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1583 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-02 15:13:39 +00:00
dzzxzz 903ee8b425 FM3 support GCC compiler
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1582 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-02 08:03:25 +00:00
boksic@126.com d5acd9ac98 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1581 bbd45198-f89e-11dd-88c7-29a3b14d5316 2011-07-02 07:26:49 +00:00
wuyangyong f02f51d2e3 update lpc2148 SConscript
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1580 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-01 14:18:31 +00:00
bernard.xiong@gmail.com db88367667 add IAR compiler support.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1578 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-01 13:55:49 +00:00
qiuyiuestc@gmail.com e710b83f15 use GetCurrentDir() as include path
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1577 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-01 13:50:54 +00:00
qiuyiuestc@gmail.com d836736bf3 use GetCurrentDir() as include path
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1576 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-01 13:50:16 +00:00
bernard.xiong@gmail.com 1d20e11c84 fix GNU GCC ld script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1575 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-01 13:29:32 +00:00
qiuyiuestc@gmail.com f0c20eb020 update SConscript
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1574 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-01 13:19:01 +00:00
wuyangyong 07b16c0664 update en28j60 driver
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1572 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-01 12:36:16 +00:00
wuyangyong b850320773 update en28j60 driver
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1571 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-01 12:20:50 +00:00
bernard.xiong@gmail.com 04c19da4ab add files.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1570 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-01 12:05:11 +00:00
bernard.xiong 4102a54d08 add file system feature.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1569 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-01 10:48:29 +00:00
bernard.xiong 95cb66f269 add SPI SD card driver.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1568 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-01 08:40:22 +00:00
bernard.xiong 78c9ad6377 update building script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1565 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-01 07:47:57 +00:00
bernard.xiong 7c02e21139 use GetCurrentDir() as include path.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1564 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-07-01 05:40:55 +00:00
bernard.xiong@gmail.com 3bec3d7caf add library for STM32F2xx.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1561 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-30 23:25:17 +00:00
bernard.xiong@gmail.com b4ae6c402e add return value in rtgui_key_rx function.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1560 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-30 22:55:43 +00:00
bernard.xiong@gmail.com 08240e3b8b import STM32F2xx branch.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1559 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-30 14:15:08 +00:00
bernard.xiong@gmail.com 496e727498 update GNU ld script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1558 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-30 14:11:25 +00:00
bernard.xiong@gmail.com 3d4e5e1fea update library to 3.5.0; update project file to Keil4.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1557 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-30 13:54:31 +00:00
bernard.xiong@gmail.com 311e669569 fix GNU ld script issue.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1556 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-30 13:29:04 +00:00
bernard.xiong@gmail.com b3ef63314b fix compiling warning.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1555 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-29 15:20:49 +00:00
dzzxzz 65b9bf3663 update MDK project for FM3 mb9bf500r
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1548 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-29 10:16:27 +00:00
dzzxzz 3f5782a322 add RT_USING_CONSOLE option
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1546 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-29 09:55:14 +00:00
qiuyiuestc@gmail.com 294e34e1e6 update rtconfig.h
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1543 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-29 00:53:55 +00:00
bernard.xiong 7c2b17961b update LCD driver according to 0.4.0 beta2.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1542 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-27 05:39:45 +00:00
qiuyiuestc@gmail.com 7beb4cd4cf support Lwip
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1538 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-26 10:38:41 +00:00
bernard.xiong 4ba812b3da add RT_USING_CONSOLE option.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1535 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-24 06:15:02 +00:00
wuyangyong de1f2b6b84 update stm32f10x
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1534 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-23 15:24:10 +00:00
qiuyiuestc@gmail.com 3a503dcc89 rename from lm3s_9b9x to lm3s9b9x
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1532 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-23 13:37:42 +00:00
qiuyiuestc@gmail.com 9607beb210 rename from lm3s to lm3s8962
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1531 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-23 13:34:10 +00:00
qiuyiuestc@gmail.com 11eb2454a7 rename from lm3s to lm3s8962
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1530 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-23 13:31:44 +00:00
mbbill@gmail.com 8c45ba5874 fix sam7x compile error
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1529 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-23 08:02:06 +00:00
wuyangyong 9791a36d21 update bsp lm3s_9b9x
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1528 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-23 01:20:27 +00:00
wuyangyong 647fc182a8 添加LM3S_9B9x分支
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1527 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-23 00:47:34 +00:00
onelife.real 38ed555e26 *** EFM32 branch ***
Minor bug fix for timer driver.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1526 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-21 03:29:29 +00:00
onelife.real 69ad018bc0 *** EFM32 branch ***
1. Add SD card driver (SPI mode)
2. Add ELM ChaN FatFs support (Please read "Readme.txt")
   - Warning: FatFs is really FAT! (35KB)
3. Upgrade EFM32 libraries (CMSIS and efm32lib) to version 2.0.0
4. Merge all of the C source code in "libcpu\arm\cortex-m3\" into "cpuport.c"
5. Merge all of the assembly source code in "libcpu\arm\cortex-m3\" into "context_gcc.S" (except "start_gcc.S")

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1525 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-20 01:56:28 +00:00
qiuyiuestc@gmail.com ded91b1072 fix bug
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1523 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-19 02:42:55 +00:00
qiuyiuestc@gmail.com 3bb6b835dc change output object file directory
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1522 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-19 02:41:29 +00:00
wuyangyong a8f412bca6 update stm32f10x
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1517 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-15 15:21:44 +00:00
dzzxzz 12d72dd67a update Fujitsu MB9BF506R project
add nandflash device driver
support RT-Thread DFS

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1515 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-15 08:48:11 +00:00
wuyangyong d82200badd update lpc2148
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1513 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-15 04:01:05 +00:00
mbbill@gmail.com 0e03e7eb2e change some macros accordinate to rtdebug.h
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1512 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-15 02:26:46 +00:00
wuyangyong dc1079981b update STM32F10x_StdPeriph_Lib_V3.5.0
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1511 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-15 02:16:25 +00:00
wuyangyong c283975160 move stm3210 to stm32f10x
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1509 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-15 02:14:23 +00:00
dzzxzz 4216302914 fixed compile error while RT_USING_RTGUI is not defined in rtconfig.h
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1508 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-15 01:25:47 +00:00
bernard.xiong@gmail.com 782e8f01dc add STM32F107 porting.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1505 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-15 00:27:46 +00:00
qiuyiuestc@gmail.com 3d4b5722fc eliminate compiler warning
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1501 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-14 01:09:16 +00:00
dzzxzz 56e5e8b1fd delete Fujitsu MB9BF500R configuration files for IAR
but you can get them from rt-thread official web site


git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1499 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-13 10:48:01 +00:00
dzzxzz 7292d15431 update Fujitsu FM3 lcd.c
undefined RT_DEBUG in bsp/fm3/mb9bf500r/rtconfig.h
add Fujitsu MB9BF500R config files for IAR 

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1498 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-13 09:40:05 +00:00
mbbill@gmail.com 864bd11802 Add reentrance check. Put kernel debug switch together.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1494 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-12 10:01:48 +00:00
dzzxzz fe605eed45 update Fujitsu FM3 MB9BF500R project with RTGUI
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1489 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-11 09:06:12 +00:00
dzzxzz e8d7220682 update Fujitsu FM3 projects
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1487 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-11 04:31:00 +00:00
mbbill@gmail.com 3077aea698 sam7x can now be compiled by armcc under scons.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1485 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-10 03:59:16 +00:00
mbbill@gmail.com b83b4ee04c add sam7x_rom.ld.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1483 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-10 03:56:29 +00:00
mbbill@gmail.com 1fb43c8619 using new macro: RT_USING_CONSOLE to enable console in rtconfig.h
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1482 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-10 02:54:05 +00:00
wuyangyong 1df295f8f4 update pic32 bsp
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1480 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-10 02:51:36 +00:00
mbbill@gmail.com e6a874abb4 add sam7x scons script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1475 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-09 10:49:22 +00:00
mbbill@gmail.com d15319c408 fixd dm9000a driver issue
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1470 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-08 16:39:24 +00:00
qiuyiuestc@gmail.com 06dd644012 change graphic pixel format
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1466 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-08 16:02:03 +00:00
qiuyiuestc@gmail.com 34d4a1bf2f change to graphic device
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1462 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-08 00:50:04 +00:00
luohui2320@gmail.com b41b576be9 enable icache for at91sam9260
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1442 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-05-30 14:31:26 +00:00
luohui2320@gmail.com 12fba54f91 add devfs for at91sam9260
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1441 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-05-30 14:30:10 +00:00
mbbill@gmail.com 2f32cd9d72 insight can not get along with -gdwarf-2 very well. So, we use -gstabs+ for more compatibility.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1438 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-05-27 06:06:48 +00:00
wuyangyong 97e80a164c add PIC32 Ethernet Starter Kit demo
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1433 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-05-24 02:27:03 +00:00
qiuyiuestc@gmail.com 712aacd367 update rtconfig.h and SConstruct
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1424 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-05-23 01:46:59 +00:00
qiuyiuestc@gmail.com fe9f043b55 upgrade ftk demos
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1423 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-05-23 01:33:31 +00:00
dzzxzz@gmail.com 0050c8b708 add new port for FUJITSU FSSDC-9B506-EVB v1.0
finsh are supported

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1419 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-05-19 09:45:26 +00:00
qiuyiuestc@gmail.com 8a9792317f Modify the link mode, compile each component to static library firstly and then link them;
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1406 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-05-16 00:34:01 +00:00
qiuyiuestc@gmail.com c99ca774a1 Modify the link mode, compile each component to static library first and then link them
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1405 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-05-16 00:29:28 +00:00
onelife.real 169c31fc4f *** EFM32 branch ***
1. Add EFM32 development kit support
2. Add USART sync mode (SPI) support
3. Add SPI Flash device (ST M25PX16) driver and demo application

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1401 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-05-12 07:19:37 +00:00
wuyangyong a607e1485b update Nios II bsp config
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1395 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-05-06 15:24:27 +00:00
dzzxzz c8bac1af00 add #define RT_USING_CONSOLE into the rtconfig.h [RENESAS M16C project]
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1394 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-05-05 06:06:39 +00:00
bernard.xiong d3d5111904 compiler error, remove this code!
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1390 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-05-01 02:55:12 +00:00
wuyangyong c63a2e0a89 add #define RT_USING_CONSOLE for Nios II bsp
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1388 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-04-30 13:45:27 +00:00
luohui2320@gmail.com d4fcf79423 update at91sam9260 emac driver
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1387 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-04-27 13:59:52 +00:00
bernard.xiong 0220cb673a remove RT_USING_RTGUI and compiling error in Keil MDK.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1386 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-04-26 09:54:23 +00:00
luohui2320@gmail.com fd963d847a add emac driver for at91sam9260
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1384 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-04-21 14:30:15 +00:00
bernard.xiong@gmail.com cfa485f20a update template project file.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1382 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-04-19 13:28:48 +00:00
dzzxzz 73656d5333 update FM3 easy kit IAR project
if define RT_USING_RTGUI in rtconfig.h
must be compiled by full edition of IAR Embedded Workbench
else
can be compiled by 32KB KickStart edition 

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1377 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-04-15 10:13:35 +00:00
luohui2320@gmail.com c84fc53783 add at91sam926x porting.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1364 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-04-05 12:49:01 +00:00
boksic@126.com ccf7d67918 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1362 bbd45198-f89e-11dd-88c7-29a3b14d5316 2011-04-03 07:34:53 +00:00
onelife.real 578b245b0e *** EFM32 branch ***
1. Add IIC slave mode RX by interrupt function (Now, master mode TX/RX and slave mode RX functions are done)
2. Add Timer1 configuration in timer driver
3. Modify the ACMP default initialization setting 
4. Add on/off switch for debug code to reduce size

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1353 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-29 09:41:22 +00:00
wuyangyong baf5e4143c add #define RT_USING_CONSOLE
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1343 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-23 14:41:11 +00:00
bernard.xiong@gmail.com ab5594273a add RT_DEBUG option.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1342 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-23 12:55:18 +00:00
bernard.xiong@gmail.com 04b7474b6f add RT_USING_CONSOLE option.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1340 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-23 12:35:58 +00:00
bernard.xiong b5fbd46776 add GNU GCC support in LPC2478.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1333 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-17 09:14:38 +00:00
bernard.xiong@gmail.com c8cb831c93 add RT_USING_CONSOLE.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1331 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-12 00:09:42 +00:00
bernard.xiong@gmail.com 053380bf6b update mini2440 configuration.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1329 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-12 00:06:08 +00:00
dzzxzz 936d60351b update FM3 easy kit KEIL project
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1327 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-11 10:05:44 +00:00
dzzxzz 46743c4f34 update FM3 IAR project
add cpu usage displaying
control LED3 by ADC

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1326 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-11 09:44:54 +00:00
dzzxzz b2e2825fb8 add adc.c/adc.h to FM3 IAR project
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1318 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-08 07:57:12 +00:00
dzzxzz c4b51ff718 update Fujitsu FM3 easy kit IAR project:
add LCD/ADC/KEY/LED device support
using RTGUI to display the ADC and key status on the 128x64 LCD

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1317 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-08 06:04:00 +00:00
boksic@126.com c5bc8e8670 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1316 bbd45198-f89e-11dd-88c7-29a3b14d5316 2011-03-07 11:32:29 +00:00
dzzxzz 804e48e7bf change the Fujitsu MB9BF500R start address of RAM from 0x20000000 to 0x1FFFC000
change the HEAP size from 0x400 to 0x0 in the FM3_easy_kit project

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1315 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-07 01:23:10 +00:00
dzzxzz 07b8413530 use relative directory to instead of absolute directory of link file FM3 IAR project
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1314 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-07 01:19:15 +00:00
wuyangyong fb9a0952c8 add Nios II app
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1307 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-04 14:08:36 +00:00
dzzxzz 490322857a fixed a minor issue in mini2440/lcd_t35.c
change line 383 
from
"lcd->parent.open = rt_lcd_close;" 
to
"lcd->parent.close = rt_lcd_close;" 

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1300 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-03 06:09:34 +00:00
dzzxzz 6221cdfec6 fixed KEIL project of Fujitsu FM3 Easy Kit compiling error
avoid to include C:\Keil\ARM\RV31\INC\core_cm3.h

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1299 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-03 03:43:58 +00:00
dzzxzz 85a1d2f22d add IAR project for Fujitsu FM3 Easy Kit
running a LED thread

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1298 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-03 02:38:04 +00:00
bernard.xiong@gmail.com 91577f186e Add fm3 porting.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1297 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-02 13:05:26 +00:00
onelife.real@gmail.com cabc797a2d *** EFM32 branch ***
1. Update the copyright information
 - 2009 => 2011
2. Add external oscillator configuration routine in "rt_hw_board_init()"
 - Before, it is set by default frequency, 32MHz
 - Now it can be set by user specified frequency
3. Add ADC and ACMP (analog comparator) drivers
4. Clarify the MCU and target board define in "rtconfig.py"

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1296 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-28 04:47:50 +00:00
bernard.xiong@gmail.com 338155eddc update building script for jz47xx.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1295 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-27 13:44:32 +00:00
dennis.zhang.os@gmail.com 8ac855d164 As you know, most branches of RT-thread project has used "scons" tools to compile project or construct MDK project automatically for specific branch. this is a very simple and effective method.Now this method could have been available for sep4020, and the necessary script files has been wrote and uploaded.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1293 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-27 13:26:17 +00:00
dennis.zhang.os@gmail.com 85b2da15c9 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1292 bbd45198-f89e-11dd-88c7-29a3b14d5316 2011-02-27 12:55:51 +00:00
dennis.zhang.os@gmail.com 835ee58a4b delete the evb4020 and sep4020 branches, now We only maintain mini4020 branch.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1291 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-26 09:25:51 +00:00
dennis.zhang.os@gmail.com 9236274689 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1290 bbd45198-f89e-11dd-88c7-29a3b14d5316 2011-02-26 08:25:33 +00:00
bernard.xiong 397efc1252 remove RT_USING_MINILIBC definitions in building script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1285 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-21 06:58:28 +00:00
bernard.xiong 4853d4f54a update the GNU GCC link script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1284 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-21 06:40:59 +00:00
bernard.xiong 88b3199266 update the GNU GCC link script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1283 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-21 06:39:13 +00:00
dzzxzz 57756a5989 add a new CROSS_TOOL(iar) in the rtconfig.py for stm3210 branch
now the scons support three CROSS_TOOL(gcc, keil, iar)in the stm3210 branch

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1280 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-18 05:08:41 +00:00
dzzxzz 30c8d36017 fix compile error for stm3210 IAR project
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1279 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-18 03:14:07 +00:00
dzzxzz 4cc9c785e2 update readme.txt for renesas m16c branch
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1278 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-17 07:27:45 +00:00
dzzxzz 65658d0420 add a readme.txt for renesas m16c branch
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1277 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-17 07:21:28 +00:00
dzzxzz ce312e689f keil is not support renesas M16C, so delete the keil platform in rtconfig.py
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1276 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-17 05:33:05 +00:00
dzzxzz e9a16eb5e3 set 4 bytes align for led_stack[]
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1275 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-17 05:24:33 +00:00
onelife.real 314bcbd3ea *** EFM32 branch ***
- New branch for Energy Micro's MCUs (http://energymicro.com/).
 - Target board: FM32 Gecko Starter Kit (http://www.energymicro.com/tools)

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1274 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-17 03:33:15 +00:00
dzzxzz e01eaabee9 using SCONS to build IAR M16C project
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1271 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-16 13:36:05 +00:00
dzzxzz 29db3e3295 get ready for SCONS
change the m16c assembly extension from s34 to asm
move the m16c porting files to m16c62p directory


git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1270 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-16 13:29:09 +00:00
dzzxzz efc32994d4 update IAR for M16C from EWM16C-EV-3401.exe to EWM16C-EV-3501.exe
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1269 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-16 13:13:57 +00:00
bernard.xiong 5d737bd875 fix directory issue of finsh shell.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1268 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-14 05:00:51 +00:00
bernard.xiong@gmail.com ffa3e22d2e fix device type.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1260 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-01-24 23:32:38 +00:00
iamyhw@gmail.com d20a26430d fix compile error.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1253 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-01-21 14:14:32 +00:00
bernard.xiong 84ac86f3d1 fix compiling error.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1252 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-01-21 10:21:26 +00:00
iamyhw@gmail.com ef0d03aaff add UFFS compiler switch
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1244 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-01-16 13:44:04 +00:00
wuyangyong dede5414de update msd.c
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1242 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-01-15 02:51:57 +00:00
magicoe@163.com 93ee3dbfc0 delete temp files under bsp/lpc122x
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1240 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-01-13 01:59:45 +00:00
qiuyiuestc 7c83c7da56 update mini2440 bsp
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1239 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-01-12 14:54:05 +00:00
magicoe@163.com eb5e940df5 added bsp/lpc122x & libcpu/arm/lpc122x
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1234 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-01-05 06:23:40 +00:00
qiuyiuestc 04727cb1db update mini2440 bsp
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1225 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-23 03:24:17 +00:00
qiuyiuestc e73771f261 update mini2440 bsp
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1224 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-23 03:13:14 +00:00
bernard.xiong aff115bbbc fix compiling error!!!
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1166 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-01 01:53:50 +00:00
bernard.xiong@gmail.com 98492b7344 cleanup 3210 branch code.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1163 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-30 14:22:18 +00:00
qiuyiuestc 400c012e4d update lm3s project files & fix sd card read fail issue
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1161 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-30 12:56:03 +00:00
wuyangyong 1e5518ee84 update lpc2148 bsp
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1148 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-29 18:20:11 +00:00
wuyangyong dc4e29670c stm32 std_lib update to 3.4.0
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1146 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-29 17:37:03 +00:00
wuyangyong e05e68ae90 stm32 std_lib update to 3.4.0
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1145 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-29 17:09:00 +00:00
qiuyiuestc 4aab511882 update macro DFS_FILESYSTEMS_MAX to 4
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1144 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-29 16:35:44 +00:00
bernard.xiong@gmail.com 725ad9b88e fix msd write issue.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1140 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-29 13:09:39 +00:00
bernard.xiong 4d88d694d5 rename the private field in device to user_data.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1135 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-29 07:49:59 +00:00
wangjiyang 36a93a4e4a added a document 2 bsp/evb4020/src & modified application.c
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1131 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-28 08:44:48 +00:00
wangjiyang dc5e5b7fa6 previous commit failed to add the sources
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1130 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-28 08:25:31 +00:00
wangjiyang 61f7e58f7a added bsp/evb4020
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1129 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-28 08:18:36 +00:00
bernard.xiong baf30c5f3c update lpc176x project.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1123 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-26 10:12:52 +00:00
bernard.xiong 6237d0538c update nuc140 project files.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1122 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-26 03:20:36 +00:00
bernard.xiong e262eed0e8 update armcc device parameter in LPC2478.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1121 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-26 03:19:04 +00:00
bernard.xiong 3f30b3cba5 update armcc device parameter.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1120 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-26 02:55:52 +00:00
qiuyiuestc bad87a2c4b update lm3s sconscript and project file
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1119 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-26 01:18:59 +00:00
qiuyiuestc 1760635c3c update lm3s Libraries
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1118 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-26 00:42:21 +00:00
bernard.xiong@gmail.com 087c066735 add some newlib leaked function.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1116 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-25 23:36:54 +00:00
bernard.xiong ccdcc1119e add newlib building support.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1114 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-25 09:26:33 +00:00
qiuyiuestc 558023a020 update lm3s bsp
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1102 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-23 23:54:16 +00:00
qiuyiuestc 1a0ec7b470 clean up code
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1093 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-22 13:20:22 +00:00
lijin.unix@gmail.com 913a4edfb3 add scons script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1089 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-22 07:21:28 +00:00
lijin.unix@gmail.com 8abbd39962 Add MDK 4 project file,and remove old project file.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1088 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-22 02:11:12 +00:00
bernard.xiong@gmail.com 10732a76e9 cleanup scons building script
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1065 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-20 12:31:00 +00:00
bernard.xiong@gmail.com b300351874 remove RT-Thread/GUI dependence.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1062 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-18 12:33:52 +00:00
bernard.xiong@gmail.com 019b654201 replace iram vector to vector copy.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1060 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-17 23:48:18 +00:00
bernard.xiong@gmail.com 643fea758b add vector copy routine.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1059 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-17 23:41:55 +00:00
bernard.xiong@gmail.com 2c647575b3 add ROMFS initialization.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1058 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-17 23:40:33 +00:00
qiuyiuestc ac812f693d fix data align bug
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1039 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-05 15:08:51 +00:00
qiuyiuestc 6e4a697d0c fix luminaryif_rx pooling issue
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1038 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-01 01:26:00 +00:00
bernard.xiong 969b9be9a7 add devfs initialization in application.c
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1034 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-29 06:01:04 +00:00
qiuyiuestc 24be5a1bbb add key.c to compile
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1025 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-19 12:11:06 +00:00
qiuyiuestc 9536c46386 add virtual key driver for QEUM/mini2440
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1020 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-19 09:20:21 +00:00
bernard.xiong 0f5fb37f9a remove the complicated definition on FTK component.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1018 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-19 08:27:41 +00:00
bernard.xiong ad3d42106a Improve the Device File System of the POSIX compatibility
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1017 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-19 08:20:42 +00:00
bernard.xiong@gmail.com 83c4a17c6e add init loongson soc3210 porting.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1013 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-15 23:53:22 +00:00
bernard.xiong@gmail.com 67eff19969 add init loongson soc3210 porting.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1012 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-15 23:40:44 +00:00
qiuyiuestc acfbfad25e fix MMU table overwrite issue
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1006 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-10 11:50:28 +00:00
bernard.xiong da7bbdb0df remove interrupt.h and compiling error in jz47xx branch.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1005 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-09 09:20:28 +00:00
jiaojinxing1987@gmail.com bd144ed23a git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1000 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-10-04 09:02:45 +00:00
jiaojinxing1987@gmail.com ffa3341d41 startup.c
rtthread_startup函数的
rt_system_heap_init(__bss_end, (void*)0x34000000);
暂时改为
rt_system_heap_init((void*)0x33000000, (void*)0x34000000);

application.c
RT_INIT_THREAD_STACK_SIZE改为10*1024

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@999 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-04 08:28:55 +00:00
jiaojinxing1987@gmail.com c37979560d git-svn-id: https://rt-thread.googlecode.com/svn/trunk@996 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-10-02 16:27:38 +00:00
jiaojinxing1987@gmail.com be8406155b git-svn-id: https://rt-thread.googlecode.com/svn/trunk@995 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-10-02 15:45:09 +00:00
jiaojinxing1987@gmail.com bb83a05cc8 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@993 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-10-02 14:01:50 +00:00
jiaojinxing1987@gmail.com 18eb6e16b3 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@991 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-10-02 12:57:58 +00:00
jiaojinxing1987@gmail.com b324805cb0 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@990 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-10-02 12:41:38 +00:00
jiaojinxing1987@gmail.com d90ac765d4 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@989 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-10-02 12:40:18 +00:00
bernard.xiong 0dac4f368b fix Keil MDK project template and add scatter file.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@974 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-28 03:07:47 +00:00
mbbill 03072ba689 Sam7x project updated.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@960 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-26 14:16:55 +00:00
qiuyiuestc ec7345221d clean up code
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@934 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-23 11:15:41 +00:00
qiuyiuestc d98ba087f4 show rtgui on lcd
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@917 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-20 00:11:33 +00:00
qiuyiuestc 2fd51d55aa code clean up
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@906 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-13 01:12:51 +00:00
bernard.xiong@gmail.com 427a00e9b4 update jz47xx branch code.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@902 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-12 23:35:14 +00:00
qiuyiuestc 814ac8fb22 fix lcd update issue
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@898 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-09 15:36:39 +00:00
bernard.xiong@gmail.com 1b84c89a56 update jz47xx branch code.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@894 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-05 23:43:35 +00:00
bernard.xiong@gmail.com b63899a92a update jz47xx branch code.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@892 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-05 05:16:10 +00:00
qiuyiuestc 8dab825fbb update project files
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@889 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-04 02:18:29 +00:00
bernard.xiong d41f2f0830 force to compile as little endian.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@881 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-08-27 10:09:25 +00:00
bernard.xiong@gmail.com c2507af6bc add Nuvoton Cortex-M0 porting.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@877 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-08-22 23:22:01 +00:00
bernard.xiong@gmail.com 4eeae777dc use minimal configuration on rtconfig.h
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@876 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-08-22 23:19:11 +00:00
bernard.xiong 4a0c2aa831 update Keil project file.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@857 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-08-16 05:35:28 +00:00
qiuyiuestc 2df619d986 update run_module.c
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@833 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-08-06 14:53:21 +00:00
bernard.xiong 1451735e9e clean up end of line.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@827 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-08-03 08:50:48 +00:00
bernard.xiong 787d7681fd fix compiling error.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@826 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-08-03 08:50:06 +00:00
qiuyiuestc a31474b019 fix serial issue
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@800 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-07-18 00:50:07 +00:00
qiuyiuestc 1e9996c0e5 the unit of read/write offset and buffer size is changed to the block size in block device driver read/write interface.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@798 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-07-18 00:34:42 +00:00
bernard.xiong@gmail.com 731711f74f the unit of read/write offset and buffer size is changed to the block size in block device driver read/write interface.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@795 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-07-14 23:45:38 +00:00
bernard.xiong@gmail.com b669237ae4 the unit of read/write offset and buffer size is changed to the block size in block device driver read/write interface.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@794 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-07-14 23:32:01 +00:00
bernard.xiong 64a7365af5 add init Jz47xx porting.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@791 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-07-14 09:50:58 +00:00
zchongnari@gmail.com 69466590ff bug fixed for optimization
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@789 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-07-13 07:23:57 +00:00
dzzxzz 059f6d01a9 delete backup file "Backup of upd70f3454.ewp"
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@784 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-06-30 01:34:29 +00:00
dzzxzz b2f78b2e77 port rt-thread to NEC V850E
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@779 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-06-29 02:33:54 +00:00
zchongnari@gmail.com 360095ecb1 add sep4020 porting
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@776 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-06-26 03:47:03 +00:00
qiuyiuestc 3e141fce65 update project file for lm3s
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@762 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-06-07 12:28:16 +00:00
bernard.xiong b3b579ed9b update STM3210 project file and building script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@761 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-06-07 06:30:31 +00:00
bernard.xiong 95a579baf7 fix the end of line error
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@760 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-06-04 07:47:17 +00:00
qiuyiuestc 470feff16f fix armcc compile error
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@749 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-05-29 16:22:11 +00:00
qiuyiuestc 25e7ea1745 module developing, application can be run successfully
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@747 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-05-29 15:27:27 +00:00
qiuyiuestc a07a91643f add module info
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@744 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-05-29 14:24:46 +00:00
qiuyiuestc 008bc108b0 remove warning message when no sdcard insert
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@743 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-05-29 14:21:56 +00:00
qiuyiuestc 338f4aa904 change jlink option
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@739 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-05-27 13:42:57 +00:00
bernard.xiong a5b48e361e fix ENET interrupt issue; fix the end address of heap issue.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@738 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-05-27 09:43:49 +00:00
bernard.xiong e7e1a2a6a5 fix none-SDHC card issue.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@735 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-05-26 09:33:46 +00:00
bernard.xiong 1021b764e3 add EMAC driver.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@733 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-05-25 06:24:18 +00:00
bernard.xiong 54696c4aa7 add sdcard driver.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@732 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-05-24 08:39:03 +00:00
bernard.xiong@gmail.com 2139edd2eb add NFSv3 configuration.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@728 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-05-22 15:00:36 +00:00
bernard.xiong 645357a05a remove update GUI demo building script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@716 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-05-16 02:35:37 +00:00
qiuyiuestc eb84483f76 [mini2440]fix rt_hw_lcd_update bug
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@712 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-05-16 00:58:09 +00:00
qiuyiuestc 3f33f036ec [mini2440]fix bugs in touch driver
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@709 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-05-15 01:11:18 +00:00
qiuyiuestc ca81f820f3 port calibration from stm32 radio, complete touch panel driver
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@708 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-05-14 16:52:21 +00:00
bernard.xiong 550df04b6b update for armcc compiler.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@703 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-05-11 23:16:29 +00:00
bernard.xiong 9c8a595e28 add double buffer support in driver.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@701 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-05-11 06:11:17 +00:00
bernard.xiong ea22e3fb81 update CMSIS to 130
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@684 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-05-02 11:40:26 +00:00
bernard.xiong dd42e9392b remove old CMSIS
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@683 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-05-02 11:35:34 +00:00
bernard.xiong dfdc92fa97 rename debug.Uv2 to template.Uv2
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@682 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-05-02 08:39:42 +00:00
bernard.xiong 693c6db157 add template file.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@680 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-05-02 07:23:22 +00:00
bernard.xiong 5c2b75cc62 fix minilibc compiling issue.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@671 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-04-26 10:32:33 +00:00
qiuyiuestc b87f6d562b module developing
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@666 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-04-23 14:23:23 +00:00
qiuyiuestc 38c432620f module developing
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@663 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-04-21 16:59:06 +00:00
dzzxzz 367015d3fd move peripheral ISR from libcpu/m16c/context.asm to bsp/interrupts.s34
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@658 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-04-20 03:26:11 +00:00
dzzxzz 7e0ad698a3 finsh is moved to component, so change the project setting for M16C, and fixed some small issues.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@657 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-04-20 01:17:26 +00:00
qiuyiuestc 1f42e27ece [mini2440]use long filename feature
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@655 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-04-20 01:09:07 +00:00
dzzxzz 005d4141d9 rewrite 3 functions in context.asm for M16C port
rt_hw_context_switch()
rt_hw_interrupt_disable()
rt_hw_interrupt_enable()

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@654 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-04-20 01:00:45 +00:00
qiuyiuestc e227ca0b4a [mini2440]add info.c
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@652 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-04-19 14:30:22 +00:00
qiuyiuestc 49d850c686 [mini2440]add device_info.c
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@651 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-04-19 12:50:09 +00:00
bernard.xiong e6543f3f9d update lpc17xx to new building script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@649 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-04-19 08:23:21 +00:00
bernard.xiong 7b4e04633e rename lpc1766 branch to lpc176x.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@648 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-04-19 06:24:53 +00:00
bernard.xiong 206355399a update mini2440 configure.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@647 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-04-19 05:54:21 +00:00
bernard.xiong 8055a0a7ef update mini2440 building script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@646 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-04-19 05:42:12 +00:00
bernard.xiong 85946a3c0d add scons --target=mdk option for STM3210 porting.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@643 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-04-18 23:48:59 +00:00
bernard.xiong 99bfaf72d9 modify building script for components.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@642 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-04-18 22:16:50 +00:00
bernard.xiong d7caff4d06 add module building script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@626 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-04-16 06:19:24 +00:00
dzzxzz 2fcd4bccbd add BSP for Renesas M16C62P
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@620 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-04-14 00:31:17 +00:00
qiuyiuestc b91a492341 delete osc.o
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@615 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-04-12 17:39:13 +00:00
qiuyiuestc cbfb87fac1 add module feature
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@614 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-04-12 17:37:37 +00:00
kyle.hu.gz 553d24f82b Add AVR32 UC3 port.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@605 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-04-11 18:45:21 +00:00
bernard.xiong 5b6434cbe4 fix compiling error under Linux
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@587 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-04-07 06:16:30 +00:00
bernard.xiong 9294a611f5 add LPC11xx Cortex-M0 porting.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@583 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-04-06 10:00:28 +00:00
wuyangyong 9f97b3404b remove stm32_radio.see /branches/rtt_0_3_1/bsp/stm32_radio
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@578 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-04-05 13:33:12 +00:00
lijin.unix 18389f7628 fix bug: init soft timer thread
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@574 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-04-03 08:31:06 +00:00
bernard.xiong 9a27a2a96c remove the un-maintained porting branches
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@572 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-04-02 06:17:40 +00:00
wuyangyong bd5399d04e swd clock set to 3M
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@560 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-30 03:30:36 +00:00
wuyangyong 60736915bc remove interrupt Tx and DMA Rx mode in USART.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@559 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-30 03:25:59 +00:00
bernard.xiong 764393722f update according to RT-Thread 0.3.0 final.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@552 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-29 16:03:21 +00:00
bernard.xiong 6acaf214a5 update STM32F107 branch
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@551 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-29 15:54:30 +00:00
bernard.xiong 4223f6efd5 replace console code with console device.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@550 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-29 14:20:22 +00:00
bernard.xiong fcbc7aa742 remove interrupt Tx and DMA Rx mode in USART.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@549 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-29 13:57:12 +00:00
bernard.xiong 67faf92245 change SD_DATATIMEOUT to 0xFFFFFFFF.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@548 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-29 12:45:02 +00:00
bernard.xiong 280e07dc55 update dm9000a driver.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@547 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-29 12:26:07 +00:00
mbbill 9592d89769 FIX: Merged ljt8015's patch, add DM9161 support.
NOTE: The project.uv2 left not modified. 

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@546 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-28 09:02:26 +00:00
kyle.hu.gz ed3de73b65 Updated SPI Flash write method. (Need more testing.)
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@541 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-25 11:08:56 +00:00
wuyangyong 6768e183fc add remote_fn define.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@540 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-25 04:51:55 +00:00
qiuyiuestc 4190cf58e0 [mini2440]fix no down event problem, ugly implement,need consider move event
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@539 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-25 01:15:28 +00:00
kyle.hu.gz 04428f9a8a Fixed sample rate not set correctly under slave I2S mode. (Tested this time. ^_^)
Added locking mechanism to periperials on SPI1.
Added DMA mode read/write routine to SPI Flash. (Debug reuiqred. WARNING: !!! ENABLING DMA MODE MAY DESTROY YOUR DATA IN THE SPI FLASH !!!)

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@538 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-24 17:04:46 +00:00
qiuyiuestc 28232de6d0 [lm3s]update to version 0.3.0
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@537 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-24 16:06:13 +00:00
wuyangyong 3a72099612 Fixed sample rate not set correctly under slave I2S mode.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@530 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-24 03:20:20 +00:00
bernard.xiong acd0943ff8 apply RT_LWIP_USING_RT_MEM options in setting; remove memp_ting.c to memp.c; fix some bugs in sdcard driver.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@529 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-24 00:02:55 +00:00
kyle.hu.gz f20ed9bbd6 Fixed sample rate not set correctly under slave I2S mode.
Fixed string corruption problem in radio_list_update.c.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@528 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-23 18:07:40 +00:00
kyle.hu.gz c7aea05b99 Added sample rate and mono/stereo handling for MP3 decoder.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@527 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-23 16:13:36 +00:00
bernard.xiong f5f4c7e97d fix stat function on a root directory of file system; increase stack of play_ui thread.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@526 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-23 15:21:28 +00:00
bernard.xiong dd829e747c fix elm file system compiling issue.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@512 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-18 09:39:26 +00:00
bernard.xiong 8da1163675 fix GCC compiling error.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@511 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-18 09:20:04 +00:00
wuyangyong a4ce05206f update radio_list_update by inkfish
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@510 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-18 08:34:34 +00:00
bernard.xiong bfc473ebee update sdcard driver according to stm32 radio project.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@509 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-18 07:57:06 +00:00
bernard.xiong a9d2a38042 change the default project to simple led project.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@508 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-18 05:51:39 +00:00
bernard.xiong a352c48a76 remove EFSL file system.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@507 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-18 05:43:21 +00:00
bernard.xiong b0e70cbebb fix strlcpy usage in rtc_calendar.c
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@504 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-18 02:01:20 +00:00
bernard.xiong ce36652552 use strlcpy instead of rt_strlcpy.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@498 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-17 04:17:20 +00:00
wuyangyong c9ee5a0635 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@497 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-03-17 02:49:00 +00:00
wuyangyong 7e8a5f5d9f git-svn-id: https://rt-thread.googlecode.com/svn/trunk@496 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-03-17 01:42:35 +00:00
wuyangyong e00916b557 add radio list update by inkfish
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@490 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-16 10:46:41 +00:00
mbbill 1c2add1a89 FIX: US_IMR is a read-only register.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@488 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-14 15:14:25 +00:00
kyle.hu.gz f05df1f97b Fixed some major problem under CODEC_MASTER_MODE.
Removed IIS interrupt mode code.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@480 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-11 19:19:32 +00:00
wuyangyong 873d9e9bbd add LCD devicecode check
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@479 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-11 10:49:47 +00:00
wuyangyong 34a9286f69 add LCD devicecode check
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@478 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-11 10:49:24 +00:00
wuyangyong 2a9a934639 stm32 StdPeriph_lib update to version 3.2.0
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@477 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-11 08:37:47 +00:00
bernard.xiong 8bf7534da0 fix the wrong file include in startup.c file
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@476 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-11 03:31:12 +00:00
kyle.hu.gz 05faf67f5e Added SPI3 support to codec.c / Moved the codec configuration to board.h
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@475 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-10 23:00:10 +00:00
kyle.hu.gz 2190f72040 Updated WM8978 I2S Master mode code. NOTICE: This mode is still unusable due to a suspecting hardware bug of STM32.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@474 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-09 18:47:10 +00:00
wuyangyong f73af11ea2 stm32 radio:add touch.c
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@473 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-09 14:33:17 +00:00
wuyangyong 0dfef2b35e stm32_radio:remove codec version
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@472 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-09 11:39:23 +00:00
bernard.xiong b2331cb292 remove rt_hw_uart_init() function invoke in startup.c
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@471 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-09 08:29:06 +00:00
bernard.xiong e4b78f5c87 remove some console functions; fix the items free issue in station list.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@469 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-08 23:49:25 +00:00
bernard.xiong 109d082ac1 add lpc1766 bsp from Magicoe.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@467 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-08 23:14:04 +00:00
wuyangyong 3a8f591e51 add ili9325 dirction option
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@461 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-06 02:01:59 +00:00
bernard.xiong 162f120fdd change efsl filesystem to elm fatfs filesystem.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@460 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-03 09:22:47 +00:00
bernard.xiong 9f58705a39 fix resolve host name issue
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@454 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-26 15:49:35 +00:00
qiuyiuestc 03d17809b7 [mini2440]support more finsh cmd for GCC version
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@453 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-26 14:13:30 +00:00
wuyangyong a96bfb9836 添加并测试ILI9320兼容,by dami
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@452 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-26 09:28:54 +00:00
wuyangyong ca6962342a 添加模块定义和设计尺寸
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@450 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-26 04:29:34 +00:00
wuyangyong 6b3ea6dff9 chage SPI_FLASH timeout
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@449 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-25 16:17:46 +00:00
wuyangyong db6aa746f6 完善触摸和SPI_FLASH驱动
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@448 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-25 14:42:39 +00:00
wuyangyong fb7ecf70e9 在系统启动时复位全部外部芯片,防止工作在不确定状态,同时修正GPIO的配置:只在一处配置FSMC的IO
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@447 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-25 14:19:39 +00:00
wuyangyong 915bba10b5 add all device reset for stm32 netradio
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@446 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-25 06:14:18 +00:00
bernard.xiong 35e90a5004 add UI freeze when USB cable is connected.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@443 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-24 16:05:37 +00:00
bernard.xiong b54fbbced9 fix http request; fix netbuf worker stat
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@442 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-24 14:56:28 +00:00
wuyangyong 3c63455ffe fix lcd 9325 driver
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@441 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-24 08:20:41 +00:00
wuyangyong 45238ef28d fix ili9325 driver
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@440 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-24 05:51:53 +00:00
wuyangyong f3bb2aa8b1 fix ili9325 driver
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@439 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-23 17:15:03 +00:00
wuyangyong b3d4ac3b66 fix lcd get_pixel
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@438 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-23 13:19:01 +00:00
bernard.xiong 2c279290f6 revert project.Opt file.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@436 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-22 23:53:37 +00:00
bernard.xiong 99da648141 add spi flash as FAT file system.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@435 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-22 23:51:07 +00:00
wuyangyong cbda63c500 fix auto_restart if no USB cable
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@433 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-22 15:30:42 +00:00
wuyangyong 83c6cd9b01 fix stm32 usb_msc auto_remove
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@432 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-22 14:56:51 +00:00
bernard.xiong 3677390335 fix memory overwrite on shoutcast meta data reception.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@431 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-22 13:35:47 +00:00
kyle.hu.gz f4cb1ba595 Corrected MP3 duration calculation. / Increased SD card wait count to 10 for slow cards. / Updated play time display of player UI.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@430 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-21 20:41:42 +00:00
gary.li.wenchao.4 ab13173bf8 add __DATA__ for rt_calendar
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@429 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-21 02:34:28 +00:00
gary.li.wenchao.4 7918251ca6 modified rtc_calendar.c
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@426 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-20 05:45:38 +00:00
kyle.hu.gz 579a566b44 stm32_radio: Updated the VBR average bitrate calculation.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@425 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-19 15:04:35 +00:00
bernard.xiong 39c53a4b71 update sdcard driver.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@423 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-19 11:54:17 +00:00
gary.li.wenchao.4 8e7da44914 move from libcpu
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@422 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-19 00:29:43 +00:00
bernard.xiong 860d1ddfd4 add radio station selection; remove list and filelist view implementation in STM32 radio; remove warning of RTGUI.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@419 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-17 23:56:49 +00:00
bernard.xiong 332d0d00e2 add more buffer in mp3 decoder. add picture browse support.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@418 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-17 11:00:04 +00:00
wuyangyong 7225a9234e 添加移除后自动重启 for stm32-netradio
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@416 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-17 09:16:05 +00:00
wuyangyong bb4f74cd12 完善RTC部分
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@415 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-17 07:51:42 +00:00
bernard.xiong 034166dfb9 use ELM FatFs as FAT file system.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@406 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-11 15:55:46 +00:00
gary.li.wenchao.4 c53033b881 Add rt_rtc_show_calendar();
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@405 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-11 07:58:48 +00:00
wuyangyong 881d6a82d4 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@399 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-02-10 06:31:27 +00:00
kyle.hu.gz 49e317efc1 stm32_radio: Changed the ID3 parsing code. Corrected VBR play time calculation.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@397 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-09 16:48:33 +00:00
bernard.xiong 3025e3e8b3 add wav file in UI.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@396 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-08 23:45:21 +00:00
kyle.hu.gz 9dfd2fd177 stm32_radio: Reset the progress bar after song change. Fixed the duration calculation bug.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@395 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-08 22:34:40 +00:00
bernard.xiong 8dabef70db RTGUI use 16 weight font as default font.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@392 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-08 14:14:41 +00:00
kyle.hu.gz 189d475946 stm32_radio: Adds codec master mode to WM8978 driver.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@391 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-08 04:22:59 +00:00
bernard.xiong 02a644e7e2 move some RTGUI options to bsp
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@390 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-08 02:13:05 +00:00
bernard.xiong aefa3535c5 add more RTGUI options.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@388 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-08 02:05:44 +00:00
gary.li.wenchao.4 76517dc2eb Add files Makefile and console
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@382 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-07 08:18:13 +00:00
gary.li.wenchao.4 a88a6ec0a3 Remove compiler warnings of Chinese
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@380 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-07 08:11:00 +00:00
kyle.hu.gz d5b20ba603 Removed the const definition in hz12 font file info which causes hard fault when loading.
Also uploaded a working SongTi 12x12 font file.
Tested in stm32_radio.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@374 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-04 21:35:19 +00:00
kyle.hu.gz 8d78b3743a stm32_radio: Updates the initialization sequence of the WM8978 driver, and adds EQ/sample rate control.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@373 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-04 19:34:31 +00:00