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
- Host: GitHub
- URL: https://github.com/bvobart/rtems-docker
- Owner: bvobart
- Created: 2020-03-30T08:35:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-30T19:57:47.000Z (over 5 years ago)
- Last Synced: 2025-01-11T15:50:23.227Z (9 months ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
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.
---