]> rtime.felk.cvut.cz Git - jenkicar/rpp-simulink.git/blob - README.txt
Change license to MIT
[jenkicar/rpp-simulink.git] / README.txt
1 #####################################
2 # Simulink RPP Target and Library   #
3 #####################################
4
5 This is the repository of the Simulink target.
6
7 To work with the Simulink target you also need the RPP Library, which
8 can be obtained from another repository with the following command:
9
10   git submodule update --init
11
12 This repository is structured as follows:
13
14     - doc/          This directory hold documentation created for this project.
15
16     - refs/         Hold oficial reference documentation for CPU, chips,
17                     languages, compiler, etc. This files are constantly
18                     referenced within the source code files in this repository.
19
20     - rpp/blocks    Hold the Simulink block library for the RPP Target.
21                     C MEX S-Functions and TLC files can be found here.
22                     See dedicated README.txt file for more information.
23
24     - rpp/demos     Simulink demos that uses the RPP target and block library.
25                     See dedicated README.txt file for more information.
26
27     - rpp/lib       RPP Library and API. See dedicated README.txt file for more
28                     information.
29
30     - rpp/rpp       Simulink RPP Target for code generation. See dedicated
31                     README.txt file for more information.