mirror of
https://git.rtems.org/rtems-tools/
synced 2025-10-14 20:17:14 +08:00
Add README.
Also add a git ignore.
This commit is contained in:
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
*~
|
||||||
|
*.pyc
|
||||||
|
*.log
|
||||||
|
log_*
|
22
README
Normal file
22
README
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
RTEMS Tools Project
|
||||||
|
|
||||||
|
Chris Johns <chrisj@rtems.org>
|
||||||
|
|
||||||
|
The RTEMS Tools Project is a collection of tools to help you use RTEMS. The
|
||||||
|
package is self contained and if in a release package format is specific to an
|
||||||
|
RTEMS release and if in the git repo is a development version.
|
||||||
|
|
||||||
|
All tools are distributed as source code. They should work on a range of host
|
||||||
|
computers. Windows support may be via cross building on suitable Unix systems.
|
||||||
|
|
||||||
|
The tools contained in this package each come with documentation so please
|
||||||
|
locate and refer to it.
|
||||||
|
|
||||||
|
The RTEMS Tools Project has been developed for the RTEMS Project however these
|
||||||
|
tools can be used for a range of things no relate to RTEMS. The RTEMS Project
|
||||||
|
welcomes this and
|
||||||
|
|
||||||
|
If you have a problem or question post to rtems-user@rtems.org or drop by the
|
||||||
|
RTEMS IRC channel #rtems on chat.freenode.net. Drop by and tell us is you are
|
||||||
|
using this tools for other uses.
|
||||||
|
|
Reference in New Issue
Block a user