- Sep 30, 2016
-
-
Beat Küng authored
-
Beat Küng authored
-
Julian Oes authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Julian Oes authored
-
Julian Oes authored
With this change only builds for NuttX which are very much flash size constraint are optimized for size. All other builds (e.g. SITL, Snapdragon, etc.) are left at the default for debugging or -O2 for the usual use.
-
Julian Oes authored
It makes more sense to set the optimization flags on a platform basis instead of individually for each module. This allows for different optimization options for SITL, NuttX, Snapdragon, etc.
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
This fixes a corner case where the first advertise/publish of a vehicle_command_ack was missed. What happened was that the orb_subscribe_multi was not called until the topic had been published and therefore orb_exists was happy. This means that by the time orb_subscribe_multi was finally called, the first vehicle_command_ack was already history and not detected by orb_check. This changed adds a flag to the MavlinkOrbSubscription which tells it to subscribe to a topic from the beginning.
-
Julian Oes authored
-
- Sep 29, 2016
-
-
Beat Küng authored
-
Beat Küng authored
-
Daniel Agar authored
- deploy all branches to s3
-
- Sep 28, 2016
- Sep 27, 2016
-
-
Beat Küng authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
DF Update: Use common CMake version so Darwin handling is correct in PX4 Update DF to use proper constants Update DF
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
Output CMake version
-
Lorenz Meier authored
Code style fix
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Daniel Agar authored
-
Daniel Agar authored
-