Changes between Version 7 and Version 8 of PacpusTutorials


Ignore:
Timestamp:
Oct 2, 2015, 4:45:13 PM (9 years ago)
Author:
DHERBOMEZ Gérald
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PacpusTutorials

    v7 v8  
    2626
    2727=== Tutorial n°1: Creating your first PAPCUS project ===
     28
     29==== Exercise 1.1: your first component ====
    2830
    2931The objective of this exercise is to understand the build process of a PACPUS project. The utility 'cmake' is used to create the Makefile of the project, and finally we use the GNU Compiler Collection to build the plugins.
     
    6163}}}
    6264
     65
     66==== Exercise 1.2: !FizzBuzz component ====
     67
     68todo
    6369
    6470=== Tutorial n°2: Managing the communication of components ===