Commit Graph

628 Commits

Author SHA1 Message Date
gary.li.wenchao.4 24c754e257 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@491 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-03-16 13:37:14 +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
bernard.xiong 5bd123e183 change the type of selection from rt_uint16_t to rt_int16_t.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@489 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-15 06:53:03 +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
mbbill b8653e766f FIX: If we place a return statement after RT_ASSERT we will get a warning: "statement is unreachable" in debug mode. This fix removed this warning.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@487 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-14 15:11:35 +00:00
bernard.xiong a76c7b3d3e add Chinese Comments
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@486 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-14 13:47:49 +00:00
bernard.xiong b437fc5924 discard packet when tcp_input error occurs.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@485 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-14 12:47:44 +00:00
gary.li.wenchao.4 6740422c84 Fixed implicit errors of simple_strtoul() and simple_strtoull()
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@484 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-14 12:47:41 +00:00
gary.li.wenchao.4 e02d3fe86e improve function of strcat and strncat
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@483 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-14 12:00:55 +00:00
gary.li.wenchao.4 d45d23a96a fixed kservice.c compiling error for gcc
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@482 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-14 11:54:17 +00:00
bernard.xiong e48f777a6d add Chinese Comments
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@481 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-14 06:36:46 +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
gary.li.wenchao.4 72a5992592 fixed compiling error for GUI examples.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@470 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-09 01:13:25 +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 9628c8b869 cleanup function declaration of filelist_view.c
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@468 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-08 23:27:52 +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
bernard.xiong eb685b372d add lpc17xx porting.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@466 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-08 23:12:08 +00:00
bernard.xiong 86f3868852 cleanup function declaration.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@465 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-08 23:11:34 +00:00
bernard.xiong 5e82a9a022 remove rt_passed_second in clock; init device driver when driver has been opened if it is not in activate status; change interrupt nest count to rt_uint8_t; add rt_console_set_device function in kservice.c (rt_kprintf function can use device right now)
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@464 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-08 23:09:40 +00:00
bernard.xiong 1c9c3bf175 add rt_console_set_device declaration.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@463 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-08 23:06:57 +00:00
bernard.xiong c770a71778 add Chinese comments.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@462 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-07 23:30:15 +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 54d711a9c5 add more thread examples.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@459 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-03 09:12:08 +00:00
bernard.xiong 51e545f575 move object container initialization to static initialization.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@458 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-03 09:11:00 +00:00
bernard.xiong feec9197c4 move TCP client/server and UDP client/server example to this directory.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@457 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-01 09:39:28 +00:00
bernard.xiong 6ccd04543c add thread example.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@456 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-01 09:37:59 +00:00
bernard.xiong 8aaddbaf38 fix some bugs in finsh for NULL node.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@455 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-01 06:41:13 +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
gary.li.wenchao.4 af58caab7c Modified start_gcc.s for mini2440
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@451 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-26 07:59:14 +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 cd793d257b display suspend thread when list message queue information.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@445 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-24 16:06:52 +00:00
bernard.xiong fdc074beb2 fix the modal widget initialization issue.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@444 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-24 16:06:12 +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