Commit Graph

5723 Commits

Author SHA1 Message Date
armink ce6b0a6efb [DeviceDriver] Add NTP auto sync time for RTC device. 2018-02-16 12:58:48 +08:00
armink c4f4710b43 [DeviceDriver][RTC] Add software simulation RTC device. 2018-02-16 12:46:29 +08:00
Bernard Xiong a692cc1549
Merge pull request #1215 from parai/patch-1
Fix issue when loading *.o when do internal function call
2018-02-12 16:39:05 +08:00
ZYH 76a0cc9b58
Merge pull request #1222 from uestczyh222/master
[Bsp][tina]fix linux env error
2018-02-12 11:17:34 +08:00
uestczyh222 b158847219 [Bsp][tina]fix linux env error 2018-02-12 11:16:40 +08:00
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
孙冬梅 351f15be4b
Rename Ls1c_can.h to ls1c_can.h 2018-02-09 13:06:39 +08:00
孙冬梅 b4dc4fad21
Rename Ls1c_can.c to ls1c_can.c 2018-02-09 13:06:10 +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
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