Commit Graph

4443 Commits

Author SHA1 Message Date
bernard.xiong 800f092470 remove efsl from device file system.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@506 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-18 05:42:33 +00:00
gary.li.wenchao.4 3c6a9775a2 remove clk_init and sdram_init
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@505 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-18 02:48:12 +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 c870bdb628 revert gary.li changes on strlcpy function.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@503 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-18 02:00:23 +00:00
gary.li.wenchao.4 3cc54e91bf fixed strlcpy()
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@502 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-17 10:35:43 +00:00
bernard.xiong 2d54fcc405 add heap and semaphore examples.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@501 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-17 09:57:07 +00:00
bernard.xiong 824dc0b00e add strlcpy implementation to string.c and fix strlcpy declaration.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@500 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-17 04:23:11 +00:00
bernard.xiong 5e2bb92cda remove rt_strlcpy function.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@499 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-17 04:19:17 +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
kyle.hu.gz 9ac8c55353 Fixed a memory corruption issue in rt_realloc().
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@495 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-16 19:51:36 +00:00
gary.li.wenchao.4 237b400982 added lowlevel_init.S for startup code
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@494 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-16 13:44:03 +00:00
gary.li.wenchao.4 e9e205a29c modified start_gcc.s, and added lowlevel_init.S to initialize sdram.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@493 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-16 13:42:05 +00:00
bernard.xiong 8967a4d298 fix hanzi font cache issue.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@492 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-16 13:39:32 +00:00
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