Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic support for RTEMS #3487

Open
4 tasks
daurnimator opened this issue Oct 19, 2019 · 1 comment
Open
4 tasks

Basic support for RTEMS #3487

daurnimator opened this issue Oct 19, 2019 · 1 comment
Labels
contributor friendly This issue is limited in scope and/or knowledge of Zig internals. enhancement Solving this issue will likely involve adding new logic or components to the codebase. os-rtems
Milestone

Comments

@daurnimator
Copy link
Collaborator

RTEMS is a real time operating system that supports a wide range of architectures and boards. Zig should support it as a target.

  • definitions for APIs
  • figure out how to package libc
  • definitions for ABI
  • figure out CI

@kiwichris

@andrewrk andrewrk added this to the 0.7.0 milestone Oct 19, 2019
@andrewrk andrewrk added contributor friendly This issue is limited in scope and/or knowledge of Zig internals. enhancement Solving this issue will likely involve adding new logic or components to the codebase. os-rtems labels Oct 19, 2019
@andrewrk andrewrk changed the title Support for RTEMS Basic support for RTEMS Oct 19, 2019
@andrewrk
Copy link
Member

Note that it's already a recognized target:

andy@ark ~> zig targets | grep rtems
  rtems

What's missing is someone in the Zig community doing a project with it, to press forward on the use cases.

@andrewrk andrewrk modified the milestones: 0.7.0, 0.8.0 Oct 13, 2020
@andrewrk andrewrk modified the milestones: 0.8.0, 0.9.0 Nov 6, 2020
@andrewrk andrewrk modified the milestones: 0.9.0, 0.10.0 May 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor friendly This issue is limited in scope and/or knowledge of Zig internals. enhancement Solving this issue will likely involve adding new logic or components to the codebase. os-rtems
Projects
None yet
Development

No branches or pull requests

2 participants