26047 Commits (59c1d3fc9209cf18a3e0d6665b1f6558ca900472)
 

Author SHA1 Message Date
nathan 59c1d3fc92 remove unnecessary param_find for mag and baro 7 years ago
nathan 5483b59674 bring omnibusf4 defconfig up to date via menuconfig 7 years ago
Beat Küng 527070bb35 rcS: update default params for Omnibus F4 SD 7 years ago
Beat Küng d99b72ea41 attitude_estimator_q: set mag weight to 0 if SYS_HAS_MAG is not set 7 years ago
Beat Küng f2516bbf5f system_params: add SYS_HAS_MAG and SYS_HAS_BARO params 7 years ago
nathan f754d092f8 Initial omnibusf4sd target support 7 years ago
JohannesBrand eb6086cc39 ecl-ekf-tools: fix a bug related to time index calculation (#9489) 7 years ago
Daniel Agar da5a9043a7 clang-tidy modernize-use-equals-delete 7 years ago
Daniel Agar 4e32cb17df clang-tidy modernize-use-equals-default 7 years ago
Beat Küng 9b5df10631 logger watchdog: avoid using printf from IRQ context 7 years ago
Beat Küng b8a94bf8d4 logger: move pthread_t cast to pid_t into watchdog_initialize 7 years ago
Beat Küng f2703abce0 top: increase process priority to 255 7 years ago
Beat Küng bda237b368 logger: ensure that fsync is called at least every second 7 years ago
Beat Küng dd30012b27 logger: add watchdog that boosts its priority when the writer is blocked for >1s 7 years ago
Beat Küng 401eefd39b refactor logger: add struct timer_callback_data_s used in the timer callback 7 years ago
Beat Küng 9b72080ec1 refactor logger: add an enum for the reason of printing the cpu load 7 years ago
Daniel Agar 2f553b956d dataman file read fixed size buffer 7 years ago
Daniel Agar af168e42b9 Jenkins run tests under address sanitizer 7 years ago
Daniel Agar ac4053fbd6
Update submodule ecl to latest Fri May 18 01:26:47 UTC 2018 (#9484) 7 years ago
Daniel Agar d652e019c5 Jenkins run VTOL standard mission test under ASAN 7 years ago
Daniel Agar dc1e91137a cmake add bloaty helpers for nuttx and use in Jenkins 7 years ago
Daniel Agar f607ea5180 auav-x21 sync with px4fmu-v3 modules list 7 years ago
Beat Küng 11f4631b2a fix commander: initialize tune_durations (#9468) 7 years ago
Jake Dahl ad4b3a738a set the range to the correct value 7 years ago
Jake Dahl 306d1e7e24 a few corrections 7 years ago
Jake Dahl 6324a8851d Complete refactor of the lis3mdl driver. This has been bench tested, flight tested, and verified functional. 7 years ago
PX4 Jenkins 8a114c2f05 Update submodule ecl to latest Mon May 14 20:26:35 CDT 2018 7 years ago
Mohammed Kabir bbcf5b1b65 logger : log ping topic 7 years ago
Mohammed Kabir 92457bcafd mavlink : implement full ping protocol and link latency reporting 7 years ago
Mohammed Kabir 8d6e209888 msg : add ping message 7 years ago
Julien Lecoeur e380adb9b6 Fix format with Artistic Style 3.1 7 years ago
Julien Lecoeur b299d6222a Astyle: allow version 3.1 7 years ago
Beat Küng 873e036e85 px_romfs_pruner: reduce multiple consecutive spaces into a single space for mixers (#9457) 7 years ago
Daniel Agar e33da0a821 fw_att_control set default yaw rate max and update parameter descriptions 7 years ago
David Riseborough a32333994f The single line UART setup was replaced with a locked down configuration. 7 years ago
TSC21 7220fb1b21 update sitl_gazebo submodule 7 years ago
Beat Küng 12436c1d64 fix attitude_estimator_q: swap quaternion multiplication & fix from_dcm init 7 years ago
Daniel Agar 421b01e677 attitude_estimator_q move to matrix lib 7 years ago
Beat Küng 9e24875131 attitude_estimator_q: fuse accel data only if close to 1g if GPS velocity not used 7 years ago
Beat Küng f77b8d9aa8 attitude_estimator_q: remove double initialization 7 years ago
Beat Küng 54fac26327 attitude_estimator_q: allow it to be used on boards w/o a mag 7 years ago
Matthias Grob 58dd7be12a Cygwin: enable arm nuttx upload within cygwin 7 years ago
Beat Küng c6b0d5c76a navigator: don't complain 'Using minimum takeoff altitude' in case of numerical inaccuracies 7 years ago
Beat Küng 473fa15026 BlockParam: : ensure result of strncpy is null-terminated 7 years ago
Beat Küng 258b1ea473 navigator: ensure result of strncpy is null-terminated 7 years ago
Beat Küng 8c638ac88c sdlog2: check result of snprintf and ensure result of strncpy is null-terminated 7 years ago
Beat Küng f2092dd690 mixer_test: use snprintf instead of strncpy to fix compiler warning 7 years ago
Beat Küng 289e618b6c mavlink: fix compiler warnings with GCC 8.0.1 7 years ago
Beat Küng 8bd61a9330 uORBDevices: avoid memset, use braced initializer instead 7 years ago
Beat Küng 19a12ba75d logger: avoid memset, use braced initializer instead 7 years ago