paparazzi-commits
[Top][All Lists]
Advanced

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

[paparazzi-commits] [paparazzi/paparazzi] ec1549: [sd logger] Version 2.


From: GitHub
Subject: [paparazzi-commits] [paparazzi/paparazzi] ec1549: [sd logger] Version 2.0 release, direct SPI loggin...
Date: Sun, 22 Nov 2015 04:11:30 -0800

  Branch: refs/heads/master
  Home:   https://github.com/paparazzi/paparazzi
  Commit: ec15491b9a161807604393152cddfed6068c6d43
      
https://github.com/paparazzi/paparazzi/commit/ec15491b9a161807604393152cddfed6068c6d43
  Author: Bart Slinger <address@hidden>
  Date:   2015-10-27 (Tue, 27 Oct 2015)

  Changed paths:
    M .gitignore
    A conf/airframes/TUDelft/airframes/walkera_genius_v2.xml
    M conf/airframes/TUDelft/conf.xml
    A conf/modules/logger_sd_spi_direct.xml
    A conf/telemetry/rotorcraft_with_logger.xml
    A sw/airborne/modules/loggers/sdlogger_spi_direct.c
    A sw/airborne/modules/loggers/sdlogger_spi_direct.h
    M sw/airborne/peripherals/sdcard_spi.c
    M sw/airborne/peripherals/sdcard_spi.h
    M sw/logalizer/Makefile
    A sw/logalizer/sdlogger_download.c
    A sw/logalizer/sdlogger_get_setting_id.py

  Log Message:
  -----------
  [sd logger] Version 2.0 release, direct SPI logging, UART download


  Commit: eef767ed461742acbc3918866f11901dd6f7828d
      
https://github.com/paparazzi/paparazzi/commit/eef767ed461742acbc3918866f11901dd6f7828d
  Author: Bart Slinger <address@hidden>
  Date:   2015-10-28 (Wed, 28 Oct 2015)

  Changed paths:
    M conf/modules/logger_sd_spi_direct.xml
    M sw/airborne/peripherals/sdcard_spi.c
    M sw/airborne/peripherals/sdcard_spi.h

  Log Message:
  -----------
  [sdlogger] added sdcard error status


  Commit: 5c84f126bfd28b2a20933c6d309683cf22d9b0be
      
https://github.com/paparazzi/paparazzi/commit/5c84f126bfd28b2a20933c6d309683cf22d9b0be
  Author: Bart Slinger <address@hidden>
  Date:   2015-10-28 (Wed, 28 Oct 2015)

  Changed paths:
    M conf/modules/logger_sd_spi_direct.xml

  Log Message:
  -----------
  [sdlogger] removed some non-setting settings


  Commit: c808379e6fffb1731739b74e02296723bc857397
      
https://github.com/paparazzi/paparazzi/commit/c808379e6fffb1731739b74e02296723bc857397
  Author: Bart Slinger <address@hidden>
  Date:   2015-11-03 (Tue, 03 Nov 2015)

  Changed paths:
    M sw/logalizer/sdlogger_get_setting_id.py

  Log Message:
  -----------
  [sdlogger] python paparazzi_src path


  Commit: 3ea9741b9c941d01335dcae41a5167472cde04de
      
https://github.com/paparazzi/paparazzi/commit/3ea9741b9c941d01335dcae41a5167472cde04de
  Author: Bart Slinger <address@hidden>
  Date:   2015-11-10 (Tue, 10 Nov 2015)

  Changed paths:
    M sw/logalizer/sdlogger_download.c

  Log Message:
  -----------
  [sdlogger] fixed hardcoded value


  Commit: 50385801774b2a2500a90737adf7f5f7ed4804b1
      
https://github.com/paparazzi/paparazzi/commit/50385801774b2a2500a90737adf7f5f7ed4804b1
  Author: Bart Slinger <address@hidden>
  Date:   2015-11-11 (Wed, 11 Nov 2015)

  Changed paths:
    M sw/logalizer/sdlogger_download.c

  Log Message:
  -----------
  [sdlogger] removed hard-coded value


  Commit: a84188611be05d07dca4c40a789777079a13cec7
      
https://github.com/paparazzi/paparazzi/commit/a84188611be05d07dca4c40a789777079a13cec7
  Author: Bart Slinger <address@hidden>
  Date:   2015-11-20 (Fri, 20 Nov 2015)

  Changed paths:
    M sw/airborne/modules/loggers/sdlogger_spi_direct.c
    M sw/airborne/modules/loggers/sdlogger_spi_direct.h

  Log Message:
  -----------
  [sdlogger] changed includes, removed unused func decl


  Commit: c644e5c67ddfb27e98ad1e7f3148bacfacabb88d
      
https://github.com/paparazzi/paparazzi/commit/c644e5c67ddfb27e98ad1e7f3148bacfacabb88d
  Author: Bart Slinger <address@hidden>
  Date:   2015-11-20 (Fri, 20 Nov 2015)

  Changed paths:
    M conf/modules/logger_sd_spi_direct.xml

  Log Message:
  -----------
  [sdlogger] conf added description, target to ap, consistent naming


  Commit: 53bb7485567dfaba8b748ad86fa22bb6425d9fd0
      
https://github.com/paparazzi/paparazzi/commit/53bb7485567dfaba8b748ad86fa22bb6425d9fd0
  Author: Felix Ruess <address@hidden>
  Date:   2015-11-22 (Sun, 22 Nov 2015)

  Changed paths:
    M .gitignore
    A conf/airframes/TUDelft/airframes/walkera_genius_v2.xml
    M conf/airframes/TUDelft/conf.xml
    A conf/modules/logger_sd_spi_direct.xml
    A conf/telemetry/rotorcraft_with_logger.xml
    A sw/airborne/modules/loggers/sdlogger_spi_direct.c
    A sw/airborne/modules/loggers/sdlogger_spi_direct.h
    M sw/airborne/peripherals/sdcard_spi.c
    M sw/airborne/peripherals/sdcard_spi.h
    M sw/logalizer/Makefile
    A sw/logalizer/sdlogger_download.c
    A sw/logalizer/sdlogger_get_setting_id.py

  Log Message:
  -----------
  Merge pull request #1392 'sdlogger_v2_release'

This module provides a tool for high-speed logging where weight- and 
size-limitations play part.
It only requires a micro-SD card which is soldered directly to the SPI-bus, for 
example on a lisa/s.

The logger is activated by flipping a switch on the transmitter. Up to 42 logs 
can be recorded during one session (battery kept connected). The data remains 
on the card when the battery is disconnected, so that you can replace the 
battery before downloading data to the computer. Previous logs will be 
overwritten as soon as the first log is initiated after boot.

The messages to be logged can be selected in the telemetry config file, under 
the Logger process. Next to that, it is possible to call pprz_msg_send_xxx from 
anywhere in the code, using a reference to the sdlogger.

See also http://wiki.paparazziuav.org/wiki/SDLogger_SPI_Direct


Compare: 
https://github.com/paparazzi/paparazzi/compare/b3cc6a47074d...53bb7485567d

reply via email to

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