Commit Graph

5752 Commits

Author SHA1 Message Date
ZYH 3c49837d46
Merge pull request #1216 from arthur-jx/master
1. 修改gpio中断没有清标志位的问题
2018-02-09 12:35:11 +08:00
sundm75 d78c3198b2 [BSP][ls1c]Fix drv_can.c: No such file or directory(ls1c_can.h) 2018-02-09 12:30:45 +08:00
sundm75 f9ffb4c840 [BSP][ls1c]Fix drv_can.c: No such file or directory(Drv_can.h) 2018-02-09 10:45:53 +08:00
sundm75 8c38597cdc [BSP][ls1c]Modify kconfig RTT_DIR 2018-02-09 10:02:25 +08:00
Bernard Xiong 484b667d7d [libc] Add O_BINARY definition 2018-02-09 09:30:32 +08:00
sundm75 d8b85925e7 [BSP][ls1c]Add kconfig. 2018-02-09 09:25:20 +08:00
sundm75 b473c629e9 [BSP][ls1c]Mount sdcard in init_thread. 2018-02-09 09:23:49 +08:00
sundm75 5e102eeea9 [BSP][ls1c]Add some code in board init. 2018-02-09 09:22:25 +08:00
sundm75 c121d823fd [BSP][ls1c]Fixed some bugs of ls1c lib. 2018-02-09 09:21:02 +08:00
sundm75 d08ce950e5 [BSP][ls1c]Add can driver and lib 2018-02-09 09:19:32 +08:00
LiuJX 24fb0a3656 1. 修改gpio中断没有清标志位的问题 2018-02-08 23:54:55 +08:00
parai 74622c6ed3
Fix issue when loading *.o when do internal function call
Fox example for the below example code:

#include <stdio.h>

void goodBye(void)
{
	printf("Good Bye!\n");
}

int main(int argc, char* argv[])
{
	printf("Hello World!\n");
	goodBye();
	return 0;
}
2018-02-08 20:19:10 +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
Bernard Xiong 828804e26d
Merge pull request #1184 from uestczyh222/master
[Components][Drivers][USB Device]fix ep assign bug
2018-01-22 15:43:10 +08:00
Aubr.Cool 537943ed6f [Components] driver usb vcom fix error for console (#1160)
* [Components] driver usb vcom fix error for console
2018-01-22 13:18:27 +08:00
uestczyh222 8b1eedf73e Merge remote-tracking branch 'upstream/master' 2018-01-22 13:13:23 +08:00
uestczyh222 bcfade9a86 Merge branch 'master' of https://github.com/uestczyh222/rt-thread 2018-01-22 13:12:46 +08:00
uestczyh222 4ca2337176 [Components][Drivers][USB Device]fix ep assign bug 2018-01-22 12:58:59 +08:00