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

Add daemon mode to posix build #2785

Merged
merged 2 commits into from
Aug 31, 2015
Merged

Add daemon mode to posix build #2785

merged 2 commits into from
Aug 31, 2015

Commits on Aug 28, 2015

  1. Add daemon mode to posix build

    In order to use upstart to run PX4 it needs to run in daemon mode.
    Added ability to test if a task is running in order to gracefully
    shut down muorb.
    
    Signed-off-by: Mark Charlebois <charlebm@gmail.com>
    mcharleb committed Aug 28, 2015
    Configuration menu
    Copy the full SHA
    d94aa84 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2015

  1. POSIX: Fix for daemon mode to process commands after init

    Commands were being processed before init was called.
    
    Signed-off-by: Mark Charlebois <charlebm@gmail.com>
    mcharleb committed Aug 30, 2015
    Configuration menu
    Copy the full SHA
    2579b29 View commit details
    Browse the repository at this point in the history