Skip to content
Snippets Groups Projects
  1. Mar 16, 2019
  2. Mar 14, 2019
  3. Feb 08, 2019
  4. Jan 30, 2019
  5. Jan 22, 2019
  6. Dec 11, 2018
  7. Dec 04, 2018
  8. Nov 26, 2018
  9. Nov 25, 2018
  10. Nov 24, 2018
    • Mara Bos's avatar
      3c660acc
    • Mara Bos's avatar
      Add dynamic modules on Posix. · d13836eb
      Mara Bos authored
      You can now add `DYNAMIC` as an option to `px4_add_module`, which will
      cause that module to no longer be compiled into the px4 executable, but
      instead produce a separate shared library file, which can be loaded and
      executed with the new `dyn` command:
      
          pxh> dyn ./hello.px4mod start
      
      This will load the shared object file `hello.px4mod` if it wasn't
      already loaded, and execute its main function with the given arguments.
      d13836eb
  11. Nov 10, 2018
  12. Nov 02, 2018
  13. Oct 26, 2018
  14. Oct 24, 2018
  15. Oct 17, 2018
  16. Oct 15, 2018
  17. Oct 09, 2018
  18. Oct 02, 2018
  19. Sep 30, 2018
  20. Sep 29, 2018
  21. Sep 28, 2018
  22. Sep 25, 2018
  23. Sep 24, 2018
  24. Sep 23, 2018
  25. Sep 20, 2018
  26. Sep 16, 2018
  27. Sep 14, 2018
Loading