Bernard Xiong
e468c6efdc
Merge pull request #112 from aozima/pulls
...
update libcpu/arm/cortex-m4: support lazy stack optimized.
2013-06-23 08:54:59 -07:00
Bernard Xiong
f83a34b85e
Update rtthread-lpc17xx.ld
2013-06-24 00:45:10 +09:00
aozima
90ab472d61
update scons script: support THUMB-2 CODE.
2013-06-23 18:10:46 +08:00
Bernard Xiong
98c8a23e94
Add component initialization.
2013-06-23 07:48:42 +08:00
Bernard Xiong
3071e35c54
Merge pull request #109 from grissiom/rm48x50
...
Rm48x50
2013-06-19 01:29:12 -07:00
visitor83
c986754c49
Signed-off-by: visitor83 <wolflouiswang@gmail.com>
...
format the s3c24x0 serial.c and mini2440 rtconfig.py
2013-06-18 12:51:55 +08:00
Grissiom
2df7fc310f
RM48 does not have cache implemented
2013-06-12 23:48:29 +08:00
aozima
4807145a71
clean up code: remove the old file.
2013-06-08 20:50:09 +08:00
Grissiom
228a6be077
cortex-r4: add __rt_ffs
2013-06-05 23:20:39 +08:00
Grissiom
480ac34445
rm48x50: remove useless reg_test code
2013-06-03 22:25:25 +08:00
Grissiom
24fc6e6ebb
rm48x50: VFP lazy stacking
...
You need to turn on RT_VFP_LAZY_STACKING in rtconfig.h. By default, RTT
will turn on VFP for all threads and stack all the VFP registers. When
doing lazy stacking, VFP will only be turned on for the thread who
issued VFP instructions.
Currently, if a thread turned on VFP, it cannot be turned off. RTT will
never know what time the thread doesn't need VFP any more. The thread
might could turn off the VFP for it self in proper time.
2013-05-31 20:58:08 +08:00
Grissiom
ec1203bfab
rm48x50: turn on VFP support
...
This support Common VFPv2 sub-architecture.
2013-05-31 18:32:21 +08:00
Grissiom
939c58c295
rm48x50: remove unused vPortTaskUsesFPU
2013-05-30 17:39:32 +08:00
Grissiom
d8755ddd93
rm48x50: move uart.c to drv_uart.c
2013-05-30 10:02:26 +08:00
Grissiom
4d40978a70
rm48x50: add finsh support
2013-05-29 23:39:09 +08:00
Grissiom
eda09ab002
rm48x50/uart.c: fix bugs
2013-05-29 23:38:10 +08:00
Grissiom
50c8cbe1d5
rm48x50: now it has console
2013-05-29 17:26:34 +08:00
Grissiom
d22496aee8
rm48x50: update HALCoGen file
2013-05-29 16:42:26 +08:00
Grissiom
435f305fa2
rm48x50: temperately disable the VFP register test
2013-05-26 22:15:26 +08:00
Grissiom
56b640ecb6
rm48x50: add vRegTestTask2
2013-05-26 22:14:24 +08:00
Grissiom
2805d315bd
rm48x50: fix bug in reg_test from FreeRTOS
...
It does not satisfy AAPCS.
2013-05-26 21:49:26 +08:00
Grissiom
85ec844de9
rm48x50: add reg_test from FreeRTOS
...
The code is GPLv2 so I think we could use it for free(both free beer and
free speech).
2013-05-26 21:16:14 +08:00
Grissiom
f51bce3fed
add rm48x50 bsp and libcpu
...
We currently only support building with CCS and SCons is not using.
bsp/rm48x50/HALCoGen/HALCoGen.{hcg,dil} is the HALCoGen project file.
You may need to regenerate the source file as you like, providing that:
1, IRQ is in Dispatch Mode and the table entry is IRQ_Handler. The
channel 5 in enabled and connected to IRQ.
2, RTI driver is enabled and compare3 source is selected to counter1
and the compare3 will generate tick in the period of 10ms. This
value is coresponding with RT_TICK_PER_SECOND in rtconfig.h.
In CCS, you need to create a new CCS project and create link folders
pointing at bsp/rm48x50, libcpu/arm/rm48x50 and src/, include/. Remember
to add the include path to the Build Properties.
2013-05-24 22:55:13 +08:00
Grissiom
60857630c0
simulator: fix serial_write
...
printf("%s") will print a NULL terminated string, while rt_serial_write
should print buffer for size length. This also fix segfault when the
string is not null terminated but specified by size.
2013-05-15 20:16:03 +08:00
Bernard Xiong
e877a9868b
fengzi: Fix LM3S ETH driver: Ethernet RX interrupt will be disabled if pbuf_alloc failed.
2013-04-10 09:54:08 +08:00
yiyue.fang
483479acee
update the MDK project file in LPC178x
2013-04-10 01:16:56 +08:00
weety
d9d39a8d21
Use SRAM as EMAC transmit buffer, to avoid the underrun error, especially in the large amount of data communication.
2013-04-08 21:57:24 +08:00
weety
e7885df2f1
add At91SAM9260 SDIO highspeed and SDIO IRQ capability, fixed compiling warnning
2013-04-02 20:42:11 +08:00
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