Skip to content
Martin Kojtal edited this page Aug 29, 2014 · 19 revisions

Welcome on the wiki pages for the project generator repository. The objective of this wiki is to describe the embedded project generator for various IDE (from now on, let's call it tool).

Background information

Many times I had to start from scratch, when creating a new project in IAR, uVision or any other available tool. It is time consuming, cumbersome and a person needs to remember quite a details about when and how to set settings. When you add one file to a common folder, all projects needs to be updated. Or port a project to new IDE, do I have to create a nw project and add all files there? To test a project with different optimization, do I have to create the same project multiply times? Not anymore! The project generator simplifies the development, as the change is required in records, once they are created.

Start generating

For starters, read our Getting started guide.

Detailed view

Check sidebar with all available wiki pages. There are pages which describe entire project generator.

Want to add a new target?

Look at the How to contribute where the process of adding new target is described.

Contact us

If you have not find all relevant information, your project does not work, or anything related to this project, create an issue here on github.

EnjoY!