6 years, 2 months ago.

Import library sources

In uvision5, I want to use the complete raw sources of the mbed libray so that I can do deeper debuging and gain a better understanding of the internals. I've searched around and found the instructions here (https://os.mbed.com/handbook/mbed-library-internals#design-overview) does not work as the mbed-dev library is too large (https://os.mbed.com/questions/79188/Cant-import-mbed-dev/).

Using the CLI, I've been able to download both a project and libraries seperatly, but am clueless as to how to put the library into a project once offline.

Any help?

1 Answer

6 years, 2 months ago.

Timothy,

You use mbed CLI to add or remove libraries when offline.

'mbed add' and 'mbed remove' are the commands you are looking for.

-Austin