Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 2 months ago.
Script to export sources
Hi all,
Is there any python script which can export mbed library sources to specific toolchain so that debugging libraries becomes easy? The sources referred here are from mbed official repo.
Regards Nitin
Update : "project.py" is the answer to the question above.
I dont fully undestand, can you elaborate more? Have you looked at https://github.com/mbedmicro/mbed. There are scripts which exports projects (with precompiled lib or sources). tHey create a copy of files.
posted by Martin Kojtal 04 Sep 2014I am working on mini project generators, which generate a project with provided file structure, so debugging/changing is actually on files within the project. They allow you to customize the project for your needs as well the sources (for example mbed SDK + any component you add there) . And everything offline. It's still in development, thus I appreciate any feedback.
https://github.com/0xc0170/project_generator_mbed_examples
posted by Martin Kojtal 04 Sep 2014