paparazzi-commits
[Top][All Lists]
Advanced

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

[paparazzi-commits] [paparazzi/paparazzi] 9a7978: [logger_uart] Lisa-s l


From: GitHub
Subject: [paparazzi-commits] [paparazzi/paparazzi] 9a7978: [logger_uart] Lisa-s logging over uart
Date: Mon, 02 Mar 2015 03:39:45 -0800

  Branch: refs/heads/master
  Home:   https://github.com/paparazzi/paparazzi
  Commit: 9a7978167a3bf05e21bc1e9c8186393b3de85941
      
https://github.com/paparazzi/paparazzi/commit/9a7978167a3bf05e21bc1e9c8186393b3de85941
  Author: dewagter <address@hidden>
  Date:   2015-02-11 (Wed, 11 Feb 2015)

  Changed paths:
    A conf/modules/logger_uart.xml
    A sw/airborne/modules/loggers/logger_uart.c
    A sw/airborne/modules/loggers/logger_uart.h
    A sw/airborne/modules/loggers/logger_uart_parse.py

  Log Message:
  -----------
  [logger_uart] Lisa-s logging over uart


  Commit: c12546aaadfcbe801ac6e822ada18dd41d69c046
      
https://github.com/paparazzi/paparazzi/commit/c12546aaadfcbe801ac6e822ada18dd41d69c046
  Author: dewagter <address@hidden>
  Date:   2015-02-11 (Wed, 11 Feb 2015)

  Changed paths:
    R conf/modules/file_logger.xml
    R conf/modules/high_speed_logger_direct_memory.xml
    R conf/modules/high_speed_logger_spi_link.xml
    A conf/modules/logger_dataflash.xml
    A conf/modules/logger_file.xml
    A conf/modules/logger_spi_link.xml

  Log Message:
  -----------
  [logger-modules] renames for consistency


  Commit: 77619598858011fccaf8cac2eda315a1e0561a57
      
https://github.com/paparazzi/paparazzi/commit/77619598858011fccaf8cac2eda315a1e0561a57
  Author: dewagter <address@hidden>
  Date:   2015-02-11 (Wed, 11 Feb 2015)

  Changed paths:
    M conf/airframes/CDW/asctec_cdw.xml
    M conf/airframes/ardrone2_opticflow_hover.xml
    M conf/airframes/ardrone2_raw.xml
    M conf/airframes/bebop.xml
    M conf/airframes/examples/microjet.xml
    M conf/airframes/examples/quadrotor_navstik.xml
    M conf/modules/logger_dataflash.xml
    M conf/modules/logger_file.xml
    M conf/modules/logger_spi_link.xml
    A conf/modules/logger_telemetry.xml
    M conf/modules/logger_uart.xml
    R conf/modules/openlog.xml

  Log Message:
  -----------
  [logger-modules] Description updates and example airframes


  Commit: ea40b28788f423b20850e1f3049bb16201bdc9da
      
https://github.com/paparazzi/paparazzi/commit/ea40b28788f423b20850e1f3049bb16201bdc9da
  Author: Felix Ruess <address@hidden>
  Date:   2015-02-11 (Wed, 11 Feb 2015)

  Changed paths:
    M conf/modules/logger_telemetry.xml
    A sw/airborne/modules/loggers/openlog.c
    A sw/airborne/modules/loggers/openlog.h
    R sw/airborne/modules/openlog/openlog.c
    R sw/airborne/modules/openlog/openlog.h

  Log Message:
  -----------
  [modules] move and refactor openlog

- no need for empty init function
- use sys_time_get_msec() instead of "manually" incrementing timestamp


  Commit: c28ae0a24ada2f3222b6dd9c8f93a91fda4b9084
      
https://github.com/paparazzi/paparazzi/commit/c28ae0a24ada2f3222b6dd9c8f93a91fda4b9084
  Author: Felix Ruess <address@hidden>
  Date:   2015-02-11 (Wed, 11 Feb 2015)

  Changed paths:
    M conf/airframes/examples/quadrotor_navstik.xml
    M sw/airborne/modules/loggers/openlog.c
    M sw/airborne/modules/loggers/openlog.h

  Log Message:
  -----------
  [modules] minor logger cleanup, navstik uses old direct_memory_logger


  Commit: 8a3b634bfebba956bc4bb3069a1dcc5e5d2d7f97
      
https://github.com/paparazzi/paparazzi/commit/8a3b634bfebba956bc4bb3069a1dcc5e5d2d7f97
  Author: Felix Ruess <address@hidden>
  Date:   2015-03-02 (Mon, 02 Mar 2015)

  Changed paths:
    R conf/modules/logger_telemetry.xml
    A conf/modules/openlog.xml

  Log Message:
  -----------
  [modules] keep openlog.xml module name for now


  Commit: 45368a7479f4d2918421667922b427cbe646b03c
      
https://github.com/paparazzi/paparazzi/commit/45368a7479f4d2918421667922b427cbe646b03c
  Author: Felix Ruess <address@hidden>
  Date:   2015-03-02 (Mon, 02 Mar 2015)

  Changed paths:
    M conf/airframes/examples/microjet.xml

  Log Message:
  -----------
  [conf] openlog module for microjet


  Commit: b0057528f835c7a7bf2af84857fc07b9c444419f
      
https://github.com/paparazzi/paparazzi/commit/b0057528f835c7a7bf2af84857fc07b9c444419f
  Author: Felix Ruess <address@hidden>
  Date:   2015-03-02 (Mon, 02 Mar 2015)

  Changed paths:
    M conf/airframes/CDW/asctec_cdw.xml
    M conf/airframes/ardrone2_opticflow_hover.xml
    M conf/airframes/ardrone2_raw.xml
    M conf/airframes/bebop.xml
    R conf/modules/file_logger.xml
    R conf/modules/high_speed_logger_direct_memory.xml
    R conf/modules/high_speed_logger_spi_link.xml
    A conf/modules/logger_dataflash.xml
    A conf/modules/logger_file.xml
    A conf/modules/logger_spi_link.xml
    A conf/modules/logger_uart.xml
    M conf/modules/openlog.xml
    A sw/airborne/modules/loggers/logger_uart.c
    A sw/airborne/modules/loggers/logger_uart.h
    A sw/airborne/modules/loggers/logger_uart_parse.py
    A sw/airborne/modules/loggers/openlog.c
    A sw/airborne/modules/loggers/openlog.h
    R sw/airborne/modules/openlog/openlog.c
    R sw/airborne/modules/openlog/openlog.h

  Log Message:
  -----------
  Merge pull request #1095 from paparazzi/logger_modules_refactor

Logger modules refactor


Compare: 
https://github.com/paparazzi/paparazzi/compare/2dd069e80ae4...b0057528f835

reply via email to

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