4208 Commits

Author SHA1 Message Date
ArcherChang
652ea85a39 [1] Andes N1068体系移植
a. Libc改用官方版本(工具链附带版本);
    b. 去除未使用文件;
2017-08-25 14:25:35 +08:00
ArcherChang
921fbfbc21 [1] 添加Andes N1068体系;
[2] 基于AE210P EVB板;
[3] 详细信息参阅bsp/AE210P/readme文件夹;
    《Andes工程创建和调试》文档;等。
2017-08-25 10:25:33 +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
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
Roamboy
29411bca71 IAR编译器dlib __close,__lseek hanle传入正确值 2016-08-05 21:10:29 +08:00
Bernard Xiong
f658611145 Merge pull request #649 from bright-pan/master
Fix type size for 16bit cpu
2016-08-02 10:19:40 +08:00
Jason Pan
e4b138f810 Fix type size for 16bit cpu 2016-08-01 19:06:34 +08:00
Bernard Xiong
c641c8019e Merge pull request #647 from yygg/master
Update SConscript
2016-07-14 09:26:00 +08:00
Urey
6d14e1390c Update SConscript 2016-07-13 10:49:21 +08:00
Bernard Xiong
108ba3b371 [finsh] change display format for list_thread. 2016-07-13 09:37:51 +08:00
Bernard Xiong
60e36defc4 [libc] Add CodeSourcery G++ lite check. 2016-07-13 09:37:51 +08:00
Bernard Xiong
477857d38d Merge pull request #645 from armink/master
[BSP] Add usart DMA Rx driver to stm32f40x.
2016-07-09 21:38:35 +08:00
armink
f4f4bd543d [BSP] Add usart DMA Rx driver to stm32f40x. 2016-07-09 11:07:20 +08:00
Bernard Xiong
47f0798079 [C++] Add _init/_fini routines for GCC 2016-06-28 08:24:26 +00:00
Bernard Xiong
bb9bb4ea79 Merge pull request #641 from kontais/master
[BSP] flush cache after exception code install in loogson 1B/C
2016-06-16 17:01:34 +08:00
kontais
c72433560d flush cache after exception code install on ls1b 2016-06-15 08:42:38 -07:00
kontais
b96f07e477 flush cache after exception code install 2016-06-15 08:09:56 -07:00
Bernard Xiong
99481cd0ac [DeviceDrivers] uart configure issue.
uart configure shall not been performed if uart is not open.
2016-06-13 13:31:13 +08:00
Bernard Xiong
45c7f03035 [finsh] Fix object name issue in list_* cmd. 2016-06-13 13:29:18 +08:00
Bernard Xiong
4d93c31cce Revert "[finsh] Beautify all list object information command."
This reverts commit cd3b0cfff5b8cb76c011c16a2bb9892e9568be36.
2016-06-13 11:08:23 +08:00
Bernard Xiong
2296b2b84f Merge pull request #639 from armink/master
[finsh] Beautify all list object information command.
2016-06-04 22:42:57 +08:00
armink
cd3b0cfff5 [finsh] Beautify all list object information command. 2016-06-04 11:03:30 +08:00
armink
cbbe5a6edd [finsh] Beautify the list_thread command. 2016-06-02 17:06:41 +08:00
armink
1bd8d0f75e [finsh] Beautify the list_thread command. 2016-06-02 14:29:44 +08:00