weety
fb9ea5eada
enable at91sam9260 mmu, update SDIO and EMAC drivers
2013-04-02 20:24:51 +08:00
Bernard Xiong
8c50d0f295
Merge pull request #64 from ufwihg/gcc-lpc178x
...
update bsp/lpc178x/CMSIS/CM3/DeviceSupport/NXP/LPC177x_8x/startup/gcc/st...
2013-03-31 18:54:05 -07:00
Bernard Xiong
9a6009e726
Merge pull request #67 from rogerz/auto-ci
...
add powerpc bsp to travis-ci
2013-03-31 08:28:55 -07:00
Rogerz Zhang
1019f52bb7
add powerpc bsp to travis-ci
2013-03-31 22:30:39 +08:00
aozima
2ccb3c7589
update LPC2478: Modify the interrupt interface implementations.
2013-03-31 18:25:51 +08:00
aozima
1549b7db90
update LPC214X: Modify the interrupt interface implementations.
2013-03-31 17:58:26 +08:00
aozima
eab20a9975
update AT91SAM7X: Modify the interrupt interface implementations.
2013-03-31 17:43:09 +08:00
aozima
83ce430902
update loongson 1B dev: Modify the interrupt interface implementations.
2013-03-31 17:32:25 +08:00
aozima
93e04a1366
update loongson dev3210: Modify the interrupt interface implementations.
2013-03-31 17:32:20 +08:00
aozima
6058efbd9b
update Jz47xx: Modify the interrupt interface implementations.
2013-03-31 17:32:16 +08:00
aozima
29a3ae4368
update sep4020: Modify the interrupt interface implementations.
2013-03-31 17:32:04 +08:00
aozima
fbc1b05dd8
update mini2440: Modify the interrupt interface implementations.
2013-03-31 17:30:30 +08:00
ufwihg
e989f13f04
update bsp/lpc178x/CMSIS/CM3/DeviceSupport/NXP/LPC177x_8x/startup/gcc/startup_LPC177x_8x.s
2013-03-30 11:43:03 +08:00
Bernard Xiong
608074deaf
update to interrupt description
2013-03-30 08:15:27 +08:00
Bernard Xiong
aaf0186852
Update GCC porting of LPC178x
2013-03-29 16:28:11 +08:00
Bernard Xiong
8e6a534fa3
fix compiling issue in Jz47XX
2013-03-26 09:08:25 +08:00
Bernard Xiong
bb72be94b2
code cleanup for interrupt description
2013-03-26 08:52:33 +08:00
Bernard Xiong
5a4d0d5338
Merge pull request #54 from weety/new-branch
...
Modify the interrupt interface implementations and changes some parameters definition
2013-03-22 17:43:40 -07:00
Grissiom
5f63189b3b
bsp/simulator: enable mouse motion track in SDL
...
Tested OK in RTGUI repo.
2013-03-20 16:16:16 +08:00
weety
b21028474b
Modify the interrupt interface implementations, changes in the part of the parameter definition.
2013-03-19 11:25:12 +08:00
weety
3de4b92a68
fixed PHY link status error for AT91SAM9260
2013-03-19 11:02:07 +08:00
Rogerz Zhang
17e5f804ff
Remove rtgui from bsp/dev3210
2013-03-17 21:32:18 +08:00
prife
ce612157da
Merge branch 'master' of github.com:RT-Thread/rt-thread
2013-03-15 16:58:04 +08:00
prife
9a80044a55
simulator: update readme.txt, disable RT_USING_MODULE in rtconfig.h
2013-03-15 16:55:44 +08:00
prife
70611580dc
simulator: move {dfs_win32.c,moudule_win32.} from drives/
2013-03-15 16:54:23 +08:00
aozima
981be386a7
add dfs_win32_stat st_mtime support.
2013-03-03 16:50:11 +08:00
prife
157e326487
dfs_elm.c: fix the head file conflicts caused by time.h
2013-03-02 18:56:07 +08:00
prife
377c153c40
Merge branch 'master' of github.com:RT-Thread/rt-thread
2013-03-02 18:40:01 +08:00
Bernard Xiong
784e8e2459
Merge branch 'master' of https://github.com/RT-Thread/rt-thread
2013-03-04 06:59:05 -08:00
Bernard Xiong
c5d5a54c5d
fix compile warning and error
2013-03-04 06:58:05 -08:00
prife
2b0ebebcc2
simulator: update comments,add 'RTT_IN_MODULE' macro in testdll\SConstruct
2013-03-02 18:39:05 +08:00
prife
f1fe20a3df
simulator: fix dfs_win32_mkfs prototype
2013-03-02 14:35:04 +08:00
prife
5cb02e1258
simulator: make sure LCD driver ready to use after rt_hw_sdl_start is invoked
2013-03-02 14:32:26 +08:00
prife
842d129f03
simulator: assign the x86 32bit version in Enverionment, or the 64bit version will be built with vs2010 in win7 64bit
2013-03-01 22:43:33 +08:00
prife
3478420fad
Merge branch 'master' of github.com:RT-Thread/rt-thread
2013-03-01 01:55:47 +08:00
prife
a665b97129
app module for simulator: add the missing module_win32.c
2013-03-01 01:30:21 +08:00
prife
8bff1f8397
app module of simulator:update readme.txt, add rtthread.def for default buiding with msvc
2013-02-28 00:39:37 +08:00
prife
188dfea3a7
app module simulator: add app module test cases
2013-02-27 02:41:02 +08:00
prife
1ab15ba0a6
app module of simlator: simpliy command of building, now use `scons --def` to create rtthread.def which can used by msvc
2013-02-27 02:27:19 +08:00
prife
a07b4a4396
app module of simlator: rename librtthread.a to rtthread.lib after post-building
2013-02-27 02:04:43 +08:00
prife
a64ec10e68
app module support for simlator, first version
2013-02-27 00:37:57 +08:00
prife
242574a36f
mingw support for simulator: rtgui
2013-02-26 17:51:21 +08:00
prife
2106287efe
mingw support for simulator: dfs/uffs
2013-02-26 16:40:04 +08:00
prife
8928f4e4b7
mingw support for simulator: dfs/dfs_win32
2013-02-26 16:36:33 +08:00
prife
9f355875d8
mingw support for simulator: dfs/fatfs
2013-02-26 16:23:28 +08:00
prife
9ccdf4172e
basic mingw support for simulator: kernel and finsh
2013-02-26 16:03:08 +08:00
Grissiom
24649bfefe
bsp/stm32f10x: remove the last calibration.c
...
This also provide an example to show how to use calibration feature in
the RTGUI.
2013-02-24 18:16:16 +08:00
Rogerz Zhang
53275be7ba
Remove RT-Thread GUI from bsp/efm32
2013-02-22 23:34:27 +08:00
aozima
0700b2ec96
remove RT-Thread GUI from mini2440.
2013-02-22 14:30:41 +08:00
aozima
8a8f904e1b
Merge branch 'master' into aozima
...
Conflicts:
bsp/stm32f107/project.uvproj
2013-02-22 13:54:15 +08:00
aozima
8421ecfa27
update SD card driver: use RT-Thread SPI driver.
2013-02-21 20:13:44 +08:00
aozima
5c17c2e698
update: bsp/stm32f107 add RT_USING_COMPONENTS_INIT.
2013-02-21 18:52:17 +08:00
Bernard Xiong
a5df8c9d0b
remove RT-Thread GUI
2013-02-21 14:04:17 +08:00
Bernard Xiong
18cd47d3da
remove RT-Thread GUI [ci-skip]
2013-02-21 14:03:34 +08:00
Bernard Xiong
094797c201
remove RT-Thread GUI from mini2440
2013-02-21 13:34:02 +08:00
aozima
5fad83b0d6
Merge branch 'aozima' into pulls
2013-02-20 21:56:59 +08:00
aozima
5fb028968b
fix compile errors in bsp:stm32f0x.
2013-02-20 21:54:08 +08:00
aozima
12f34b8c73
update bsp: stm32 family.
2013-02-20 18:40:31 +08:00
aozima
eefb272cfd
update stm32f10x template.
2013-02-20 10:49:09 +08:00
aozima
fcf581ea3d
remove old code.
2013-02-20 10:20:40 +08:00
aozima
e3a4ae1370
update stm32f10x template.
2013-02-20 10:15:09 +08:00
prife
38f1c4ef55
add declaration in simulator/drivers/usart_sim.c
2013-02-07 23:32:26 +08:00
prife
fd5dfc723c
clean code in simulator/drivers/serial.c
2013-02-07 23:27:29 +08:00
prife
81751d99cc
fix bug in simulator/drivers/serial.c which deadlock may happen if multi-uart both output use printf
2013-02-07 23:21:19 +08:00
prife
1c522be515
rewrite serial/uart code in simulator to support multi-uarts
2013-02-07 23:18:59 +08:00
Rogerz Zhang
696d1af3d4
Fix build error in efm32
2013-02-02 20:06:23 +08:00
prife
fb94ccd89e
Merge branch 'simdev'
2013-02-02 00:37:10 +08:00
prife
4f02e67bef
enabe dfs_win32 in simulator when built on windows
2013-01-28 18:06:59 +08:00
prife
5cc1dcb879
create disk/{ad, nor, nand in bsp/simulator
2013-01-28 18:05:19 +08:00
prife
72bd8b9978
clean code in bsp/simulator/rtconfig.py
2013-01-24 17:24:31 +08:00
prife
f709ddf631
fix compile errors with vs in bsp/simulator
2013-01-24 17:13:09 +08:00
Grissiom
0961cc5e36
simulator: no need to dump the bin file
2013-01-24 13:06:12 +08:00
Grissiom
634c3a3518
rtgui_demo: port to new API
2013-01-24 12:54:20 +08:00
Grissiom
94a727a4fe
link with libm.so
...
This fix the compiling error:
/usr/lib64/gcc/x86_64-slackware-linux/4.7.2/../../../../x86_64-slackware-linux/bin/ld: build/components/rtgui/common/dc.o: undefined reference to symbol 'sin@@GLIBC_2.2.5'
/usr/lib64/gcc/x86_64-slackware-linux/4.7.2/../../../../x86_64-slackware-linux/bin/ld: note: 'sin@@GLIBC_2.2.5' is defined in DSO /lib64/libm.so.6 so try adding it to the linker command line
/lib64/libm.so.6: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
2013-01-24 12:52:42 +08:00
prife
821d0ac252
fix memory leak in sd_erase in bsp/simulator
2013-01-22 23:57:10 +08:00
prife
d7f8f375df
just mask signal in sdl_fb.c
2013-01-22 23:51:13 +08:00
prife
f5fea40c5e
add sd_erase in sd_sim.c, just erase MBR in SDCARD
2013-01-22 23:48:52 +08:00
prife
05544d12c9
add .gdbinit to bsp/simulator
2013-01-22 17:45:06 +08:00
prife
80e2dd0d3d
add gcc.ld to bsp/simulator
2013-01-22 17:40:03 +08:00
prife
832bbb9fe2
remove bsp/simlinux
2013-01-22 17:08:54 +08:00
prife
f2636ea813
clean code in bsp/simulator/application/application.c
2013-01-22 17:07:12 +08:00
prife
fbbc4c8d18
merge bsp/simlinux into bsp/simulator
2013-01-22 16:57:47 +08:00
prife
3f3b6b7deb
enable RTGUI in simlinux
2013-01-22 15:51:15 +08:00
prife
7c3f2fd6c7
fix sdl_fb.c to support gcc under linux
2013-01-22 15:49:49 +08:00
prife
236099e3ec
enable FAT and uffs in simlinux/rtconfig.h
2013-01-22 12:11:35 +08:00
prife
e3cc345ecf
clean code in sd_sim.c to make sure it can be built with gcc in linux
2013-01-22 12:09:43 +08:00
prife
4f45c460d8
use sd as '/' mount ponit
2013-01-22 12:08:19 +08:00
prife
8999948650
recover the terminal's behaviour when runing exit in finsh
2013-01-17 12:06:23 +08:00
prife
395178ebfa
rewrite cpu_port.c (but still has bug)
2013-01-15 21:38:54 +08:00
prife
f0d6e0e173
add gcc.ld
2013-01-14 22:41:36 +08:00
prife
07da6caafd
surport finsh
2013-01-14 22:38:54 +08:00
prife
8f70786c30
add finsh, but still cannot work, only can be built with gcc
2013-01-14 16:50:40 +08:00
prife
212b71205b
add bsp: simluator for linux
2013-01-13 23:10:49 +08:00
Grissiom
3bab79a7dd
update CRLF
2013-01-09 00:06:34 +08:00
Ming, Bai
86623c945f
Update CRLF
2013-01-08 23:09:34 +08:00
Ming, Bai
b4de7cce57
Re-normalizing the repo
2013-01-08 22:40:58 +08:00
Rogerz Zhang
2fc60ba1c3
Fix build error under linux
2013-01-04 19:55:19 +08:00
goprife@gmail.com
ecb226f9d4
clean code in bsp/simulator
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2577 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-12-31 06:37:37 +00:00
goprife@gmail.com
e56e9a2674
remove one comment line in simulator/rtconfig.h
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2574 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-12-31 06:02:18 +00:00
goprife@gmail.com
e81907607f
fix bugs in bsp/simulator/nanddrv_file.c; support NFTL and uffs!; format coding style with astyle
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2573 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-12-31 05:39:12 +00:00