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

Fix #459, dynamically create RAM disk devices on RTEMS #466

Merged
merged 2 commits into from
May 26, 2020

Commits on May 13, 2020

  1. Merge pull request nasa#458 from nasa/integration-candidate

    Integration Candidate COMBINED 2020-04-29 and 2020-05-06
    astrogeco authored May 13, 2020
    Configuration menu
    Copy the full SHA
    c2bcebb View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Fix nasa#459, dynamically create RAM disk devices on RTEMS

    Rather than relying on the BSP to preallocate, the ram disk
    block devices can be created based on request.  This correlates
    with the way RAM disks are implemented on VxWorks and is
    cleaner and more flexible by making it more independent
    of the BSP.
    jphickey committed May 14, 2020
    Configuration menu
    Copy the full SHA
    5f97b9b View commit details
    Browse the repository at this point in the history