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

Telemetry modules #1835

Merged
merged 12 commits into from
Oct 7, 2016
Merged

Telemetry modules #1835

merged 12 commits into from
Oct 7, 2016

Commits on Aug 4, 2016

  1. [modules] convert telemetry subsystems to modules

    only wrappers (replace makefiles) at this stage
    gautierhattenberger committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    e398c61 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2016

  1. [modules] add init and event functions to modules

    hard-fault recovery is an issue since downlink should be initialized
    even if AP is not
    gautierhattenberger committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    68cb8df View commit details
    Browse the repository at this point in the history
  2. [datalink] remove old datalink lib export

    PPRZLINK should be used now
    gautierhattenberger committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    f106ac2 View commit details
    Browse the repository at this point in the history
  3. [datalink] some cleaning

    in particular drop audio_telemetry code
    gautierhattenberger committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    c085e27 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2016

  1. Configuration menu
    Copy the full SHA
    f84fcd0 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2016

  1. [modules] generate modules functions grouped into tasks

    The previous names can be used to call functions from all tasks.
    This is a simple solution to fix hard-fault recovery (datalink modules
    init).
    It can be extended to other modules but probably need some more work.
    gautierhattenberger committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    f5c3add View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2016

  1. Configuration menu
    Copy the full SHA
    84b69fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f9caa1 View commit details
    Browse the repository at this point in the history
  3. update pprzlink

    gautierhattenberger committed Aug 15, 2016
    Configuration menu
    Copy the full SHA
    56ae661 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2016

  1. Merge branch 'master' into telemetry_modules

    merge master and update after changes from #1879
    flixr committed Oct 2, 2016
    Configuration menu
    Copy the full SHA
    94df636 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2016

  1. Configuration menu
    Copy the full SHA
    5f53aad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3548d1b View commit details
    Browse the repository at this point in the history