source: rtems-source-builder/README @ ad54d1d

Last change on this file since ad54d1d was a9ea531, checked in by Hesham Almatary <Hesham.Almatary@…>, on 09/09/20 at 08:49:52

rsb: Fix the documentation URL

  • Property mode set to 100644
File size: 1.2 KB
Line 
1RTEMS Tools From Source
2-----------------------
3
4The RTEMS Source Builder is a tool to aid building packages from source used by
5the RTEMS project. It helps consolidate the details you need to build a package
6from source in a controlled and verifiable way. The tool is aimed at developers
7of software who use tool sets for embedded type development and is not limited
8to building just for RTEMS. Embedded development typically uses cross-compiling
9tool chains, debuggers, and debugging aids. Together we call these a 'tool
10set'. The RTEMS Source Builder is not limited to this role but designed to fit
11with-in this specific niche. It can be used outside of the RTEMS project and we
12welcome this happening in other open source or commercial projects.
13
14The project is part of the RTEMS Project. The project's websites are:
15
16 RTEMS Project Website:
17   https://www.rtems.org/
18
19 GIT Source Repository:
20   https://git.rtems.org/rtems-source-builder.git/
21
22 Documentation:
23   https://docs.rtems.org/branches/master/user/rsb/index.html
24
25 Bugs:
26   https://devel.rtems.org/query?component=RSB
27
28Please refer to the LICENSE file for license details.
29
30Contributions, suggestions, and bug reports are welcome.
31
32Chris Johns
33chrisj@rtems.org
Note: See TracBrowser for help on using the repository browser.