Skip to content
Snippets Groups Projects
  1. Nov 26, 2018
  2. Nov 25, 2018
  3. 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
  4. Nov 23, 2018
  5. Nov 22, 2018
  6. Nov 21, 2018
Loading