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