Wiki source code of Project Creation, Initialization and Launch (Prom)
Version 2.1 by aas2 on 2015/08/19 14:25
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | = Prom - Project Management in KIELER = | ||
2 | |||
3 | **Topics** | ||
4 | |||
5 | |||
6 | |||
7 | {{toc minLevel="2"/}} | ||
8 | |||
9 | ---- | ||
10 | |||
11 | == Overview == | ||
12 | |||
13 | The KIELER Compiler (KiCo) can generate different code targets from models. For example it is possible to generate C and Java code from an SCT file. As a result KIELER has to integrate with existing development tools and practices for the C and Java world. In the context of embedded systems, the target device also varies heavily. | ||
14 | |||
15 | Therefore the KIELER Project Management (Prom) has been developed. It eases the creation, compilation and deployment of projects, when using models that can be compiled via KiCo. To do so, there are //Project Wizards//, an Eclipse //Launch Configuration// and so called //Environments//, which will be introduces in the following. | ||
16 | |||
17 | ---- | ||
18 | |||
19 | == Prom Environments == | ||
20 | |||
21 | Todo | ||
22 | |||
23 | == Using Project Wizards with Prom == | ||
24 | |||
25 | Todo | ||
26 | |||
27 | == The KiCo Launch Configuration == | ||
28 | |||
29 | Todo |