This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Custom tool menu item in pack file

Does anyone know if it is possible to define an MDK "Custom Tool Menu" item from within a device pack?

Parents
  • Thanks for responding.

    We are looking to automatically add a new item to the MDK Tools menu from a pack file. This can be done manually from within MDK by selecting Tools | Customize Tools Menu and filling in the dialog.



    Can this be automatically inserted from a device pack file?

Reply
  • Thanks for responding.

    We are looking to automatically add a new item to the MDK Tools menu from a pack file. This can be done manually from within MDK by selecting Tools | Customize Tools Menu and filling in the dialog.



    Can this be automatically inserted from a device pack file?

Children
  • No, there is no automatic way to get this inserted e.g. when installing the corresponding pack file.

    Note that this tools menu is a product specific feature and CMSIS Pack is supported by various IDEs.

    You can simplify the configuration for the user by providing a configuration file that the users can import.

    Please keep in mind that the path will keep changing each time you release a new version. Therefore it may be better to install the tool that you want to add separately rather than in packs.

    ~ Joachim