rt-thread 官方库镜像 https://www.rt-thread.org
Go to file
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
bsp add rm48x50 bsp and libcpu 2013-05-24 22:55:13 +08:00
components Merge pull request #90 from heyuanjie87/ForPullRequest 2013-05-17 06:39:05 -07:00
documentation change the version number in doxyfile 2013-04-10 21:51:00 +08:00
examples fixed a syntax error 2013-04-10 00:17:52 +08:00
include add rm48x50 bsp and libcpu 2013-05-24 22:55:13 +08:00
libcpu add rm48x50 bsp and libcpu 2013-05-24 22:55:13 +08:00
src add RT_KERNEL_MALLOC/FREE 2013-04-25 14:22:07 +08:00
tools add library file for Keil MDK project generation 2013-05-17 21:13:55 +08:00
.gitattributes update .gitattributes 2013-01-08 23:57:29 +08:00
.gitignore adding *~ to .gitignore 2013-03-28 23:28:19 +08:00
.travis.yml Update .travis.yml 2013-05-05 05:45:41 +08:00
AUTHORS update CRLF 2013-01-09 00:06:34 +08:00
COPYING import RT-Thread RTOS 0.3.x to Google SVN 2009-07-02 22:48:23 +00:00
README.md Update README.md 2013-05-05 05:41:37 +08:00

README.md

RT-Thread

Build Status

RT-Thread is an open source real-time operating system for embedded devices.