Skip to content
Snippets Groups Projects
  1. Mar 21, 2018
  2. Mar 19, 2018
  3. Mar 14, 2018
    • Karl Schwabe's avatar
      Adds ability to have out-of-tree uORB message definitions · 2a5a7b3a
      Karl Schwabe authored
      If the EXTERNAL_MODULES_LOCATION variable has been set, and the
      EXTERNAL_MODULES_LOCATION/msg/ directory exists containing a
      CMakeLists.txt file with the following format:
          set(config_msg_list_external
            message1.msg
            message2.msg
            message3.msg
            ...
            PARENT_SCOPE
            )
      then the messages defined in config_msg_list_external are added to the
      msg_files list in Firmware/msg/CMakeLists.txt and are used to generate uORB
      message headers. The generate uORB message headers are generated in the same
      location as the normal uORB message headers in the build directory, namely,
      <build_dir>/uORB/topics. The uORB topic sources are generated in
      <build_dir>/msg/topics_sources.
      2a5a7b3a
  4. Mar 06, 2018
  5. Mar 05, 2018
  6. Feb 22, 2018
  7. Feb 19, 2018
  8. Feb 18, 2018
  9. Feb 16, 2018
  10. Feb 15, 2018
  11. Feb 14, 2018
  12. Feb 08, 2018
  13. Feb 05, 2018
  14. Jan 29, 2018
  15. Jan 28, 2018
  16. Jan 25, 2018
  17. Jan 19, 2018
  18. Jan 15, 2018
  19. Jan 14, 2018
  20. Jan 08, 2018
    • Lorenz Meier's avatar
      Param interface: Publish instance count · fb3c58d8
      Lorenz Meier authored
      This helps subscribers to understand if they should update their parameters or not. We will extend this with other flags such as the current save status and alike.
      fb3c58d8
  21. Jan 02, 2018
  22. Dec 26, 2017
Loading