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

Switched NPS joystick support to SDL for cross-platform use #232

Closed
wants to merge 3 commits into from

Commits on Jun 28, 2012

  1. [nps] Switched radio control via joystick to use SDL instead of nativ…

    …e linux interface for cross-platform support.
    
     * now explicitly update the joystick values instead of running in a glib event loop
     * combination of polled axes and event driven buttons
     * options now uses just the SDL index as an optional argument, defaults to index 0 (first joystick on system)
    scdwyer committed Jun 28, 2012
    Configuration menu
    Copy the full SHA
    4e67569 View commit details
    Browse the repository at this point in the history
  2. [nps] tried to fix serial port UICLC flag issue so it at least compil…

    …es on OS X, not tested with port
    scdwyer committed Jun 28, 2012
    Configuration menu
    Copy the full SHA
    edd3f88 View commit details
    Browse the repository at this point in the history
  3. [nps] Needed to ensure the ocaml headers were available for the sw/ai…

    …rborne/arch/sim/subsystems/radio_control/ppm_arch.c file
    scdwyer committed Jun 28, 2012
    Configuration menu
    Copy the full SHA
    566345e View commit details
    Browse the repository at this point in the history