208 Commits (e939f60a9edf284ca7c4fe92c3056b14ffbb8afe)

Author SHA1 Message Date
Daniel Agar de4f594937 DriverFramework purge 5 years ago
Daniel Agar 756b0148d6
platforms: split posix hrt for qurt 5 years ago
Daniel Agar d19f18d40b linux boards (ocpoc, bbblue, navio2) replace custom adc drivers with simple px4_arch implementation 5 years ago
Julian Oes fc9df31653 platforms: link libatomic only on emlid navio2 (raspberry pi) 5 years ago
Daniel Agar e29acea509 posix hrt add latency buckets 5 years ago
Daniel Agar 738b57c945 pxh: initialize all fields 5 years ago
Daniel Agar 44f9de5e37
delete parrot bebop board support 5 years ago
Daniel Agar aaf5670e7d
deprecate df_bmp280_wrapper and replace with in tree bmp280 5 years ago
Daniel Agar b292b04ac1 platforms posix link atomic 5 years ago
Daniel Agar 1edfee4fdd mavsdk_tests: build should be independant of px4 5 years ago
Daniel Agar 9df06ffdea posix main wait_to_exit() fix and catch SIGTERM 5 years ago
Daniel Agar cc7a0cd69d beaglebone blue: build librobotcontrol with cmake 5 years ago
Daniel Agar 30a73416dc mavsdk SITL testing code coverage and upload to codecov.io 5 years ago
Lorenz Meier 742b1839d5 Simulation: Set scheduling policy RR for lockstep 5 years ago
Julian Oes 16da8466e3 posix: exit if the startup script is not ok 5 years ago
Chris Lovett 01818b505f posix server: switch from fcntl(..., F_SETLK, ...) to flock(...) (#13718) 5 years ago
Daniel Agar 3d56f37606 vscode debug and ekf2 replay improvements 5 years ago
kamilritz 2a707cf669 Debug log replays with gdb in vscode 5 years ago
Matthias Grob 904ab16558 Fix trailing whitespace, EOF newline, indentation 5 years ago
Daniel Agar a859a6b57c
VSCode SITL debug improvements 5 years ago
Beat Küng 4b290c4903 voltage & current scaling: use px4_arch_adc_dn_fullcount() instead of 4096 5 years ago
TSC21 d4ddabdf52 SITL: adds 'iris_rtps' target 5 years ago
Daniel Agar 1c4e854f93 cmake don't build param "c" files and remove param defines 5 years ago
Daniel Agar 7f930f875e Jenkins store SITL unit test results 5 years ago
Beat Küng 3198610f85 src/platforms: move all headers to platforms/common/include/px4_platform_common 5 years ago
Daniel Agar 6f1f5e0325 clang-tidy: partially fix readability-redundant-declaration 5 years ago
Daniel Agar 967446af4c clang-tidy: enable readability-simplify-boolean-expr and fix 5 years ago
Matthias Grob d60e1e2774 ControlMath: switch to gtest for unit tessting 5 years ago
Julian Oes 8e625285fc platforms: initialize strings 5 years ago
Daniel Agar 3687677095 cmake: show sitl_gazebo build output and improve rebuild 5 years ago
Daniel Agar 86dc4c5a00 cmake generate vscode launch.json 5 years ago
Daniel Agar fb7521eb5e cmake px4_base -> px4_parse_function_args 5 years ago
Beat Küng 43fdcd7876 px4_middleware: remove that header and move px4::init to px4_init.h 6 years ago
Beat Küng f32abe8534 src/platforms: move remaining source files to platforms/common 6 years ago
Beat Küng f8e0441e7b src/platforms/common: move to platforms/common 6 years ago
Beat Küng 5d0e72040c src/platforms/posix: move to platforms/posix/src/px4/common and src/drivers/driver_framework_wrapper 6 years ago
Beat Küng fa8165a1c3 platforms/posix/src: move to platforms/posix/src/px4/common 6 years ago
Beat Küng f3fccf53f6 src/drivers/{kinetis,stm32}: move to arch-specific directories 6 years ago
Beat Küng ab43a83bed platform: restructure (NuttX) architecture-specific code 6 years ago
roangel e50dd7c364 replay: close replay log file after replay is finished, then exit (#11264) 6 years ago
Julian Kent d70b024ec7
GTest functional tests that include parameters and uORB messaging (#12521) 6 years ago
Anthony Lamping 5d986f2030 posix: add argument to change the CWD (#12482) 6 years ago
Julian Oes 35074aaffd posix: remove segfault handler 6 years ago
Julian Oes f3620f7018 Remove all leftover PX4_BACKTRACE calls 6 years ago
Beat Küng 6e2b70cbcd posix: restore original SEGV signal handler upon first entry of our handler 6 years ago
Julian Oes 7b9562e3b1 hysteresis: move out of systemlib, move to gtest 6 years ago
Daniel Agar e9ca5d5aba PX4 general work queue 6 years ago
Beat Küng f58079bc5d pxh.cpp: fix invalid reference if words is empty 6 years ago
Julian Oes 7a768dbab3 lockstep_scheduler: always use the same code 6 years ago
Julian Oes 52099f5792 cmake: include lockstep_scheduler test 6 years ago