[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 09c0c8: Aircraft generator (#2
From: |
Gautier Hattenberger |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 09c0c8: Aircraft generator (#2545) |
Date: |
Sun, 05 Jul 2020 12:38:23 -0700 |
Branch: refs/heads/master
Home: https://github.com/paparazzi/paparazzi
Commit: 09c0c8ccb914a5711f3b643f34f4c8aacb3d0e76
https://github.com/paparazzi/paparazzi/commit/09c0c8ccb914a5711f3b643f34f4c8aacb3d0e76
Author: Gautier Hattenberger <gautier.hattenberger@enac.fr>
Date: 2020-07-05 (Sun, 05 Jul 2020)
Changed paths:
M Makefile.ac
M conf/airframes/airframe.dtd
M conf/autopilot/autopilot.dtd
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/T14SG_SBUS.xml
M conf/radios/cockpitMM.xml
M conf/radios/radio.dtd
M conf/settings/settings.dtd
M conf/telemetry/telemetry.dtd
M sw/airborne/arch/sim/subsystems/radio_control/spektrum_arch.c
M sw/airborne/arch/sim/subsystems/radio_control/spektrum_arch.h
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/egm96.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:
-----------
Aircraft generator (#2545)
* [ocaml] massive update of the build process
convert individual code generator to a single process, parsing everything once
and calling the required generators
- remove all subsystems makefiles
- fix module name
- example of radio file without ctl attribute
* [build] start with flight plan to make semaphore happy
* [ocaml] move the buffer outside the lazy block
for some reason, it seems to make problems with compilation server
Semaphore
it really makes no sense, but nevermind...
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [paparazzi/paparazzi] 09c0c8: Aircraft generator (#2545),
Gautier Hattenberger <=