An open API service indexing awesome lists of open source software.

https://github.com/bvobart/rtems-docker

Dockerfiles for building RTEMS and RTEMS applications
https://github.com/bvobart/rtems-docker

Last synced: 7 months ago
JSON representation

Dockerfiles for building RTEMS and RTEMS applications

Awesome Lists containing this project

README

          

# RTEMS Docker containers

Eases development and releasing of RTEMS applications by providing pre-built Docker images that contain all required dependencies, RTEMS, RTEMS Source Builder and built BSP for the builder, BSP and target of your choice.

[**Docker Hub**](https://hub.docker.com/r/bvobart/rtems)

---

Currently the only Dockerfile here is for the `sparc-rtems5` target with the `erc32` BSP, made by following the [Quick Start in the RTEMS User Manual](https://docs.rtems.org/branches/master/user/start/index.html). It took longer for the Docker container to build than to write the Dockerfile itself.

---