[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 0536b7: [conf] update settings
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 0536b7: [conf] update settings in example/test confs |
Date: |
Fri, 31 Jul 2015 03:51:46 -0700 |
Branch: refs/heads/v5.5
Home: https://github.com/paparazzi/paparazzi
Commit: 0536b76f990841bdf6f15bb1856e3571c6acdefc
https://github.com/paparazzi/paparazzi/commit/0536b76f990841bdf6f15bb1856e3571c6acdefc
Author: Felix Ruess <address@hidden>
Date: 2015-07-30 (Thu, 30 Jul 2015)
Changed paths:
M conf/conf_example.xml
M conf/conf_tests.xml
Log Message:
-----------
[conf] update settings in example/test confs
Commit: 7a9aeda73a992b896c0b1711ff294510dfbb5be3
https://github.com/paparazzi/paparazzi/commit/7a9aeda73a992b896c0b1711ff294510dfbb5be3
Author: Felix Ruess <address@hidden>
Date: 2015-07-30 (Thu, 30 Jul 2015)
Changed paths:
M sw/airborne/boards/ardrone2.h
Log Message:
-----------
[boards] ardrone2: make UART1_DEV changeable from airframe file
Commit: 74a07cb1b6c9820c3f2fb9278cd498f5bf3b7ea7
https://github.com/paparazzi/paparazzi/commit/74a07cb1b6c9820c3f2fb9278cd498f5bf3b7ea7
Author: Ewoud Smeur <address@hidden>
Date: 2015-07-31 (Fri, 31 Jul 2015)
Changed paths:
M sw/ground_segment/misc/natnet2ivy.c
Log Message:
-----------
update natnet to version 2.7
Commit: 1591601bc71d8565c2464ee3dbef42c151af8693
https://github.com/paparazzi/paparazzi/commit/1591601bc71d8565c2464ee3dbef42c151af8693
Author: Felix Ruess <address@hidden>
Date: 2015-07-31 (Fri, 31 Jul 2015)
Changed paths:
M sw/ground_segment/multimon/filter-i386.h
M sw/ground_segment/multimon/filter.h
Log Message:
-----------
[multimon] fix compilation on gcc 5.x
extern inline has different meaning in gnu11 (C99), we want static inline here,
which works in both old and new versions.
See also https://gcc.gnu.org/gcc-5/porting_to.html
Compare:
https://github.com/paparazzi/paparazzi/compare/609d3a0011ff...1591601bc71d