Commit Graph

5577 Commits

Author SHA1 Message Date
Bernard Xiong 610388857e
Merge pull request #1230 from emlslxl/code_style
fix code style
2018-02-24 16:22:49 +08:00
emlslxl 2340408e3c fix code style 2018-02-24 16:10:44 +08:00
Bernard Xiong ef0d5ed3cd
Merge pull request #1229 from armink/remove_netutils
[NetUtils] Remove netutils Kconfig and folder
2018-02-24 15:26:09 +08:00
armink 56930cd100 [NetUtils] Remove netutils Kconfig and folder. The latest netutils is on packages:netutils. 2018-02-24 13:02:40 +08:00
Bernard Xiong 4007bf99ff
[Kernel] Change version number. 2018-02-24 09:20:03 +08:00
Bernard Xiong 3a7d989d7f
Merge pull request #1228 from armink/fix_shell
[Components][Finsh] Add shell getchar received error process.
2018-02-24 08:53:11 +08:00
armink 013e5bd411 [Components][Finsh] Add shell getchar received error process. 2018-02-23 15:24:27 +08:00
ZYH d4dcbe0cb1
Merge pull request #1226 from xeonxu/startup
新增了适用于gcc的启动文件
2018-02-22 18:15:41 +08:00
Xeon Xu 2d2c01571c Add customized startup file for stm32f10x when using gcc. 2018-02-22 16:47:44 +08:00
Xeon Xu d841fef8c8 Revert "Fixed #1187 running issue while using firmware compiled by gcc."
This reverts commit 37660ac515.
2018-02-22 16:03:46 +08:00
Bernard Xiong 3da9f7177a
Merge pull request #1225 from uestczyh222/master
[Bsp][Tina]Fix uart bug
2018-02-19 15:40:49 +08:00
ZYH ccf15490c9 [Bsp][Tina]Fix uart bug 2018-02-19 15:31:28 +08:00
Bernard Xiong 40b580b223
Merge pull request #1224 from armink/fix_minilibc_time
Fix minilibc time
2018-02-16 22:53:02 +08:00
Bernard Xiong 9255b88ca2
Merge pull request #1223 from armink/add_soft_rtc
Add soft rtc
2018-02-16 22:52:47 +08:00
armink 9c620cb2f1 [Libc][Minilibc] Add some function declaration to time.h . 2018-02-16 20:48:37 +08:00
armink 0c4922becb [Libc][Minilibc] Add type 'clock_t' to minilibc. 2018-02-16 20:40:20 +08:00
armink ae867e1b65 [DeviceDriver][RTC] Add readme doc. 2018-02-16 13:16:53 +08:00
armink cd23728070 [DeviceDriver][RTC] Add soft RTC and NTP auto sync time config to Kconfig. 2018-02-16 13:14:48 +08:00
armink 59be76af25 [DeviceDriver][RTC] Add 'date' command for set and get date time. 2018-02-16 13:03:56 +08:00
armink 47f389732d [DeviceDriver] Add clock() to rtc.c . 2018-02-16 13:01:03 +08:00
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
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
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