Bernard Xiong
c5fd1aaf5f
Merge branch 'master' of https://github.com/RT-Thread/rt-thread
2015-10-14 11:08:04 +08:00
Bernard Xiong
1086f6cfa0
[Tools] Fix the buildlib with LOCAL_* options group
2015-10-14 11:07:42 +08:00
Bernard Xiong
e460034a97
[BSP] use DoBuilding to replace env.Program/EndBuilding
2015-10-14 11:07:03 +08:00
Bernard Xiong
6680a6b57f
Merge pull request #569 from www220/fix-15-10-12-1
...
[DFS] 修正romfs在输入的目录名称比实际的名称短时存在的判断错误
2015-10-14 10:32:54 +08:00
www220@tom.com
45d46b076f
修正romfs在输入的目录名称比实际的名称短时存在的判断错误
...
比如实际目录为abcde,msh执行 cd abc也能执行成功,判断名称时存在bug
2015-10-14 10:28:25 +08:00
Bernard Xiong
fd53d3ec28
Merge pull request #567 from cedar-renjun/patch-5
...
[BSP] Update and rename readme.txt to readme.md in stm32f4
2015-10-13 12:05:22 +08:00
Bernard Xiong
942d16f3c3
Merge pull request #566 from cedar-renjun/patch-4
...
[BSP] include iar startup code in stm32f4
2015-10-13 12:05:10 +08:00
Bernard Xiong
c0862583d1
Merge pull request #565 from cedar-renjun/patch-3
...
[BSP] Create stm32f40x_flash.icf
2015-10-13 12:04:56 +08:00
cedar-renjun
238ebdd045
Update and rename readme.txt to readme.md
2015-10-13 11:52:05 +08:00
cedar-renjun
34a2200428
include iar startup code
...
fixed bug: 'scons --target=iar -s' output iar project missing startup code, and link file
修复scons生成IAR工程中没有startup code和链接文件,导致工程中断异常和Finsh无法工作
2015-10-13 11:40:59 +08:00
cedar-renjun
78cb445af2
Create stm32f40x_flash.icf
2015-10-13 11:34:10 +08:00
Bernard Xiong
850343f353
Merge pull request #564 from ArdaFu/master
...
[bsp][stm32f746g-disco] Fix MPU init bug.
2015-10-13 09:53:53 +08:00
ardafu
1c91512e97
[bsp][stm32f746g-disco] Fix MPU init bug.
...
1. Fixed the bug that MPU init function was called 2 times.
2015-10-13 09:49:27 +08:00
Bernard Xiong
b67ad86ec3
Merge pull request #563 from www220/fix-15-10-12-1
...
[Finsh] Fix the mkfs command parameter issue.
2015-10-12 16:41:08 +08:00
www220@tom.com
c7af45b759
msh中的mkfs命令再携带类型是,解析出错
2015-10-12 15:55:52 +08:00
Bernard Xiong
c2b5cd1e85
[Finsh] fix the '\r' issue in linux telnet.
2015-10-12 10:52:14 +08:00
Bernard Xiong
e5edc5b09a
[DFS] Use the win32 stat structure if using MS VC++ compiler.
2015-10-11 15:39:07 +08:00
Bernard Xiong
d859e3e8b8
[DFS] export more symbols for dfs_lwip.
2015-10-11 15:38:35 +08:00
Bernard Xiong
f4248a95c3
[Finsh] Add script feature for msh.
2015-10-11 15:38:08 +08:00
Bernard Xiong
147901c2cb
[Libc] Export more symbols for libc.
2015-10-11 15:37:34 +08:00
Bernard Xiong
3fb53adc4f
[Tools] Update Keil MDK project generation.
...
Add C++ files support;
Fix the two same group issue if to add a library into an exist group.
2015-10-11 15:37:12 +08:00
Bernard Xiong
2e2886168e
[Tools] Add win32 spawn patch for module building.
2015-10-11 15:34:32 +08:00
Bernard Xiong
369557a981
Merge branch 'master' of https://github.com/RT-Thread/rt-thread
2015-10-09 08:56:58 +08:00
Bernard Xiong
a65ee8ac45
[BSP] disable module feature under simulator for Linux
2015-10-02 08:16:15 +08:00
Bernard Xiong
d2ec1f3eaa
[DFS] remove st_blksize in the struct stat
2015-10-01 06:46:52 +00:00
Bernard Xiong
1e4bcaca3e
[BSP] remove rtgui_demo in the simulator BSP
2015-10-01 11:34:10 +08:00
Bernard Xiong
5ac0ed7403
[BSP] remove testdll in the simualtor BSP
2015-10-01 11:29:59 +08:00
Bernard Xiong
1ac6bc6c88
[BSP] fix compiling issue in simulator for Linux
2015-09-30 10:21:55 +00:00
Bernard Xiong
cdf4c7e897
[BSP] Enable module application in simulator BSP
2015-09-30 18:06:09 +08:00
Bernard Xiong
aa190ed5f6
[BSP] enable file system feature in simulator BSP
2015-09-30 17:57:58 +08:00
Bernard Xiong
7e45f059dc
[BSP] Update simualtor bsp for Win32/MSVC
2015-09-30 16:26:40 +08:00
Bernard Xiong
4ab8ea53c2
Merge pull request #556 from ArdaFu/master
...
[bsp][stm32f746-disco] Add support of IAR tool chain
2015-09-30 11:10:36 +08:00
Bernard Xiong
7b05cda26d
Merge pull request #555 from tuy0326/master
...
[bsp]add stm32f4xx bsp rtc driver
2015-09-30 11:10:14 +08:00
ardafu
a8828eee89
[bsp][stm32f746-disco] Add support of IAR tool chain
...
1. Add IAR project template and link scripts. Add missing CXX configuration for IAR tool chain in rtconfg.py.
2. Modify all link scripts, Using ITCM interface.(Changing flash start address from 0x0800_0000 to 0x0020_0000).
2015-09-29 11:53:23 +08:00
FlyM
5ed2d0ea3b
[bsp]add stm32f4xx bsp rtc driver
2015-09-29 06:53:44 +08:00
Bernard Xiong
cfc72ec713
Merge pull request #554 from ArdaFu/master
...
[libc][dlib] Add missing definition of mode_t
2015-09-28 10:08:11 +08:00
Arda
53c85fb989
[libc][dlib] Add missing definition of mode_t
...
For using pthread with IAR tool chain
2015-09-26 23:39:04 +08:00
Bernard Xiong
3164e33de1
Update and rename application.c to main.c
2015-09-26 11:37:11 +08:00
Bernard Xiong
741346e31a
Merge pull request #553 from ArdaFu/master
...
[bsp][stm32f746-Disco] Cleanup code
2015-09-26 11:36:12 +08:00
ardafu
090153f94f
[bsp][stm32f746-Disco] Cleanup code
...
1. Using RT_USING_COMPONENTS_INIT and RT_USING_USER_MAIN
2. Cleanup code
2015-09-25 15:35:37 +08:00
Bernard Xiong
20b8293a84
Merge branch 'master' of https://github.com/RT-Thread/rt-thread
2015-09-25 09:25:26 +08:00
Bernard Xiong
b4e3fb2007
[DFS] add sys/tcp.h and sys/udp.h for compatibility
2015-09-25 07:00:11 +08:00
Bernard Xiong
d1a1cbfdd7
[DFS] add sockaddr_storage structure in sys/socket.h
2015-09-25 06:55:55 +08:00
Bernard Xiong
730592df19
[Kernel] mark the free mem block with HEAP_MAGIC.
2015-09-24 21:07:54 +08:00
Bernard Xiong
5b77fa2d11
Merge remote-tracking branch 'upstream/master'
2015-09-24 21:04:35 +08:00
Bernard Xiong
d0dcdd11fe
[Kernel] Export more symbols for module.
2015-09-24 20:59:00 +08:00
Bernard Xiong
3dc91bf8ab
[finsh] Code cleanup.
2015-09-24 20:58:40 +08:00
Bernard Xiong
cfbe17681e
[external] fix the VC++ simulation issue for lodepng.
2015-09-24 20:58:30 +08:00
Bernard Xiong
36713043f8
Merge branch 'master' of https://github.com/RT-Thread/rt-thread
2015-09-24 20:47:34 +08:00
Bernard Xiong
44ad3d1cb9
[DeviceDrivers] Remove open_flag assertion.
2015-09-24 20:46:59 +08:00