Bernard Xiong
811a2ead68
Merge pull request #549 from www220/fix
...
[DFS] fix the fd_put issue in mkdir and lseek error case.
2015-09-12 10:53:04 +08:00
www220@tom.com
3bd1a372a0
修正mkdir lseek中文件句柄不释放的bug
2015-09-11 19:34:37 +08:00
Bernard Xiong
0da4930cc9
Merge pull request #548 from GalaIO/master
...
[Kernel] change to open the console device and then set the console device.
2015-09-11 09:04:03 +08:00
GalaIO
b886340e67
open and then get the new device
...
in rt_console_set_device, open new device first and get the new device to _console_device.
我在编写程序时,在device驱动中打印log,但是使用rt_kprintf时,如果_console_device存在非空,那就执行驱动的write函数,但是这是device还没有初始化成功,但是已经提前给_console_device赋值,导致了程序无故fault,以上述修改可避开这样的矛盾。
2015-09-10 22:59:51 +08:00
Bernard Xiong
342e8d688d
Merge pull request #546 from heyuanjie87/ForPullRequest
...
[DeviceDrivers] Add hardware timer framework
2015-09-09 22:30:45 +08:00
heyuanjie87
984a7ba051
修改说明文档
2015-09-09 10:26:42 +08:00
Bernard Xiong
f43a861e4c
Merge pull request #547 from weety/tms320dm365
...
[BSP] Add tms320dm365
2015-09-08 19:50:12 +08:00
weety
f327e7c98f
Delete unused file.
2015-09-07 15:03:44 +08:00
heyuanjie87
efc1b058ac
添加说明文档
2015-09-07 13:27:05 +08:00
heyuanjie87
f8012b9000
[lpc408x]添加定时器驱动
2015-09-06 16:37:43 +08:00
heyuanjie87
8f9bda579a
定义Timer设备类
2015-09-06 15:18:15 +08:00
heyuanjie87
d19f424909
简化操作接口
2015-09-06 15:05:47 +08:00
weety
ebea51e8a8
Add more spi mode.
2015-09-04 22:47:48 +08:00
weety
31f24f3460
fix compile error.
2015-09-04 22:10:22 +08:00
weety
907190124b
remove unused source file.
2015-09-04 22:00:54 +08:00
weety
2021f5a276
Add the license.
2015-09-04 21:58:08 +08:00
weety
b71cb4c09d
Add dm365 porting.
2015-09-04 12:30:20 +08:00
heyuanjie87
47b3a4d3cc
加入定时器使用范例
2015-09-02 22:03:16 +08:00
heyuanjie87
c84887d021
加入定时器设备
2015-09-02 22:00:24 +08:00
Bernard Xiong
cb51bdb245
[finsh] fix compiling warning.
2015-09-02 14:05:38 +08:00
Bernard Xiong
9e3c42273d
Merge remote-tracking branch 'upstream/master'
2015-09-02 12:18:31 +08:00
Bernard Xiong
dc194cd7b6
[Kernel] Add .name section for exported symbols.
2015-09-02 12:09:46 +08:00
Bernard Xiong
1079727afb
[finsh] Add .name section for exported cmd and variables.
2015-09-02 12:07:58 +08:00
Bernard Xiong
df0c6a9e3a
[BSP] fix LIBC options in stm32f7 rtconfig.h
2015-09-02 12:07:09 +08:00
Bernard Xiong
8d309a40f5
[BSP] Add copyright information.
2015-09-02 12:06:40 +08:00
Bernard Xiong
340a013f53
[finsh] export system symbol
2015-09-02 11:24:41 +08:00
Bernard Xiong
6ee8244a19
[lwIP] export more symbols
2015-09-02 11:23:23 +08:00
Bernard Xiong
ec87b91011
Merge remote-tracking branch 'upstream/master'
2015-08-31 17:19:07 +08:00
Bernard Xiong
918250d7bd
Merge pull request #544 from Quintin-Z/quintin
...
fix DMA tx mod tx_dma->activated flag init bug.
2015-08-31 15:01:08 +08:00
quintin
23b5fe5239
fix DMA tx mod tx_dma->activated flag init bug.
2015-08-31 14:57:01 +08:00
Bernard Xiong
551a663078
Merge pull request #542 from ArdaFu/master
...
[BSP] [ASM9260T] Fix compile errors.
2015-08-31 13:00:51 +08:00
ardafu
7610ce3607
[BSP] [ASM9260T] Fix compile errors.
...
1. Add Heap_Size define for Keil toolchain
2. Disable pthreads in rtconfig.h
2015-08-31 09:36:26 +08:00
Bernard Xiong
7164257ecd
Merge pull request #540 from pangweishen/master
...
[BSP]fixed some bugs for compile.
2015-08-28 17:22:32 +08:00
pangwei
4d01aaf932
[BSP]fixed some bugs for compile.
...
Signed-off-by: pangwei <271372443@qq.com>
2015-08-28 16:57:41 +08:00
Bernard Xiong
bcb9ab1317
[finsh] Add mkfs command to msh
2015-08-28 15:13:04 +08:00
Bernard Xiong
0690980fb6
Merge pull request #539 from SchumyHao/master
...
add w25q80 support to spi flash
2015-08-24 10:51:03 +08:00
Bernard Xiong
62a2a49c41
[BSP] Update project files for stm32f0x
2015-08-19 09:51:14 +08:00
Bernard Xiong
4a66474329
Merge remote-tracking branch 'upstream/master'
2015-08-10 08:14:20 +08:00
Bernard Xiong
3292353bc2
Update README.md
2015-08-09 16:14:39 +08:00
Bernard Xiong
300c7fd8ec
[BSP] reduce the code size for STM32F0x
2015-08-09 15:34:21 +08:00
Bernard Xiong
200282a0bc
[BSP] use RT_UNUSED instead of UNUSED
2015-08-09 11:34:41 +08:00
Bernard Xiong
e029f14b46
[DeviceDrivers] fix sd->drv issue in sdio
2015-08-09 11:23:16 +08:00
Bernard Xiong
358837bb89
[BSP] Add README.md for stm32f7-disco
2015-08-09 09:37:20 +08:00
Bernard Xiong
5a259bd93c
[BSP] Add imx6sx
2015-08-09 09:36:12 +08:00
Bernard Xiong
fc54a74abb
[BSP] stm32f7-disco cleanup
2015-08-09 09:17:28 +08:00
Bernard Xiong
33b95be42a
[BSP] rename stm32f7 to stm32f7-disco
2015-08-09 08:36:52 +08:00
Bernard Xiong
1a5c579e71
[Tools] merge local modification
2015-08-09 00:03:40 +08:00
Bernard Xiong
2bea2fdea8
Merge pull request #534 from nongxiaoming/master
...
[bsp]add the stm32f74x bsp.
2015-08-07 13:54:10 +08:00
nongxiaoming
af8a91457e
[bsp]add the stm32f74x bsp.
2015-08-07 13:30:13 +08:00
Bernard Xiong
40044b0ff0
Merge pull request #532 from pangweishen/master
...
[BSP]fix lslc compiling issue when using RT_USING_LIBC.
2015-08-07 08:50:39 +08:00