Skip to content
Snippets Groups Projects
  1. Jul 23, 2018
    • Beat Küng's avatar
      omnibus: add support for Hobbywing XRotor F4 G2 · 3f03288a
      Beat Küng authored
      It has an ICM-20602 IMU
      3f03288a
    • Kurt Kiefer's avatar
      PX4IO: re-enable handling digital rssi · b1114898
      Kurt Kiefer authored
      The px4io driver was ignoring the contents of PX4IO_P_RAW_RC_NRSSI
      since digital rssi wasn't working properly. This change was made in
      commit 41b127d4.
      
      Now that PX4IO_P_RAW_RC_NRSSI is returning valid values for digital
      rssi, we can re-enable its use.
      b1114898
    • Kurt Kiefer's avatar
      PX4IO Firmware: promote rssi to static storage · 7a5a1357
      Kurt Kiefer authored
      The controls_tick() rate exceeds the rate at which RC receivers
      provide digital rssi. As such, most ticks set PX4IO_P_RAW_RC_NRSSI
      to 0.
      
      This change promotes the controls_tick() local variable 'rssi' to
      static storage so that it doesn't have to be updated every tick to
      keep the correct value in PX4IO_P_RAW_RC_NRSSI.
      7a5a1357
  2. Jul 22, 2018
  3. Jul 21, 2018
  4. Jul 20, 2018
Loading