Use mbed Libraries

Sysprogs forums Forums VisualGDB Use mbed Libraries

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #19977
    bdahl
    Participant

    Hi how can i use external mbed libraries?

    For example: I want to use https://os.mbed.com/users/sam_grove/code/BufferedSerial/ Library in my Project. How can i use it?

     

    Best Regards

    Brian Dahl

    #19983
    support
    Keymaster

    Hi,

    If you are using a VisualGDB-generated Makefile or an MSBuild-based project, simply add the sources of your library to Solution Explorer and adjust the missing include paths (VisualGDB will normally help you discover them and suggest adding them automatically).

    Another option would be to import the entire project using our experimental mbed importer, although it may require changes to the open-source importer plugin, as the mbed internal structure keeps on changing between versions.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.