project-generator / project_generator_mbed_examples

Project generators can be used for any project. This is just a demo how it can be use for Mbed 2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project generator - mbed SDK example with project generator

This example repository shows how to use project generator to generate projects. mbed SDK is a submodule.

Look at records, how records are defined. I would like to expand this to more targets, tools and features.

How to use it

Get project_generator from the pypi - use pip or easy install or anything similar. This should download and install the package, allow us to use project_generator.

progen generate -f projects.yaml -p k20d50m_blinky -t uvision

If you want to build generaed project/projects, use -b argument.

Status

Target - K20D50M, LPC1768, K64F, Disco f407vg Tools - uVision, GCC ARM (Makefile), IAR, CoIDE, Eclipse GNU ARM Makefile, CMake Examples - blinky demo

Further information

The documentation to the project generator is in the repo wiki. If you have a question, create an issue, or find my contact email from git log :)

EnjoY!

About

Project generators can be used for any project. This is just a demo how it can be use for Mbed 2.

License:Apache License 2.0