[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 6554b4: remove unused/unmainta
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 6554b4: remove unused/unmaintained beth and fms code |
Date: |
Thu, 23 Apr 2015 08:36:39 -0700 |
Branch: refs/heads/rm_beth_fms
Home: https://github.com/paparazzi/paparazzi
Commit: 6554b44ac7931f3574995782a6f46ccea7b7f680
https://github.com/paparazzi/paparazzi/commit/6554b44ac7931f3574995782a6f46ccea7b7f680
Author: Felix Ruess <address@hidden>
Date: 2015-04-23 (Thu, 23 Apr 2015)
Changed paths:
R conf/firmwares/subsystems/lisa_passthrough/ahrs_cmpl.makefile
R conf/firmwares/subsystems/lisa_passthrough/booz_stabilization_int.makefile
R conf/firmwares/subsystems/lisa_passthrough/imu_b2_v1.1.makefile
R conf/firmwares/subsystems/lisa_passthrough/imu_b2_v1.2.makefile
R conf/firmwares/subsystems/lisa_passthrough/radio_control_spektrum.makefile
R conf/firmwares/subsystems/lisa_spi_link.makefile
M conf/messages.xml
R conf/settings/beth_test_bench/beth.xml
R conf/settings/beth_test_bench/beth_full.xml
R conf/settings/beth_test_bench/beth_pid.xml
R conf/settings/beth_test_bench/beth_reduced.xml
R conf/settings/beth_test_bench/beth_sfb.xml
R conf/settings/beth_test_bench/beth_twist.xml
R conf/settings/beth_test_bench/beth_twist_old.xml
R conf/settings/test_passthrough.xml
R sw/airborne/boards/beth.h
R sw/airborne/firmwares/beth/README
R sw/airborne/firmwares/beth/bench_sensors.h
R sw/airborne/firmwares/beth/bench_sensors_can.c
R sw/airborne/firmwares/beth/bench_sensors_i2c.c
R sw/airborne/firmwares/beth/gps_hw.h
R sw/airborne/firmwares/beth/main_beth.c
R sw/airborne/firmwares/beth/main_coders.c
R sw/airborne/firmwares/beth/main_overo.c
R sw/airborne/firmwares/beth/main_stm32.c
R sw/airborne/firmwares/beth/overo_controller.c
R sw/airborne/firmwares/beth/overo_controller.h
R sw/airborne/firmwares/beth/overo_estimator.c
R sw/airborne/firmwares/beth/overo_estimator.h
R sw/airborne/firmwares/beth/overo_file_logger.c
R sw/airborne/firmwares/beth/overo_file_logger.h
R sw/airborne/firmwares/beth/overo_gcs_com.c
R sw/airborne/firmwares/beth/overo_gcs_com.h
R sw/airborne/firmwares/beth/overo_sfb_controller.c
R sw/airborne/firmwares/beth/overo_sfb_controller.h
R sw/airborne/firmwares/beth/overo_test_uart.c
R sw/airborne/firmwares/beth/overo_twist_controller.c
R sw/airborne/firmwares/beth/overo_twist_controller.h
R sw/airborne/firmwares/beth/rcv_telemetry.c
R sw/airborne/firmwares/beth/sys_time_hw.h
R sw/airborne/firmwares/beth/uart_hw.c
R sw/airborne/firmwares/beth/uart_hw.h
R sw/airborne/fms/Makefile
R sw/airborne/fms/NOTES
R sw/airborne/fms/fms_autopilot_msg.h
R sw/airborne/fms/fms_debug.h
R sw/airborne/fms/fms_gs_com.c
R sw/airborne/fms/fms_gs_com.h
R sw/airborne/fms/fms_network.c
R sw/airborne/fms/fms_network.h
R sw/airborne/fms/fms_periodic.c
R sw/airborne/fms/fms_periodic.h
R sw/airborne/fms/fms_spi_autopilot_msg.c
R sw/airborne/fms/fms_spi_autopilot_msg.h
R sw/airborne/fms/fms_spi_link.c
R sw/airborne/fms/fms_spi_link.h
R sw/airborne/fms/fms_spistream.h
R sw/airborne/fms/fms_spistream_client.c
R sw/airborne/fms/fms_spistream_daemon.c
R sw/airborne/fms/fms_test_datalink.c
R sw/airborne/fms/lpc_test_spi.c
R sw/airborne/fms/onboard_logger.c
R sw/airborne/fms/onboard_transport.c
R sw/airborne/fms/onboard_transport.h
R sw/airborne/fms/overo_blmc_calibrate.c
R sw/airborne/fms/overo_blmc_calibrate.h
R sw/airborne/fms/overo_test_gps_passthrough.c
R sw/airborne/fms/overo_test_passthrough.c
R sw/airborne/fms/overo_test_passthrough.h
R sw/airborne/fms/overo_test_passthrough_telemetry.h
R sw/airborne/fms/overo_test_periodic.c
R sw/airborne/fms/overo_test_spi_link.c
R sw/airborne/fms/overo_test_telemetry.c
R sw/airborne/fms/overo_test_telemetry2.c
R sw/airborne/fms/packet_header.h
R sw/airborne/fms/test_telemetry.c
R sw/airborne/fms/test_telemetry_2.c
R sw/airborne/fms/udp_transport.c
R sw/airborne/fms/udp_transport.h
R sw/airborne/fms/udp_transport2.c
R sw/airborne/fms/udp_transport2.h
Log Message:
-----------
remove unused/unmaintained beth and fms code
Commit: 75b92c641ba55af95860d3bb78ac0cc124970d6f
https://github.com/paparazzi/paparazzi/commit/75b92c641ba55af95860d3bb78ac0cc124970d6f
Author: Felix Ruess <address@hidden>
Date: 2015-04-23 (Thu, 23 Apr 2015)
Changed paths:
M sw/airborne/arch/linux/udp_socket.c
M sw/airborne/arch/linux/udp_socket.h
M sw/ground_segment/misc/Makefile
M sw/ground_segment/misc/natnet2ivy.c
Log Message:
-----------
[ground_segment] natnet2ivy: use udp_socket instead of fms
Compare:
https://github.com/paparazzi/paparazzi/compare/6554b44ac793^...75b92c641ba5
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [paparazzi/paparazzi] 6554b4: remove unused/unmaintained beth and fms code,
GitHub <=