Commit Graph

5805 Commits

Author SHA1 Message Date
Bernard Xiong ef668bc3aa
Merge pull request #1240 from enkiller/development
[Drivers]修复不打开dfs时,wlan驱动编译出错的问题
2018-03-01 12:54:20 +08:00
tangyuxin 6ceb4554fc [Drivers]修复不打开dfs时,wlan驱动编译出错的问题 2018-03-01 09:15:32 +08:00
Bernard Xiong 491a264358
Merge pull request #1237 from skawu/master
没用使用RT_USING_HEAP宏时,增加一条语句用于消除此警告
2018-02-28 23:44:21 +08:00
skawu 2357842f59
没用使用RT_USING_HEAP宏时,增加一条语句用于消除此警告
没用使用RT_USING_HEAP宏时,components.c文件第211行会报警告,增加一条语句用于消除此警告(使用四个空格代替TAB)
2018-02-28 22:53:47 +08:00
Peter Zhang d3cb7478ec
[BSP] Fix: stm32f10x external interrupt bug
Missing of 'GPIO_EXTILineConfig' may cause that program enters interrupt handler forever.
2018-02-28 17:31:38 +08:00
714826565 d4d22d34d3 没用使用RT_USING_HEAP宏时,components.c文件第211行会报警告,增加一条语句用于消除此警告 2018-02-28 16:04:30 +08:00
ZYH 90ee8661d9
Merge pull request #1234 from emlslxl/fix-uart
fix uart register address structure type
2018-02-27 22:38:14 +08:00
emlslxl e65729660f fix uart register address structure type 2018-02-27 10:47:49 +08:00
Bernard Xiong 669d9d957c
Merge pull request #1232 from enkiller/development
[components] Kconfig add option:set main thread stack size
2018-02-24 19:13:21 +08:00
Bernard Xiong 4f6fd2e9d7
Merge pull request #1231 from emlslxl/fix-stm32f107
bsp/stm32f107 修正因驱动文件缺少msd.c而编译文件包含msd.c引起的编译错误
2018-02-24 18:41:47 +08:00
tangyuxin 4c2398fe64 [components] Kconfig add option:set main thread stack size 2018-02-24 17:07:48 +08:00
emlslxl b23c2aab0b 修正因驱动文件缺少msd.c而编译文件包含msd.c引起的编译错误 2018-02-24 16:39:39 +08:00
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