Bernard Xiong
|
2e71b8a741
|
Merge pull request #1221 from BernardXiong/master
merge O_CREAT issue
|
2018-02-11 14:39:22 +08:00 |
ZYH
|
915ba043af
|
Update README.md
|
2018-02-11 14:21:02 +08:00 |
BernardXiong
|
43cc01742f
|
[libc] cleanup code.
|
2018-02-11 13:58:20 +08:00 |
BernardXiong
|
3f931c0df4
|
[C++] Fix the compiling warning issue
|
2018-02-11 13:58:03 +08:00 |
BernardXiong
|
780c09e3e4
|
[libc] Fix the O_CREAT issue.
libc_stdio_set_console/newlib uses fopen to open console device, which
has O_CREAT flag and cause fault.
|
2018-02-11 13:57:51 +08:00 |
BernardXiong
|
011eb615bc
|
[Kernel] Correct the comments of DBG_ENABLE macro.
|
2018-02-11 13:56:30 +08:00 |
Bernard Xiong
|
a30a52d78d
|
Merge pull request #1219 from uestczyh222/master
[Bsp]增强F10x_HAL的GPIO中断逻辑
|
2018-02-09 17:21:29 +08:00 |
uestczyh222
|
3ea5cd0bdb
|
[Bsp]增强F10x_HAL的GPIO中断逻辑
|
2018-02-09 17:03:41 +08:00 |
Bernard Xiong
|
40fc0fa50d
|
Update rtdebug.h
|
2018-02-09 16:58:20 +08:00 |
Bernard Xiong
|
8e8fba798d
|
Merge pull request #1217 from uestczyh222/master
[BSP][tina] New bsp for allwinner tina
|
2018-02-09 16:49:02 +08:00 |
Bernard Xiong
|
ae425c6eef
|
Update coding_style_cn.md
|
2018-02-09 16:38:19 +08:00 |
Bernard Xiong
|
ff3a9591c0
|
Update and rename coding_style_cn.txt to coding_style_cn.md
|
2018-02-09 16:33:34 +08:00 |
uestczyh222
|
9bf2a755e0
|
[Bsp][New BSP]New bsp for allwinner tina
|
2018-02-09 15:20:38 +08:00 |
ZYH
|
6b18ef3b6a
|
Merge pull request #1209 from ChunfengMu/fix_bugs
cdc_vcom dma 发送流程修改
|
2018-02-09 12:40:59 +08:00 |
ZYH
|
3c49837d46
|
Merge pull request #1216 from arthur-jx/master
1. 修改gpio中断没有清标志位的问题
|
2018-02-09 12:35:11 +08:00 |
Bernard Xiong
|
484b667d7d
|
[libc] Add O_BINARY definition
|
2018-02-09 09:30:32 +08:00 |
LiuJX
|
24fb0a3656
|
1. 修改gpio中断没有清标志位的问题
|
2018-02-08 23:54:55 +08:00 |
Bernard Xiong
|
84a44e58dd
|
[pthread] Fix pthread_detach issue for a none-joinable thread
|
2018-02-07 19:55:35 +08:00 |
Bernard Xiong
|
55e2fabbc5
|
[kernel] lock scheduler when cleanup thread
|
2018-02-07 19:55:35 +08:00 |
Bernard Xiong
|
4e41b0573b
|
[libc] fix the fcntl issue in newlib
|
2018-02-07 19:55:35 +08:00 |
Bernard Xiong
|
64a20c0f15
|
Merge pull request #1212 from aozima/pulls
整理network示例和tf卡SPI驱动代码
|
2018-02-07 17:15:21 +08:00 |
aozima
|
cd74a4be47
|
[drivers] move tf/sd card driver to spi/spi/spi_msd.c, and update Kconfig script.
|
2018-02-07 10:28:30 +08:00 |
aozima
|
19433e0cf5
|
update SConscript: support scons 3.
|
2018-02-06 20:07:28 +08:00 |
aozima
|
e20fb2f5b2
|
[examples] update:
1. cleanup for posix dfs_net.
2. fixed recv buf overwrite.
3. format code.
|
2018-02-06 18:59:24 +08:00 |
aozima
|
ff811a93ff
|
[examples] remove unused old code.
|
2018-02-06 18:19:17 +08:00 |
ChunfengMu
|
a499c18072
|
[Components][Drivers][USB]vcom dma_tx模式下根据bulk in提交能力限制tx_ringbuffer的填充长度,避免对下次bulk in传输造成影响.
|
2018-02-06 01:49:59 +08:00 |
ZYH
|
0979e30caa
|
Merge pull request #1202 from xeonxu/fix_gcc
Fixed #1187 running issue while using firmware compiled by gcc.
|
2018-02-02 21:18:03 +08:00 |
Bernard Xiong
|
9d59b30c21
|
Merge pull request #1204 from TanekLiang/i.mx_rt_1052
[bsp] fix uart driver bug
|
2018-02-02 11:21:12 +08:00 |
tanek liang
|
9faa6b1d7a
|
[bsp] fix uart driver bug
|
2018-02-02 10:39:40 +08:00 |
Noe Xu
|
37660ac515
|
Fixed #1187 running issue while using firmware compiled by gcc.
|
2018-02-01 14:41:45 +08:00 |
Bernard Xiong
|
a2f20dde4c
|
Merge pull request #1201 from aozima/cortex-m
[libcpu]: fixed #1196 FPU FPCA issue.
|
2018-01-31 22:11:27 +08:00 |
ZYH
|
c9fe93dce2
|
Merge pull request #1199 from ChunfengMu/fix_bugs
1:解决主机端未打开串口时,设备端应用程序dma模式下操作vcom发送数据时,dataqueue条目泄漏的问题。
|
2018-01-31 18:58:21 +08:00 |
aozima
|
dd1041bb7f
|
[libcpu]: fixed #1196 FPU FPCA issue.
|
2018-01-31 18:54:11 +08:00 |
Bernard Xiong
|
7d967f282b
|
Merge pull request #1198 from armink/fix_netutils
[Net][NetUtils] Fix networking utils Kconfig and SConscript.
|
2018-01-31 11:08:13 +08:00 |
ChunfengMu
|
9798917638
|
1:解决主机端未打开串口时,设备端应用程序dma模式下操作vcom发送数据时,dataqueue条目泄漏的问题。
|
2018-01-31 02:37:34 +08:00 |
armink
|
4793dc0d06
|
[Net][NetUtils] Fix networking utils Kconfig and SConscript.
|
2018-01-30 16:52:30 +08:00 |
ZYH
|
d5ddcb13e2
|
Merge pull request #1195 from ChunfengMu/fix_bugs
1:解决未使用串口设备时,bulkout端点接收数据触发断言的问题。
|
2018-01-30 10:25:41 +08:00 |
ChunfengMu
|
263e9faae4
|
Update cdc_vcom.c
|
2018-01-30 10:19:40 +08:00 |
ChunfengMu
|
2ea318cc03
|
1:解决未使用串口设备时,bulkout端点接收数据触发断言的问题。
|
2018-01-30 01:24:00 +08:00 |
Bernard Xiong
|
174787ce69
|
Merge pull request #1194 from armink/fix_sfud
Fix sfud
|
2018-01-28 22:25:19 +08:00 |
armink
|
7b8f8d9615
|
[DeviceDriver][SFUD] Fix flash device lock not detach when an error occurred. #1167
|
2018-01-28 18:29:33 +08:00 |
armink
|
c63d9a8864
|
[DeviceDriver][SFUD] Update SFUD to latest version.
|
2018-01-28 18:14:45 +08:00 |
Bernard Xiong
|
1f37c1a497
|
[Kernel] Fix the object find issue when enable MODULE
|
2018-01-25 17:46:59 +08:00 |
Bernard Xiong
|
e38e996e5b
|
Merge pull request #1193 from liu2guang/master
[elm] Fixed elm device unmount error when mounting multiple elm devices.
|
2018-01-25 17:30:58 +08:00 |
liu2guang
|
e63de3f66b
|
[elm] Fixed elm device unmount error when mounting multiple elm devices.
|
2018-01-24 15:13:42 +08:00 |
ZYH
|
6f117e8e36
|
Merge pull request #1189 from ChunfengMu/fix_bugs
[Components][Drivers][USB]fix compiling errors
|
2018-01-24 12:50:19 +08:00 |
ChunfengMu
|
0b0cbaf9aa
|
[Components][Drivers][USB]fix compiling errors
|
2018-01-24 00:27:11 +08:00 |
Bernard Xiong
|
17afd47844
|
Merge pull request #1186 from flyingcys/kconfig
update lwip Kconfig
|
2018-01-23 17:22:42 +08:00 |
flyingcys
|
00d687bb2c
|
update lwip Kconfig
|
2018-01-23 17:12:53 +08:00 |
Bernard Xiong
|
f50a5e94b0
|
[BSP] Update qemu script
|
2018-01-23 11:16:59 +08:00 |