8 years ago.

Using offline SDK

How to use mbed SDK? I saw that in workspace_tools there are cool scripts which are doing good job carrying about all dependencies. Can I write my own (offline) project and link it somehow to mbed SDK? eg. including some config file with specified project structure and path to mbed SDK? then running make.py would do the rest of jobs?

1 Answer

8 years ago.

My method:\ - start the project in the online compiler, with enough source program (I mean : enough dependencies) - choose the mbed lib of the sources -export to a offline compiler (I use GCC ARM)....and you receive a makefile - develop offline