Commit Graph

4678 Commits

Author SHA1 Message Date
Bernard Xiong b8739a1363 Merge pull request #656 from dogandog/master
修正了部分doxygen注释格式
2016-09-25 21:32:38 +08:00
Bernard Xiong 6f32dc4472 Merge pull request #664 from AubrCool/fix-bsp.stm32l072
[bsp] add bsp stm32l072
2016-09-25 21:28:47 +08:00
Bernard Xiong 6d1787e5dc Merge pull request #668 from yygg/master
Update ethernetif.c
2016-09-23 18:05:42 +08:00
Urey 8979d70a69 Update ethernetif.c
if device->eth_rx is NULL ,rx thread will hard fault...
2016-09-23 17:00:31 +08:00
Aubr.Cool 12424777f6 add bsp stm32l072 2016-09-22 12:31:38 +08:00
Bernard Xiong 97671b12cb Merge pull request #663 from AubrCool/master
[BSP] remove c99 code in CAN demo.
2016-09-21 17:54:16 +08:00
Aubr.Cool c2d8bff672 [Bsp] stm32f10x delete compiler c99 mode 2016-09-21 11:31:53 +08:00
Aubr.Cool 8c229e412a [Bsp] lpc408x fix compiler error 2016-09-21 11:10:25 +08:00
Aubr.Cool e0b371edfd [BSP] LPC408X Delete compiler c99 mode 2016-09-21 10:48:21 +08:00
Bernard Xiong 27c7ed3501 Merge pull request #661 from gbcwbz/cmd_align
[finsh] Align title and content in list_* cmd
2016-09-09 09:27:14 +08:00
gbcwbz 5941d73604 Convert tab into spaces 2016-09-07 23:45:39 +08:00
gbcwbz 517e909c3d [finsh]Align title and content in list_* cmd 2016-09-07 23:24:12 +08:00
Bernard Xiong d42fa18b93 Merge pull request #660 from pangweishen/patch-1
Update rtconfig.h
2016-09-02 08:50:03 +08:00
pangweishen 5de8bb2c50 Update rtconfig.h
When useing the macro of  _WIN32 in the file of rtconfig.h , then the file of dfs_win32.c will removed and compiled some mistakes. Fix it.
2016-09-01 14:09:42 +08:00
Bernard Xiong cd43855e48 Merge pull request #658 from xuzhuoyi/master
[BSP] Add support for STM32F429I-DISC1
2016-08-22 21:06:22 +08:00
xuzhuoyi 5f0102865d [bsp][stm32f429-disco] Fix assertion failed at function:rt_malloc 2016-08-22 15:59:53 +08:00
xuzhuoyi 119da5b035 [bsp][stm32f429-disco] Change StdPeriph to HAL 2016-08-22 01:03:17 +08:00
xuzhuoyi 234f1c6995 [bsp][stm32f429-disco]Fix hard fault while init heap 2016-08-20 23:04:01 +08:00
xuzhuoyi 715cbb7809 [bsp][stm32f429-disco] Add SDRAM support 2016-08-20 18:27:07 +08:00
Bernard Xiong b2979e83bf Merge pull request #657 from aozima/master
[BSP] disable stm32 EMAC hardware checksum.
2016-08-19 21:22:58 +08:00
aozima 1e2854381b disable stm32 EMAC hardware checksum. 2016-08-19 17:31:12 +08:00
xuzhuoyi 94cb87223e [bsp][stm32f429-disco] Add stm32f42x GPIO index 2016-08-19 17:25:59 +08:00
dogandog 20fb863ddf Correct comments about doxygen format
chang /*@{*/ to /**@{*/ and /*@}*/ to /**@}*/
2016-08-19 10:19:46 +08:00
dogandog 2bfacd85ae Correct comments about doxygen format
chang /*@{*/ to /**@{*/ and /*@}*/ to /**@}*/
2016-08-19 10:18:38 +08:00
dogandog beb005e20d Correct comments about doxygen format
chang /*@{*/ to /**@{*/ and /*@}*/ to /**@}*/
2016-08-19 10:17:36 +08:00
dogandog 70d34bce3c Correct comments about doxygen format
chang /*@{*/ to /**@{*/ and /*@}*/ to /**@}*/
2016-08-19 10:16:07 +08:00
dogandog ed7088024d Correct comments about doxygen format
chang /*@{*/ to /**@{*/ and /*@}*/ to /**@}*/
2016-08-19 10:15:10 +08:00
dogandog 91fb7ee1d6 Correct comments about doxygen format
chang /*@{*/ to /**@{*/ and /*@}*/ to /**@}*/
2016-08-19 10:13:58 +08:00
dogandog aff68a36cd Correct comments about doxygen format
chang /*@{*/ to /**@{*/ and /*@}*/ to /**@}*/
2016-08-19 10:12:39 +08:00
dogandog 3e249d2169 Correct comments about doxygen format
chang /*@{*/ to /**@{*/ and /*@}*/ to /**@}*/
2016-08-19 10:11:38 +08:00
dogandog 4c9bd71f22 Correct comments about doxygen format
chang /*@{*/ to /**@{*/ and /*@}*/ to /**@}*/
2016-08-19 10:10:26 +08:00
dogandog 50393389ff Correct comments about doxygen format
chang /*@{*/ to /**@{*/ and /*@}*/ to /**@}*/
2016-08-19 10:08:35 +08:00
dogandog c314417e0b Correct comments about doxygen format
chang /*@{*/ to /**@{*/ and /*@}*/ to /**@}*/
2016-08-19 10:07:12 +08:00
dogandog b54e72275a Correct comments about doxygen format
chang /*@{*/ to /**@{*/ and /*@}*/ to /**@}*/
2016-08-19 10:05:00 +08:00
dogandog d507755bd8 Update rtthread.h
Correct comments about doxygen format
2016-08-19 09:56:03 +08:00
xuzhuoyi 1ea925f9d1 [bsp] add new bsp stm32f429-disco 2016-08-19 00:35:30 +08:00
Bernard Xiong b41fe9759b Merge pull request #654 from wuji2015/master
[lua] 增加rt_strnlen,lua采用单独的线程
2016-08-12 22:55:23 +08:00
zhangjun c9591f825c 增加rt_strnlen,lua采用单独的线程 2016-08-12 22:19:52 +08:00
zhangjun 65ac4a0810 增加rt_strnlen,lua采用单独的线程 2016-08-12 22:14:07 +08:00
Bernard Xiong b59b6639e5 Merge pull request #652 from wuji2015/master
[lua] 在msh和fnish中均可调用lua,可将lua脚本作为参数传入
2016-08-11 20:20:50 +08:00
zhangjun 891050cb3d 在msh和fnish中均可调用lua,可将lua脚本作为参数传入 2016-08-11 18:53:30 +08:00
Bernard Xiong 764a1ba6d9 Merge pull request #651 from ArdaFu/master
[kernel] Add more system hooks for Segger SystemView
2016-08-10 13:51:16 +08:00
ArdaFu d30a866d4f [trace] Remove SystemView porting for license issue. 2016-08-10 09:46:02 +08:00
ArdaFu 5f56fea075 [trace] fix readme spell error. 2016-08-09 11:54:53 +08:00
ArdaFu b495cf6b31 [trace] modify readme file, add section enable RT_USING_HOOK. 2016-08-09 11:42:39 +08:00
ArdaFu fe6b62eade [trace] Fix readme error. 2016-08-09 11:39:39 +08:00
ArdaFu 12db11ad51 [trace] rename the readme file. 2016-08-09 11:36:32 +08:00
ArdaFu 3b0d7b35d5 [trace] Add Segger SystemView trace componment. 2016-08-09 11:31:41 +08:00
ArdaFu 189e9b9632 [Kernel] add new hooks for support trace componment. 2016-08-09 11:29:11 +08:00
Bernard Xiong a0d264ba72 Merge pull request #650 from roamboy/master
IAR编译器dlib
2016-08-06 08:00:24 +08:00