4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-15 18:19:22 +08:00

3704 Commits

Author SHA1 Message Date
Bernard Xiong
0af011101d [libc] Add more system header file for armlibc and dlib. 2015-05-04 20:35:28 +08:00
Bernard Xiong
10d3afde03 [DFS] rename netdb.c to lwip_netdb.c in dfs_lwip.
To avoid same file name, therefore change the netdb.c to lwip_netdbc in
dfs_lwip.
2015-05-04 20:34:07 +08:00
Bernard Xiong
854d8866d3 [DFS] fix the compiling issue under Keil MDK. 2015-05-02 22:53:08 +08:00
Bernard Xiong
5ca3da9e1c Merge remote-tracking branch 'upstream/master' 2015-05-02 01:33:58 +00:00
Bernard Xiong
a7d6e284d0 [DFS] Export dfs_subdir/dfs_normalize_path symbol to module. 2015-05-02 08:55:08 +08:00
Bernard Xiong
fa901c70bc Merge pull request #467 from BernardXiong/master
[DFS] Add lwIP file system interface for DFS
2015-05-01 16:20:22 +08:00
Bernard Xiong
8dfc80b4a2 [DFS] Add lwIP file system interface for DFS 2015-05-01 08:19:52 +00:00
Bernard Xiong
f111495b4f Merge pull request #466 from aozima/pulls
update stm32f2/f4: fixed PLL_M define.
2015-04-28 08:36:34 +08:00
aozima
3563c195fb update stm32f2/f4: fixed PLL_M define. 2015-04-27 11:54:22 +08:00
Bernard Xiong
5d65e6eeb6 Merge pull request #464 from AubrCool/fix-stm32.pin64.define.err
correct stm32f10x pin64 define error
2015-04-24 11:52:54 +08:00
Bernard Xiong
a5820969af Merge branch 'master' of https://git.coding.net/bernard/rt-thread 2015-04-24 11:49:14 +08:00
Bernard Xiong
1e38f39bea [tools] Using object name to decide whether use alias name in Keil MDK. 2015-04-24 11:48:38 +08:00
Bernard Xiong
b6951f64b8 [tools] Using object name to decide whether use alias name in Keil MDK. 2015-04-24 11:48:26 +08:00
Bernard Xiong
6459839f28 Add extern declaration for C++. 2015-04-24 11:48:25 +08:00
Bernard Xiong
37aa44d4f2 Fix compiling warning. 2015-04-24 11:48:25 +08:00
Bernard Xiong
9339c2d96e [Kernel] Fix main() issue in Keil MDK 2015-04-24 11:48:24 +08:00
Bernard Xiong
1bf01f0d38 [libc] fix compiling warning for newlib 2015-04-24 11:48:23 +08:00
Bernard Xiong
e043eaad0e [tools] Using object name to decide whether use alias name in Keil MDK. 2015-04-24 11:43:38 +08:00
Bernard Xiong
20c06ccb00 Add extern declaration for C++. 2015-04-24 11:42:40 +08:00
Bernard Xiong
3e24db1f8e Fix compiling warning. 2015-04-24 11:41:52 +08:00
Aubr.Cool
2be9959891 correct stm32f10x pin64 define error 2015-04-23 16:11:38 +08:00
Bernard Xiong
bec8b3f59f Merge pull request #463 from ArdaFu/master
[cpu][sam926] Using MMU to map vector table before init INT controller.
2015-04-23 09:12:47 +08:00
ardafu
b77a1cde89 [bsp][sam9260] Remove unused macro define for assemble start files. 2015-04-22 13:19:13 +08:00
ardafu
dc3bd14c2a [bsp][sam9260] Optimize code
1. Cleanup unused code in startup.c.
2. Init MMU before init INT contoroller for mapping vector table to visual address 0x0
3. Remove unused section in link scripts.
2015-04-22 13:15:13 +08:00
ardafu
49fa5c44d7 [libcpu][arm926] Optimize code
1. Combine code for IAR and GCC in file mmu.c and cpuport.c
2. Remove remap code in start_xxx.S. User should config MMU to map vector table to visual address 0x0
2015-04-22 11:19:50 +08:00
Bernard Xiong
37b3c8781a Merge pull request #462 from ArdaFu/master
[bsp][sam9260] Add GDB start scripts.
2015-04-17 21:09:45 +08:00
ardafu
66ac2fb9d7 [bsp][sam9260] Add GDB start scripts. Call user-defined command "reset" when you start debug. 2015-04-17 18:03:05 +08:00
Bernard Xiong
ce5ddc4712 Merge pull request #461 from ArdaFu/master
[bsp][stm32f0x] Modify build config to reduce code size for Travis CI
2015-04-16 20:23:08 +08:00
Bernard Xiong
418379c7da Merge pull request #445 from wzyy2/master
x86: fix compile error in c++
2015-04-16 20:22:58 +08:00
Bernard Xiong
21fdff8fbf [Kernel] Fix main() issue in Keil MDK 2015-04-16 16:47:48 +08:00
Arda
0c428b1569 Update rtconfig.py
[bsp][stm32f03x] Modify build config to reduce code size for Travis CI
2015-04-16 16:44:15 +08:00
Bernard Xiong
97a8426ce0 Merge pull request #460 from ArdaFu/master
[cpu] Split ARM926 cpu code from SAM9260 BSP
2015-04-16 16:29:44 +08:00
ardafu
61609a5bf0 [bsp][sam9260] Fix Keil compile error. 2015-04-16 14:15:00 +08:00
ardafu
175e357ace [libcpu][arm926] Remove unused SPSR register PUSH/POP when os switch thread. 2015-04-16 14:13:43 +08:00
ardafu
f4555bf711 1. [bsp][sam9260] Fix the path of gcc tool chain for travis-ci
2. [bsp][sam9260] Remove unused ld file
3. [bsp][sam9260] Add J-Link debug scripts
2015-04-16 11:00:48 +08:00
ardafu
cf3d639fcb [libcpu][arm926] Define vector table start at BSP/{board}/platform/ assemble INC files. 2015-04-16 10:35:12 +08:00
ardafu
a478e0b41a 1. [bsp][sam9260] Switch to use Sourcery Lite GCC tool chain. 2015-04-15 17:21:41 +08:00
ardafu
6aa242645f 1. [bsp][sam9260] Fix the bug that auto reset after boot 20s. Disable watchdog in rt_lovel_level_init function.
2. [bsp][sam9260] Modify SCONS scripts to support IAR tool chain.
3. [bsp][sam9260] Move link strips in to folder link_scripts.
4. [libcpu][arm926] Add copy right to source file and format code.
2015-04-15 16:13:30 +08:00
Grissiom
f435a214d4 SConscript: fix LINKFLAGS over-written
Fix a regression on 62a0172d11e5592.
2015-04-15 16:13:29 +08:00
Grissiom
81d7ef1e9f SConscript: fix the --keep parameter for Keil
The old `--keep` parameter for Keil is wrong. RTFM of Keil and get it
right.
2015-04-15 16:13:29 +08:00
ardafu
39452b67b0 1. [cpu] split ARM926 cpu code from AT91SAM9260 BSP 2015-04-14 21:56:34 +08:00
Bernard Xiong
f1e268607c Merge pull request #459 from grissiom/fix-keil-keep-symbol
Fix keil keep symbol
2015-04-14 20:39:57 +08:00
Grissiom
b3214ed45f SConscript: fix LINKFLAGS over-written
Fix a regression on 62a0172d11e5592.
2015-04-14 18:34:09 +08:00
Grissiom
54f8b19e12 SConscript: fix the --keep parameter for Keil
The old `--keep` parameter for Keil is wrong. RTFM of Keil and get it
right.
2015-04-14 18:22:46 +08:00
Bernard Xiong
ff8332d9dc [libc] fix compiling warning for newlib 2015-04-12 10:11:32 +00:00
Bernard Xiong
2d1edc94a3 Merge pull request #457 from BernardXiong/master
[DFS] fix the NFS link issue
2015-04-11 09:09:14 +08:00
Bernard Xiong
f36a1d92a4 [DFS] fix the NFS link issue 2015-04-11 01:04:14 +00:00
Bernard Xiong
9201289281 Merge branch 'master' of github.com:BernardXiong/rt-thread 2015-04-10 06:55:33 +00:00
Bernard Xiong
3949ae258b Merge pull request #456 from BernardXiong/master
[tools] Add package.json as building script.
2015-04-10 14:43:42 +08:00
Bernard Xiong
1f95de43aa [tools] Add package.json as building script 2015-04-10 06:35:59 +00:00