]> rtime.felk.cvut.cz Git - jenkicar/rpp-simulink.git/log
jenkicar/rpp-simulink.git
9 years agoEnclose macro body in parentheses eaton-0.3.1
Michal Sojka [Tue, 14 Apr 2015 06:09:39 +0000 (08:09 +0200)]
Enclose macro body in parentheses

This is required by Misra and similar coding standards.

9 years agoImprove multitasking error message
Michal Sojka [Tue, 14 Apr 2015 06:01:55 +0000 (08:01 +0200)]
Improve multitasking error message

9 years agoRework multi rate handling system
Michal Horn [Tue, 7 Apr 2015 11:03:05 +0000 (13:03 +0200)]
Rework multi rate handling system

In commits 6ca7b9c and bff19d9 have been developed a mechanism for
tasks timing, which is working properly when Auto or Multi threading (MT)
is selected. Unfortunatelly we have missed the option Single tasking (ST),
which should be checked instead of Auto or MT, because this mode is not yet
implemented.
When ST is selected in the model configuration, the timing becomes
completely wrong (besides a compilation warning reported in Issue #1150),
because the manually generated timers are colliding with the automatically
generated timers.

As a result, the code written in the mentioned commits has been moved from
rpp_srmain.tlc into rpp_mrmain.tlc, because some ideas will be used later
for implementing Multi tasking multirate system.

rpp_srmain.tlc content has been restored to the previous state, which was
working correctly with right model configuration.

Exit macro with error message has been added to the rpp_file_process.tlc
for wrong model configuration detection.

Configuration for all demos has been corrected.

Fixes: #1150
9 years agoUpdate multirate demo eaton-0.3
Michal Sojka [Tue, 31 Mar 2015 16:51:24 +0000 (18:51 +0200)]
Update multirate demo

Change description, zoom to 100%.

9 years agoGet rid of unreferenced variable
Michal Sojka [Tue, 31 Mar 2015 16:37:02 +0000 (18:37 +0200)]
Get rid of unreferenced variable

For single-rate systems, the following warning appeared:

variable "taskCounter" was declared but never referenced

9 years agoRework handling of multi-rate systems
Michal Sojka [Tue, 31 Mar 2015 16:28:47 +0000 (18:28 +0200)]
Rework handling of multi-rate systems

The generated code is now simpler and does not contain floating point
numbers.

9 years agoRemove misleading comment
Michal Sojka [Tue, 31 Mar 2015 14:21:51 +0000 (16:21 +0200)]
Remove misleading comment

9 years agodoc: Rephrase multi-rate feature/limitation paragraph
Michal Sojka [Tue, 31 Mar 2015 14:16:23 +0000 (16:16 +0200)]
doc: Rephrase multi-rate feature/limitation paragraph

9 years agodoc: Update multi-rate demo description
Michal Sojka [Tue, 31 Mar 2015 14:08:56 +0000 (16:08 +0200)]
doc: Update multi-rate demo description

9 years agoFix warnings about missing output connections and sample times
Michal Horn [Tue, 31 Mar 2015 12:04:23 +0000 (14:04 +0200)]
Fix warnings about missing output connections and sample times

9 years agoTest software update
Michal Horn [Tue, 31 Mar 2015 11:47:10 +0000 (13:47 +0200)]
Test software update

9 years agodoc: Minor improvements
Michal Horn [Tue, 31 Mar 2015 11:43:33 +0000 (13:43 +0200)]
doc: Minor improvements

9 years agodoc: fix build failure, add missing image
Michal Horn [Tue, 31 Mar 2015 10:58:52 +0000 (12:58 +0200)]
doc: fix build failure, add missing image

9 years agodoc: remove multirates limitation from the text
Michal Horn [Tue, 31 Mar 2015 09:08:34 +0000 (11:08 +0200)]
doc: remove multirates limitation from the text

9 years agodoc: add description of the multirates singlethread demo
Michal Horn [Tue, 31 Mar 2015 09:07:49 +0000 (11:07 +0200)]
doc: add description of the multirates singlethread demo

9 years agoUpdate rpp library
Michal Horn [Tue, 31 Mar 2015 08:35:28 +0000 (10:35 +0200)]
Update rpp library

9 years agoAdd support for multirate singlethread models
Michal Horn [Tue, 31 Mar 2015 08:35:12 +0000 (10:35 +0200)]
Add support for multirate singlethread models

Fixes: #1009
9 years agodoc: Add revision history
Michal Sojka [Mon, 30 Mar 2015 15:44:20 +0000 (17:44 +0200)]
doc: Add revision history

9 years agodoc: Update "Adding new functionality" section
Michal Sojka [Mon, 30 Mar 2015 15:01:19 +0000 (17:01 +0200)]
doc: Update "Adding new functionality" section

9 years agodoc: OS replacement updates
Michal Sojka [Mon, 30 Mar 2015 09:57:16 +0000 (11:57 +0200)]
doc: OS replacement updates

9 years agodoc: Move changing OS section
Michal Sojka [Mon, 30 Mar 2015 07:46:09 +0000 (09:46 +0200)]
doc: Move changing OS section

9 years agodoc: Minor updates and improvements
Michal Sojka [Mon, 30 Mar 2015 07:45:56 +0000 (09:45 +0200)]
doc: Minor updates and improvements

9 years agodoc: Add description of replacing the operating system
Michal Horn [Fri, 27 Mar 2015 15:39:29 +0000 (16:39 +0100)]
doc: Add description of replacing the operating system

9 years agoDoc: add section about adding new features (blocks)
Michal Horn [Tue, 10 Mar 2015 15:48:25 +0000 (16:48 +0100)]
Doc: add section about adding new features (blocks)

fixes: #1081

9 years agoMerge branch 'maint-rm48' into rm48/master
Michal Sojka [Mon, 2 Mar 2015 10:55:32 +0000 (11:55 +0100)]
Merge branch 'maint-rm48' into rm48/master

9 years agoDo not call rpp_adc_update() multiple times
Michal Sojka [Mon, 2 Mar 2015 10:53:01 +0000 (11:53 +0100)]
Do not call rpp_adc_update() multiple times

Due to an error in the TLC template, rpp_adc_update() was called for
each ADC block, which wasteful.

9 years agoMake checkboxes with unimplemented features disabled
Michal Horn [Tue, 24 Feb 2015 15:21:50 +0000 (16:21 +0100)]
Make checkboxes with unimplemented features disabled

The OpenOCD feature is not implemented for RM48L952 target so it make
sense to disable the checkboxe for both Linux and Windows.

The SDRAM feature is not implemented as well, so it make also sense to
make the checkbox disabled until it is implemented.

9 years agodoc: Add step in creation of the new project, to fix _dabort issue
Michal Horn [Tue, 24 Feb 2015 15:11:51 +0000 (16:11 +0100)]
doc: Add step in creation of the new project, to fix _dabort issue

9 years agodoc: Fix command for making the library on Windows
Michal Horn [Tue, 24 Feb 2015 15:11:15 +0000 (16:11 +0100)]
doc: Fix command for making the library on Windows

9 years agodoc: Fix information about OpenOCD state
Michal Horn [Tue, 24 Feb 2015 15:10:54 +0000 (16:10 +0100)]
doc: Fix information about OpenOCD state

9 years agodoc: make some expressions more clear
Michal Horn [Tue, 24 Feb 2015 15:10:17 +0000 (16:10 +0100)]
doc: make some expressions more clear

9 years agodoc: Small tweaks
Michal Sojka [Mon, 16 Feb 2015 12:01:45 +0000 (13:01 +0100)]
doc: Small tweaks

9 years agoIgnore release archives and doc eaton-0.2
Michal Sojka [Mon, 16 Feb 2015 11:01:59 +0000 (12:01 +0100)]
Ignore release archives and doc

9 years agoUpdate test-sw submodule
Michal Sojka [Mon, 16 Feb 2015 10:47:50 +0000 (11:47 +0100)]
Update test-sw submodule

9 years agodoc: Final tweaks and updates before release
Michal Sojka [Mon, 16 Feb 2015 10:32:54 +0000 (11:32 +0100)]
doc: Final tweaks and updates before release

9 years agodoc: Minor fixes and improvements
Michal Sojka [Fri, 13 Feb 2015 16:43:11 +0000 (17:43 +0100)]
doc: Minor fixes and improvements

9 years agoOne more library update
Michal Sojka [Fri, 13 Feb 2015 16:34:07 +0000 (17:34 +0100)]
One more library update

No real changes, just a merge with maint-rm48.

9 years agoUpdate submodules
Michal Sojka [Fri, 13 Feb 2015 16:30:16 +0000 (17:30 +0100)]
Update submodules

9 years agoUpdate library version
Michal Sojka [Fri, 13 Feb 2015 16:05:54 +0000 (17:05 +0100)]
Update library version

9 years agodoc: Update creation of new app
Michal Sojka [Fri, 13 Feb 2015 15:04:06 +0000 (16:04 +0100)]
doc: Update creation of new app

Now it seems to be correct and bulletproof.

9 years agoUpdate creating new project section
Michal Sojka [Thu, 12 Feb 2015 17:56:36 +0000 (18:56 +0100)]
Update creating new project section

and user relative size of bitmap pictures rather than absolute ones.

9 years agoImprove description of openning models
Michal Horn [Mon, 9 Feb 2015 13:42:49 +0000 (14:42 +0100)]
Improve description of openning models

9 years agoImprove description of creating new Simulink models
Michal Horn [Mon, 9 Feb 2015 13:42:34 +0000 (14:42 +0100)]
Improve description of creating new Simulink models

9 years agoFix typo
Michal Horn [Mon, 9 Feb 2015 13:41:56 +0000 (14:41 +0100)]
Fix typo

9 years agoUpdate pictures and improve procedure for creating new CCS project based on RPP library
Michal Horn [Mon, 9 Feb 2015 13:41:41 +0000 (14:41 +0100)]
Update pictures and improve procedure for creating new CCS project based on RPP library

9 years agoFix Command Processor prompt TODO
Michal Horn [Mon, 9 Feb 2015 13:40:02 +0000 (14:40 +0100)]
Fix Command Processor prompt TODO

9 years agoRemove betaversion notice TODO
Michal Horn [Mon, 9 Feb 2015 13:39:24 +0000 (14:39 +0100)]
Remove betaversion notice TODO

9 years agoUpdate submodule versions
Michal Sojka [Wed, 4 Feb 2015 16:34:14 +0000 (17:34 +0100)]
Update submodule versions

9 years agoMerge branch 'maint-rm48' into rm48/master
Michal Sojka [Wed, 4 Feb 2015 16:33:18 +0000 (17:33 +0100)]
Merge branch 'maint-rm48' into rm48/master

9 years agoIgnore release files and directories
Michal Sojka [Wed, 4 Feb 2015 16:32:41 +0000 (17:32 +0100)]
Ignore release files and directories

9 years agoMerge branch 'maint-rm48' into rm48/master
Michal Sojka [Wed, 4 Feb 2015 16:28:01 +0000 (17:28 +0100)]
Merge branch 'maint-rm48' into rm48/master

9 years agoFurther documentation updates
Michal Sojka [Wed, 4 Feb 2015 16:27:26 +0000 (17:27 +0100)]
Further documentation updates

9 years agoMake checkboxes with linux only downloading features disabled on Windows
Michal Horn [Wed, 4 Feb 2015 15:24:49 +0000 (16:24 +0100)]
Make checkboxes with linux only downloading features disabled on Windows

9 years agoReview Chapter 2 + do few other things
Michal Sojka [Wed, 4 Feb 2015 14:28:24 +0000 (15:28 +0100)]
Review Chapter 2 + do few other things

9 years agoMerge branch 'maint-rm48' into rm48/master
Michal Sojka [Wed, 4 Feb 2015 12:47:25 +0000 (13:47 +0100)]
Merge branch 'maint-rm48' into rm48/master

9 years agodoc: Generate version.tex before invoking latexmk
Michal Sojka [Wed, 4 Feb 2015 12:46:22 +0000 (13:46 +0100)]
doc: Generate version.tex before invoking latexmk

LaTeX then produces less error messages and it is easier to spot real
problems.

9 years agoUpdate documentation
Michal Sojka [Mon, 2 Feb 2015 16:01:36 +0000 (17:01 +0100)]
Update documentation

9 years agoFix some TODOs in doc
Michal Sojka [Thu, 29 Jan 2015 10:53:52 +0000 (11:53 +0100)]
Fix some TODOs in doc

9 years agodoc: More fixes
Michal Sojka [Wed, 28 Jan 2015 23:48:32 +0000 (00:48 +0100)]
doc: More fixes

9 years agoUpdated doc up to Section 2.2
Michal Sojka [Wed, 28 Jan 2015 15:27:07 +0000 (16:27 +0100)]
Updated doc up to Section 2.2

9 years agoSwitch from bibtex to biblatex
Michal Sojka [Wed, 28 Jan 2015 13:36:02 +0000 (14:36 +0100)]
Switch from bibtex to biblatex

9 years agoMerge branch 'maint-rm48' into rm48/master
Michal Sojka [Fri, 12 Dec 2014 17:13:08 +0000 (18:13 +0100)]
Merge branch 'maint-rm48' into rm48/master

Conflicts:
doc/rpp_simulink.tex

9 years agodoc: Improve formating of title and some figures
Michal Sojka [Fri, 12 Dec 2014 17:06:41 +0000 (18:06 +0100)]
doc: Improve formating of title and some figures

9 years agodoc: Replace bitmap logo with a vector one
Michal Sojka [Fri, 12 Dec 2014 17:06:15 +0000 (18:06 +0100)]
doc: Replace bitmap logo with a vector one

9 years agoFix release target for RM48
Michal Sojka [Fri, 12 Dec 2014 16:46:52 +0000 (17:46 +0100)]
Fix release target for RM48

9 years agoMerge branch 'maint-rm48' into rm48/master
Michal Horn [Fri, 12 Dec 2014 16:33:37 +0000 (17:33 +0100)]
Merge branch 'maint-rm48' into rm48/master

9 years agodoc: add header and footer
Michal Horn [Fri, 12 Dec 2014 16:31:57 +0000 (17:31 +0100)]
doc: add header and footer

9 years agoMerge branch 'maint-rm48' into rm48/master
Michal Sojka [Fri, 12 Dec 2014 14:33:30 +0000 (15:33 +0100)]
Merge branch 'maint-rm48' into rm48/master

Conflicts:
Makefile
rpp/blocks/rpp_lib.slx
rpp/lib

9 years agoUpdate block masks by running rpp_update_doc.m
Michal Sojka [Fri, 12 Dec 2014 14:17:41 +0000 (15:17 +0100)]
Update block masks by running rpp_update_doc.m

Changelog:
Processing rpp_lib/Analog Input
Processing rpp_lib/Analog Output
Processing rpp_lib/CAN Receive
--- sfunction_canreceive.MaskHelp.old 2014-12-12 15:17:32.064470220 +0100
+++ sfunction_canreceive.MaskHelp.new 2014-12-12 15:17:32.064470220 +0100
@@ -1,7 +1,7 @@
 <p>This block allows receiving messages from the CAN bus. It can be configured for any of the CAN ports (modules) CAN1, CAN2 or CAN3.</p>
 <p>The acceptance rules for message reception can be specified by a <em>Message ID</em> parameter and optionally by a <em>Message ID mask</em>. Specifying the mask allows to receive messages with multiple IDs. The block supports both, the Standard (11b ID) and the Extended (29b ID) frame formats. Note that if Mixed message ID type is selected, the blocks will receive both frame types, but the Standard Message ID and optionally the Message ID mask has to be shifted by 18 bits to the left to correspond with the extended IDs and masks. For example, if Message ID parameter is set to 0x80000 and mask to 0x1ffbfff, the block will receive SFF messages with IDs 0x002 and 0x003 and EFF IDs 0x00080000 and 0x000c0000.</p>
-<p>The mailbox number can be assigned automatically or manually. Automatic mailbox numbers are generated in ascending order from 0 to 31. Every mailbox must have a unique number. It is possible to mix blocks with automatically and manually assigned mailboxes. If the manually assigned mailbox number would collide with the automatic one then the automatically generated block will get assigned a next higher non-colliding ID. The mailbox numbers are shared between CAN Transmit and CAN Receive blocks with the same CAN port (module) parameter.</p>
-<p>The order in which the messages are received and their priority depends on their mailbox numbers. The lower the mailbox number is, the higher is the priority. If you want to have the priority of the messages under control, you have to specify the numbers of the mailboxes manually.</p>
+<p>The mailbox number can be assigned automatically or manually. Automatic mailbox numbers are generated in ascending order from 1 to 64. Every mailbox must have a unique number. It is possible to mix blocks with automatically and manually assigned mailboxes. If the manually assigned mailbox number would collide with the automatic one then the automatically generated block will get assigned a next higher non-colliding number. The mailbox numbers are shared between CAN Transmit and CAN Receive blocks with the same CAN port (module) parameter.</p>
+<p>On message reception, the mailboxes and their acceptance filters are consulted in the order of increasing mailbox number. If a message can be accepted by more than one block you may want to assign the mailbox number manually to have better control over which block receives the message.</p>
 <p>The output of this block is a message data in selected format: uint8, uint16, uint32 or CAN_MESSAGE. The CAN_MESSAGE object can be unpacked by <code>CAN Unpack</code> block.</p>
 <p>Every time a message is received, the function call on <code>f()</code> output signal is triggered and the received message data is appears on the <code>Msg</code> output port. See <code>cantransmit.slx</code> demo for examples of different configurations and the usage of the CAN blocks.</p>
 <p>In order to use this block, there must be a <code>CAN Configure</code> block in the model.</p>

Processing rpp_lib/CAN Setup
Processing rpp_lib/CAN Transmit
--- sfunction_cantransmit.MaskHelp.old 2014-12-12 15:17:32.716459327 +0100
+++ sfunction_cantransmit.MaskHelp.new 2014-12-12 15:17:32.716459327 +0100
@@ -1,6 +1,6 @@
 <p>This block allows to send a message to the CAN bus. It can be configured for any of the CAN ports (modules) CAN1, CAN2 or CAN3.</p>
 <p>The message data are read from <code>Msg</code> input port. The data type is decided automatically from the input, but it is restricted to uint8, uint16, uint32 and CAN_MESSAGE. The CAN_MESSAGE object can be created by the <code>CAN Pack</code> block.</p>
 <p>The message sent by the block will have an ID assigned according to the number in the <em>Message ID</em> parameter. The block supports both types of message IDs: Standard (11b) and Extended (29b). If CAN_MESSAGE is used as input type, the message ID stored in CAN_MESSAGE object is ignored and the ID from the parameter of this block is used instead.</p>
-<p>The mailbox number can be assigned automatically or manually. Automatic mailbox numbers are generated in ascending order from 0 to 31. Every mailbox must have a unique number. It is possible to mix blocks with automatically and manually assigned mailboxes. If the manually assigned mailbox number would collide with the automatic one then the automatically generated block will get assigned a next higher non-colliding ID. The mailbox numbers are shared between CAN Transmit and CAN Receive blocks with the same CAN port (module) parameter.</p>
-<p>The order in which the messages are transmitted depends on their mailbox numbers. The lower the mailbox number is, the higher is the priority of the message and the sooner will it be transmitted. If you want to have the priority of the messages under control, you have to specify the numbers of the mailboxes manually.</p>
+<p>The mailbox number can be assigned automatically or manually. Automatic mailbox numbers are generated in ascending order from 1 to 64. Every mailbox must have a unique number. It is possible to mix blocks with automatically and manually assigned mailboxes. If the manually assigned mailbox number would collide with the automatic one then the automatically generated block will get assigned a next higher non-colliding number. The mailbox numbers are shared between CAN Transmit and CAN Receive blocks with the same CAN port (module) parameter.</p>
+<p>If there is multiple messages waiting for transmission, the order in which thet are transmitted depends on their mailbox numbers and not on the message IDs. The lower the mailbox number is, the sooner the message will be transmitted. If you want to have this under control, you should specify the numbers of the mailboxes manually.</p>
 <p>In order to use this block, there must be a <code>CAN Configure</code> block in the model.</p>

Processing rpp_lib/Configure FlexRay node
Processing rpp_lib/Configure RX buffer
Processing rpp_lib/Configure TX buffer
Processing rpp_lib/Digital Input
Processing rpp_lib/Digital Input Configure
Processing rpp_lib/Digital Output
Processing rpp_lib/H-Bridge Control
Processing rpp_lib/IRC Input
Processing rpp_lib/Overrun Detection
Processing rpp_lib/Power Output
Processing rpp_lib/SD-RAM Log Data
Processing rpp_lib/Serial Configure
Processing rpp_lib/Serial Printf
Processing rpp_lib/Serial Receive
Processing rpp_lib/Serial Send
[\bWarning: an error occurred while parsing class fxptui.explorer:
Invalid data type.
]\b

9 years agoCAN: Clarify block help text
Michal Sojka [Fri, 12 Dec 2014 14:15:04 +0000 (15:15 +0100)]
CAN: Clarify block help text

9 years agoImprove release target
Michal Sojka [Fri, 12 Dec 2014 13:37:39 +0000 (14:37 +0100)]
Improve release target

Previously, the release target copied the library headers from the git
work tree. This could result in various garbage to be included in the
release zip. Release preparation is now reworked to copy the library
header files from the library release directory instead from the work
tree. This way, no unwanted file should leak into the release.

9 years agoMerge branch 'maint-rm48' into rm48/master
Michal Horn [Fri, 12 Dec 2014 13:16:54 +0000 (14:16 +0100)]
Merge branch 'maint-rm48' into rm48/master

9 years agodoc: add description of using makefiles
Michal Horn [Fri, 12 Dec 2014 13:01:18 +0000 (14:01 +0100)]
doc: add description of using makefiles

9 years agodoc: mention the need for an embedded coder
Michal Horn [Fri, 12 Dec 2014 09:21:23 +0000 (10:21 +0100)]
doc: mention the need for an embedded coder

Fixes #1060

9 years agoMerge branch 'maint-rm48' into rm48/master
Michal Horn [Thu, 11 Dec 2014 16:34:22 +0000 (17:34 +0100)]
Merge branch 'maint-rm48' into rm48/master

Conflicts:
rpp/blocks/rpp_lib.slx

9 years agodoc: small fix
Michal Horn [Thu, 11 Dec 2014 16:31:43 +0000 (17:31 +0100)]
doc: small fix

9 years agoLibrary update
Michal Horn [Thu, 11 Dec 2014 15:54:34 +0000 (16:54 +0100)]
Library update

9 years agoLibrary update
Michal Horn [Thu, 11 Dec 2014 15:51:21 +0000 (16:51 +0100)]
Library update

9 years agoRename os directories and target config file from TMS570 to RM48
Michal Horn [Thu, 11 Dec 2014 15:41:46 +0000 (16:41 +0100)]
Rename os directories and target config file from TMS570 to RM48

Move the target config file to loadti directory, where it is more logical
as it is used by the loadti scripts.

9 years agodoc: Update CAN blocks description
Michal Horn [Wed, 10 Dec 2014 15:24:43 +0000 (16:24 +0100)]
doc: Update CAN blocks description

9 years agoUpdate CAN block description
Michal Horn [Wed, 10 Dec 2014 15:23:27 +0000 (16:23 +0100)]
Update CAN block description

9 years agodoc: remove ulut and TMS570 string from the layer description image
Michal Horn [Wed, 10 Dec 2014 15:11:48 +0000 (16:11 +0100)]
doc: remove ulut and TMS570 string from the layer description image

9 years agoMerge branch 'maint-rm48' into rm48/master
Michal Horn [Wed, 10 Dec 2014 15:09:03 +0000 (16:09 +0100)]
Merge branch 'maint-rm48' into rm48/master

Conflicts:
doc/rpp_simulink.tex

9 years agodoc: complete the CAN blocks description
Michal Horn [Wed, 10 Dec 2014 14:57:31 +0000 (15:57 +0100)]
doc: complete the CAN blocks description

9 years agodoc: fix sentences and formating
Michal Horn [Wed, 10 Dec 2014 14:55:55 +0000 (15:55 +0100)]
doc: fix sentences and formating

9 years agodoc: add halcogen to the software tools and requirements
Michal Horn [Wed, 10 Dec 2014 14:55:17 +0000 (15:55 +0100)]
doc: add halcogen to the software tools and requirements

9 years agoMerge branch 'maint-rm48' into rm48/master
Michal Horn [Wed, 10 Dec 2014 09:58:13 +0000 (10:58 +0100)]
Merge branch 'maint-rm48' into rm48/master

9 years agodoc: tune launch description in project setup
Michal Horn [Wed, 10 Dec 2014 09:57:39 +0000 (10:57 +0100)]
doc: tune launch description in project setup

9 years agoAdd target configuration file to the release package
Michal Horn [Wed, 10 Dec 2014 09:42:34 +0000 (10:42 +0100)]
Add target configuration file to the release package

9 years agoMerge branch 'maint-rm48' into rm48/master
Michal Horn [Wed, 10 Dec 2014 09:29:12 +0000 (10:29 +0100)]
Merge branch 'maint-rm48' into rm48/master

Conflicts:
doc/rpp_simulink.tex
doc/test-sw

9 years agodoc: add images, which I forgot to stage in previous commit
Michal Horn [Tue, 9 Dec 2014 15:46:58 +0000 (16:46 +0100)]
doc: add images, which I forgot to stage in previous commit

9 years agodoc: fix line width
Michal Horn [Tue, 9 Dec 2014 15:41:11 +0000 (16:41 +0100)]
doc: fix line width

9 years agodoc: enhance project setup section
Michal Horn [Tue, 9 Dec 2014 15:40:59 +0000 (16:40 +0100)]
doc: enhance project setup section

9 years agoFix simulink release Makefile
Michal Horn [Tue, 9 Dec 2014 15:08:38 +0000 (16:08 +0100)]
Fix simulink release Makefile

9 years agodoc: add HW description section
Michal Horn [Tue, 9 Dec 2014 12:04:21 +0000 (13:04 +0100)]
doc: add HW description section

9 years agodoc: remove TMS570 references, add RM48 references
Michal Horn [Tue, 9 Dec 2014 12:03:45 +0000 (13:03 +0100)]
doc: remove TMS570 references, add RM48 references

9 years agodoc: change references on TMS570 to Rm48
Michal Horn [Tue, 9 Dec 2014 12:02:51 +0000 (13:02 +0100)]
doc: change references on TMS570 to Rm48

9 years agodoc: fix latex warnings
Michal Horn [Fri, 5 Dec 2014 16:47:43 +0000 (17:47 +0100)]
doc: fix latex warnings

9 years agodoc: tune code formatting
Michal Horn [Fri, 5 Dec 2014 16:47:27 +0000 (17:47 +0100)]
doc: tune code formatting

9 years agodoc: add project installation section
Michal Horn [Fri, 5 Dec 2014 16:46:42 +0000 (17:46 +0100)]
doc: add project installation section