paparazzi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paparazzi-commits] [paparazzi/paparazzi] 493c93: [chibios] add ppm driv


From: GitHub
Subject: [paparazzi-commits] [paparazzi/paparazzi] 493c93: [chibios] add ppm driver
Date: Fri, 15 Nov 2013 01:52:12 -0800

  Branch: refs/heads/rt_paparazzi
  Home:   https://github.com/paparazzi/paparazzi
  Commit: 493c93bcd0bfe654e4480325a82d7e756a723f58
      
https://github.com/paparazzi/paparazzi/commit/493c93bcd0bfe654e4480325a82d7e756a723f58
  Author: Felix Ruess <address@hidden>
  Date:   2013-11-15 (Fri, 15 Nov 2013)

  Changed paths:
    M sw/airborne/arch/chibios/subsystems/radio_control/ppm_arch.c
    M sw/airborne/arch/chibios/subsystems/radio_control/ppm_arch.h
    M sw/airborne/boards/lia/chibios/board.h
    M sw/airborne/subsystems/radio_control/ppm.c
    M sw/airborne/subsystems/radio_control/ppm.h

  Log Message:
  -----------
  [chibios] add ppm driver

- Right now ChibiOs supports only first two channels on each timer for time 
capture
- required modification of ChibiOS (define for Channel 3 for Timers), will push 
it soon
- uses callbacks for timer updates and event listeners/broadcasting for 
processing the frame (see the code)
- tested with Turnugy 9xr

Note that once these drivers are finished, I will update the boad config files 
accordingly. It would just be messy to do it for each driver separately.
The same for main_chibios.c and the threads/events.

closes #581




reply via email to

[Prev in Thread] Current Thread [Next in Thread]