Skip to content
Snippets Groups Projects
  1. May 15, 2018
  2. May 11, 2018
  3. May 05, 2018
  4. May 03, 2018
  5. Apr 30, 2018
  6. Apr 17, 2018
  7. Apr 12, 2018
  8. Apr 11, 2018
  9. Apr 05, 2018
  10. Apr 02, 2018
  11. Mar 29, 2018
  12. Mar 28, 2018
  13. Mar 21, 2018
  14. Mar 19, 2018
  15. 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
  16. Mar 06, 2018
  17. Mar 05, 2018
  18. Feb 22, 2018
  19. Feb 19, 2018
  20. Feb 18, 2018
Loading