Skip to content
Snippets Groups Projects
  1. Aug 04, 2016
  2. Aug 03, 2016
  3. Aug 02, 2016
  4. Aug 01, 2016
    • Julian Oes's avatar
      fmu: flash safety button correctly even disabled (#5189) · ccea9c9e
      Julian Oes authored
      If the circuit breaker to disable IO safety is engaged, the safety
      button should still blink in the appropriate pattern: double flash for
      safety off, solid on for armed.
      ccea9c9e
    • Julian Oes's avatar
      param: lock the bus as short as possible (#5187) · 623b9932
      Julian Oes authored
      Since the FRAM and the baro are on the same bus on the Pixracer, we
      currently need to lock down everything (instead of just this SPI bus)
      for the time when the params are written.
      Therefore, we need to keep this locking as short as possible.
      
      This change makes the locking even shorter by moving all param_get and
      param_name and param_size calls out of the lock.
      623b9932
  5. Jul 31, 2016
  6. Jul 30, 2016
Loading