Skip to content
Snippets Groups Projects
  1. Jan 31, 2018
  2. Jan 05, 2018
    • Matthias Grob's avatar
      Cygwin: Enable build of SITL jMAVsim under Windows using the Cygwin Unix-like environment · 70de169f
      Matthias Grob authored
      Most of the incompatitbilities are luckily similar to the darwin build.
      - New target OS __PX4_CYGWIN added because in other build environments on Windows defines will very likely be completely different
      - added all necessary exeptions to the defines
      - disabled priorities completely because on Windows they are defined 1-32 and with all the arbitrary +40 -40 priority settings there were a lot of problems
        not only did some threads/"virtual tasks" not start because of out of bound priorities but also the resulting scheduling was totally random and inadequate
        with default priorities it ran toally fine during my first tests, should be rethought when windows is used onboard in the future
      70de169f
  3. Jun 27, 2017
  4. Feb 17, 2017
  5. Feb 02, 2017
  6. Sep 30, 2016
  7. Sep 11, 2016
  8. Sep 04, 2016
    • Carlo Wood's avatar
      Increase stack space on posix 64bit architectures. (#5447) · 4a5eae23
      Carlo Wood authored
      When running a simulation with, for example,
      make posix jmavsim
      px4 crashed almost 100% reproducable near start up.
      
      This turned out to be a stack overflow. On gitter
      it was suggested that the main reason for this could
      be stack sizes, as currently used, assume a 32bit pointer
      size and that doubling the stack size for everything
      but NuttX would be the Right Thing.
      
      This is the solution that I came up with (it makes
      my core dumps disappear).
      4a5eae23
  9. Jul 01, 2016
  10. Jun 09, 2016
  11. May 27, 2016
  12. May 11, 2016
  13. May 03, 2016
  14. Feb 21, 2016
  15. Feb 19, 2016
  16. Dec 01, 2015
  17. Nov 22, 2015
  18. Nov 07, 2015
  19. Oct 19, 2015
  20. Sep 20, 2015
  21. Sep 12, 2015
  22. Sep 06, 2015
  23. Aug 29, 2015
  24. Aug 06, 2015
    • Mark Charlebois's avatar
      Fixes for posix-arm and qurt builds · 009f5282
      Mark Charlebois authored
      
      Ifdefed out deadcode in position_estimator_inav_main.c as the
      deadcode does not compile for qurt.
      
      Added fixes to get a successful build for posix-arm and qurt targets.
      Removed CLOCK_REALTIME def from px4_time.h for qurt and removed unused
      variables in att_est_q and mc_att_control.
      
      Signed-off-by: default avatarMark Charlebois <charlebm@gmail.com>
      009f5282
  25. Jul 05, 2015
Loading