Commit Graph

3828 Commits

Author SHA1 Message Date
BernardXiong 91d866d81a [DeviceDrivers] Use mutex to lock can_open/close 2015-07-06 18:11:46 +08:00
BernardXiong 1488568801 [DeviceDrivers] code cleanup for CAN driver and fix some critical issue 2015-07-06 10:38:07 +08:00
Bernard Xiong eb23f0def3 Merge pull request #511 from AubrCool/fix-lpc4088candriver
Fix lpc4088candriver
2015-07-06 10:10:07 +08:00
Aubr.Cool 95fe1d15ca mv rt_components_board_init to rt_hw_board_init 2015-07-05 16:04:27 +08:00
Aubr.Cool 9ddd395eb1 correct canapp.c code indentation 2015-07-05 11:48:22 +08:00
Bernard Xiong 1d488eaedf Merge pull request #513 from mintisan/master
修改README.MD第15行的`easyly`为`easily`
2015-07-05 08:41:40 +08:00
Bernard Xiong 9f84e429ef Merge pull request #512 from heyuanjie87/ForPullRequest
[CMSIS] 完善cmsis os接口
2015-07-05 08:34:02 +08:00
Ted Lin 5f29257ef9 修改README.MD第15行的`easyly`为`easily` 2015-07-04 22:46:33 +08:00
heyuanjie87 fa6d14ebf6 [CMSIS] 完善cmsis os接口 2015-07-04 15:19:30 +08:00
Aubr.Cool fece837ed9 add canapp.c 2015-07-04 12:20:24 +08:00
Aubr.Cool ec46aee19b add lpc408x can driver 2015-07-04 08:14:00 +08:00
Aubr.Cool 9cbf30a767 correct can hdr defines 2015-07-04 00:25:05 +08:00
Bernard Xiong 19d6c41db6 Merge pull request #509 from aozima/pulls1
update armlibc/sys/errno.h: define EADDRNOTAVAIL
2015-07-01 17:40:03 +08:00
aozima eece1a7ac5 update armlibc/sys/errno.h: define EADDRNOTAVAIL 2015-07-01 16:44:56 +08:00
Aubr.Cool 67b6b30e88 add rtthread.h include for can.h 2015-06-30 14:48:07 +08:00
Aubr.Cool b7010ff946 fix bxcan include component.h dirs error 2015-06-30 14:27:05 +08:00
Aubr.Cool b3f0737a99 correct can compiler error and warnings 2015-06-30 14:12:30 +08:00
Bernard Xiong a1e1c84b6a Merge pull request #505 from weety/sdio
Sdio
2015-06-26 10:52:16 +08:00
Bernard Xiong 3383df51ea Merge pull request #507 from Eddy0402/master
[BSP] Add gpio driver support for beaglebone
2015-06-26 10:50:58 +08:00
Bernard Xiong 6e0471eb3b Merge pull request #508 from aozima/pulls1
update scons MDK5 project script: clean old groups.
2015-06-26 10:50:43 +08:00
aozima 76d82d6803 update scons MDK5 project script: clean old groups. 2015-06-25 20:49:54 +08:00
Bernard Xiong e03fbd4815 [VBUS] remove the vbus_local_conf.h analysis in the SConscript 2015-06-25 17:17:16 +08:00
Bernard Xiong d6cb1e3465 [Util] Add logtrace into components auto-initialization 2015-06-25 17:11:40 +08:00
weety 28f2fbd4cc 1.Fixed sdmmc cmd retries issue; 2015-06-22 21:28:42 +08:00
weety 41597e8793 Add mmc and emmc drivers. 2015-06-20 23:23:32 +08:00
ItsEddy cb54ac8197 [BSP] Add gpio driver support for beaglebone 2015-06-19 04:19:11 +08:00
Bernard Xiong 562ac32e32 Merge pull request #504 from AubrCool/fix-can.drv.errors
Fix can.drv.errors
2015-06-17 15:01:48 +08:00
Aubr.Cool 70aedb7a34 correct bxcan rcv irq error 2015-06-16 08:49:26 +08:00
Aubr.Cool 40123f0973 correct bxcan drive errors 2015-06-16 08:49:25 +08:00
Aubr.Cool c3e4fd079c correct can hdr read error 2015-06-16 08:49:25 +08:00
Aubr.Cool b319fb53e4 correct bxcan rcv msg rtr flag set 2015-06-16 08:49:25 +08:00
Bernard Xiong 2fc33973de Merge pull request #502 from grissiom/fix-freetype
Fix freetype
2015-06-12 15:17:13 +08:00
Grissiom e12dd58405 freetype: fix a memory leak
Roughly backport of commit 75534a04327b54f upstream.
2015-06-12 10:09:09 +08:00
Grissiom 8031b6248d freetype: upgrade to 2.5.5 2015-06-12 10:08:40 +08:00
Grissiom d921353f14 freetype: misc fix in gb2312tounicode 2015-06-12 10:08:29 +08:00
Bernard Xiong 390c8247d0 Merge pull request #497 from pangweishen/master
[BSP]update the serial driver.
2015-06-11 13:46:02 +08:00
Bernard Xiong 1cb9b10d87 Merge pull request #501 from armink/master
[Kernel] 为RT_ASSERT添加了钩子方法
2015-06-11 11:34:43 +08:00
armink 892eac2cce [kservice]add hook for RT_ASSERT 2015-06-11 10:59:25 +08:00
pangwei 77707e32b1 [BSP]update the serial driver.
Signed-off-by: pangwei <271372443@qq.com>
2015-06-09 16:26:52 +08:00
Bernard Xiong a51f6afa41 Merge pull request #494 from aozima/pulls
Align thread stack to 8 byte.
2015-06-05 22:59:28 +08:00
aozima 9fe3cbf76f Align thread stack to 8 byte. 2015-06-05 19:14:08 +08:00
BernardXiong 37b10ab9b1 Merge remote-tracking branch 'upstream/master' 2015-06-04 22:33:00 +08:00
Bernard Xiong 3f6c511a13 [LodePNG] Update lodepng to version 20150418. 2015-06-04 22:24:37 +08:00
Bernard Xiong c6d4407c57 [DFS] Fix the fd clear issue. 2015-06-04 22:23:53 +08:00
Bernard Xiong ebe21c4760 Merge pull request #493 from aozima/pulls
update libcpu:arm926
2015-06-04 17:24:21 +08:00
aozima 314379cc77 implement __user_initial_stackheap 2015-06-04 12:23:24 +08:00
aozima be76b10be6 Align stack address to 8 byte. 2015-06-04 11:59:18 +08:00
Bernard Xiong 0ac07f9ffb Merge pull request #490 from AubrCool/fix-bxcan.init.error
correct bxcan init error
2015-05-26 16:30:47 +08:00
Aubr.Cool b155067b6b correct bxcan init error 2015-05-26 14:43:46 +08:00
BernardXiong 951fd5429c [BSP] remove Keil MDK3 project file 2015-05-23 10:26:38 +08:00