Skip to content
Snippets Groups Projects
  1. Sep 04, 2016
    • Dennis Shtatnov's avatar
      Merge Crazyflie motor driver with FMU · e91821d2
      Dennis Shtatnov authored
      Comment corrections
      e91821d2
    • Dennis Shtatnov's avatar
      Tweak configs for CF2 · e6b98b2a
      Dennis Shtatnov authored
      Fix build error
      
      Capitalization mistake for headers
      
      Non-Mac compiler issue
      
      Baudrate for crazyflie nrf and fix code style
      
      Save space
      
      Cleanup mpu9250 driver
      e6b98b2a
    • Dennis Shtatnov's avatar
      MPU9250 I2C mode · 5100785f
      Dennis Shtatnov authored
      Fixes for other boards
      
      Functioning sensors
      5100785f
    • Dennis Shtatnov's avatar
      Working motors and mtd for CF2 · 9c8e5640
      Dennis Shtatnov authored
      9c8e5640
    • Tim Dyer's avatar
      Initial build for Crazyflie 2.0 · b65ff53b
      Tim Dyer authored
      Working crazyflie firmware build
      
      * Console on USART3
      * Could not disable building PX4IO firmware, currently commented out
      
      Don't build PX4IO firmware if the board doesn't ask for it
      
      Added crazyflie motor driver
      
      Fixed wrong register
      
      CLK_SEL is in PWR_MGMT_1
      
      Initial I2C/SPI MPU9250 device
      
      * Tested with I2C
      * Need to add error checking
      * Intermittent crash on stop call
      
      Working ak8963 mag driver
      
      Functional lps25h driver. Work in progress.
      
      Works well enough to probe and allow sensors task to start.
      
      Added serial port test module
      
      HACK! Get sensors module working
      
      Set crazyflie PWM range
      
      Extend baudrate for Crazyflie's NRF radio
      
      Added dummy tone alarm to allow for init
      
      Added autostart script for Crazyflie
      b65ff53b
    • Lorenz Meier's avatar
      HMC: Fill extended mag report completely · c1e681df
      Lorenz Meier authored
      c1e681df
    • Lorenz Meier's avatar
      Device: Allow access to device id · 45f740e2
      Lorenz Meier authored
      45f740e2
    • Lorenz Meier's avatar
      Report mag data · 31bba3a8
      Lorenz Meier authored
      31bba3a8
    • Lorenz Meier's avatar
      Better error reporting for sdlog2 · 8c49372e
      Lorenz Meier authored
      8c49372e
    • Carlo Wood's avatar
      printf format fixes. (#5444) · cc69dd56
      Carlo Wood authored
      After I got a compiler warning for a printf format in this file
      (which I cannot reproduce anymore; for some reason g++ is usually
      quite happy with all the errors in this file), I fixed all 'printf'
      formats to match the type of their arguments as follows:
      
      uint8_t         : %hhu
      uint16_t        : %hu (or %hx)
      uint32_t        : %u (or %x)
      int16_t         : %hd
      int and int32_t : %d
      long int        : %ld
      
      Since this file is C++, what we REALLY should be using is
      ostream operator<<'s of course (type safe by design and faster
      (compile time type matching, no need for format decoding)).
      cc69dd56
  2. Sep 03, 2016
  3. Sep 02, 2016
  4. Sep 01, 2016
  5. Aug 31, 2016
  6. Aug 30, 2016
  7. Aug 29, 2016
  8. Aug 28, 2016
Loading