Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.26 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.26 KB

RTEMS Tools From Source

The RTEMS Source Builder is a tool to aid building packages from source used by the RTEMS project. It helps consolidate the details you need to build a package from source in a controlled and verifiable way. The tool is aimed at developers of software who use tool sets for embedded type development and is not limited to building just for RTEMS. Embedded development typically uses cross-compiling tool chains, debuggers, and debugging aids. Together we call these a 'tool set'. The RTEMS Source Builder is not limited to this role but designed to fit with-in this specific niche. It can be used outside of the RTEMS project and we welcome this happening in other open source or commercial projects.

The project is part of the RTEMS Project. The project's websites are:

RTEMS Project Website : https://www.rtems.org/

GIT Source Repository : https://gitlab.rtems.org/rtems/tools/rtems-source-builder.git/

Documentation : https://docs.rtems.org/branches/master/user/rsb/index.html

Bugs and Issues : https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/issues

Please refer to the LICENSE file for license details.

Contributions, suggestions, and bug reports are welcome.

Chris Johns ([email protected])