[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 977715: [ocaml] massive update
From: |
Gautier Hattenberger |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 977715: [ocaml] massive update of the build process |
Date: |
Tue, 30 Jun 2020 13:47:21 +0000 (UTC) |
Branch: refs/heads/aircraft_generator-integration
Home: https://github.com/paparazzi/paparazzi
Commit: 977715bf80d898f552d5b5ce5fefbf569c726b17
https://github.com/paparazzi/paparazzi/commit/977715bf80d898f552d5b5ce5fefbf569c726b17
Author: Gautier Hattenberger <gautier.hattenberger@enac.fr>
Date: 2020-06-30 (Tue, 30 Jun 2020)
Changed paths:
M Makefile.ac
M conf/airframes/airframe.dtd
M conf/autopilot/autopilot.dtd
M conf/radios/radio.dtd
M conf/settings/settings.dtd
M conf/telemetry/telemetry.dtd
M sw/ground_segment/cockpit/live.ml
M sw/ground_segment/tmtc/Makefile
R sw/ground_segment/tmtc/aircraft.ml
R sw/ground_segment/tmtc/aircraft.mli
A sw/ground_segment/tmtc/aircraft_server.ml
A sw/ground_segment/tmtc/aircraft_server.mli
M sw/ground_segment/tmtc/airprox.ml
M sw/ground_segment/tmtc/airprox.mli
M sw/ground_segment/tmtc/kml.ml
M sw/ground_segment/tmtc/kml.mli
M sw/ground_segment/tmtc/parse_messages_v1.ml
M sw/ground_segment/tmtc/parse_messages_v1.mli
M sw/ground_segment/tmtc/server.ml
R sw/ground_segment/tmtc/settings.ml
A sw/ground_segment/tmtc/settings_gui.ml
M sw/lib/ocaml/Makefile
A sw/lib/ocaml/aircraft.ml
A sw/lib/ocaml/airframe.ml
A sw/lib/ocaml/autopilot.ml
M sw/lib/ocaml/env.ml
M sw/lib/ocaml/env.mli
M sw/lib/ocaml/extXml.ml
M sw/lib/ocaml/extXml.mli
A sw/lib/ocaml/flight_plan.ml
M sw/lib/ocaml/gen_common.ml
M sw/lib/ocaml/gen_common.mli
A sw/lib/ocaml/module.ml
M sw/lib/ocaml/ocaml_tools.ml
M sw/lib/ocaml/ocaml_tools.mli
A sw/lib/ocaml/radio.ml
A sw/lib/ocaml/settings.ml
A sw/lib/ocaml/telemetry.ml
M sw/lib/ocaml/xml2h.ml
M sw/lib/ocaml/xml2h.mli
M sw/logalizer/sd2log.ml
M sw/simulator/data.ml
M sw/supervision/pc_aircraft.ml
M sw/tools/generators/Makefile
A sw/tools/generators/dump_flight_plan.ml
M sw/tools/generators/gen_aircraft.ml
M sw/tools/generators/gen_airframe.ml
M sw/tools/generators/gen_autopilot.ml
M sw/tools/generators/gen_flight_plan.ml
A sw/tools/generators/gen_makefile.ml
M sw/tools/generators/gen_modules.ml
M sw/tools/generators/gen_periodic.ml
M sw/tools/generators/gen_radio.ml
M sw/tools/generators/gen_settings.ml
Log Message:
-----------
[ocaml] massive update of the build process
convert individual code generator to a single process, parsing
everything once and calling the required generators
Commit: 00160c29b30607c93799f622b9ad7a06840030ab
https://github.com/paparazzi/paparazzi/commit/00160c29b30607c93799f622b9ad7a06840030ab
Author: Gautier Hattenberger <gautier.hattenberger@enac.fr>
Date: 2020-06-30 (Tue, 30 Jun 2020)
Changed paths:
M sw/airborne/arch/sim/subsystems/radio_control/spektrum_arch.c
M sw/airborne/arch/sim/subsystems/radio_control/spektrum_arch.h
Log Message:
-----------
[radio] fix includes in spektrum driver
Commit: 8b6e5a24b23413eb0bbdf6290eff074f40d25e8e
https://github.com/paparazzi/paparazzi/commit/8b6e5a24b23413eb0bbdf6290eff074f40d25e8e
Author: Gautier Hattenberger <gautier.hattenberger@enac.fr>
Date: 2020-06-30 (Tue, 30 Jun 2020)
Changed paths:
R conf/firmwares/subsystems/fixedwing/navigation_extra.makefile
R conf/firmwares/subsystems/rotorcraft/gps_datalink.makefile
R conf/firmwares/subsystems/rotorcraft/gps_sim_hitl.makefile
R conf/firmwares/subsystems/rotorcraft/gps_sirf.makefile
R conf/firmwares/subsystems/rotorcraft/gps_udp.makefile
R conf/firmwares/subsystems/shared/gps_furuno.makefile
R conf/firmwares/subsystems/shared/gps_mediatek_diy.makefile
R conf/firmwares/subsystems/shared/gps_nmea.makefile
R conf/firmwares/subsystems/shared/gps_piksi.makefile
R conf/firmwares/subsystems/shared/gps_skytraq.makefile
R conf/firmwares/subsystems/shared/gps_ublox.makefile
R conf/firmwares/subsystems/shared/gps_ublox_utm.makefile
R conf/firmwares/subsystems/shared/sdlog.makefile
M conf/modules/nav_line.xml
M conf/radios/cockpitMM.xml
Log Message:
-----------
[conf] cleaning
- remove all subsystems makefiles
- fix module name
- example of radio file without ctl attribute
Compare:
https://github.com/paparazzi/paparazzi/compare/977715bf80d8%5E...8b6e5a24b234
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [paparazzi/paparazzi] 977715: [ocaml] massive update of the build process,
Gautier Hattenberger <=