]> rtime.felk.cvut.cz Git - pes-rpp/rpp-test-sw.git/log
pes-rpp/rpp-test-sw.git
9 years agoMerge branch 'master' of rtime.felk.cvut.cz:rpp-test-sw
Michal Horn [Wed, 1 Oct 2014 09:59:17 +0000 (11:59 +0200)]
Merge branch 'master' of rtime.felk.cvut.cz:rpp-test-sw

9 years agoFixed warning detected by new ARM compiler 5.1.1
Michal Horn [Wed, 1 Oct 2014 09:58:28 +0000 (11:58 +0200)]
Fixed warning detected by new ARM compiler 5.1.1

Casting to wrong data type.

9 years agoImprove documentation of hbr* commands
Michal Sojka [Thu, 25 Sep 2014 14:57:31 +0000 (16:57 +0200)]
Improve documentation of hbr* commands

References #905.

9 years agoChanged hbr description to better describe situation when motor stops.
Karel Kočí [Wed, 17 Sep 2014 21:41:07 +0000 (23:41 +0200)]
Changed hbr description to better describe situation when motor stops.

9 years agoBuild target for SDRAM created, rpp-lib updated
Michal Horn [Mon, 15 Sep 2014 14:36:17 +0000 (16:36 +0200)]
Build target for SDRAM created, rpp-lib updated

9 years agoAdd Makefile for command line compilation
Michal Sojka [Tue, 12 Aug 2014 18:04:56 +0000 (20:04 +0200)]
Add Makefile for command line compilation

Currently, we use Eclipse driven build. This is a quick way for our
buildbot to do something useful. Later, we should write Makefile by hand
in the same way as for rpp-lib.

9 years agoMerge branch 'master' of ssh://rtime.felk.cvut.cz/rpp-test-sw
Michal Horn [Thu, 26 Jun 2014 12:45:33 +0000 (14:45 +0200)]
Merge branch 'master' of ssh://rtime.felk.cvut.cz/rpp-test-sw

9 years agorpp-lib updated
Michal Horn [Thu, 26 Jun 2014 12:44:48 +0000 (14:44 +0200)]
rpp-lib updated

10 years agodoc: Final version of `make upload`
Michal Sojka [Fri, 7 Mar 2014 11:08:14 +0000 (12:08 +0100)]
doc: Final version of `make upload`

10 years agodoc: Remove extra quotes
Michal Sojka [Thu, 6 Mar 2014 19:07:34 +0000 (20:07 +0100)]
doc: Remove extra quotes

10 years agoConvert doc from MediaWiki syntax to Markdown
Michal Sojka [Thu, 6 Mar 2014 18:53:14 +0000 (19:53 +0100)]
Convert doc from MediaWiki syntax to Markdown

This is to publish the commands on non-MW web. We use pandoc to generate
MediaWiki format from Markdown.

10 years agorpp library update
Michal Horn [Thu, 21 Nov 2013 12:56:12 +0000 (13:56 +0100)]
rpp library update

10 years agoConfiguration parameters for FlexRay examples extended and corrected to reflect final...
Michal Horn [Mon, 30 Sep 2013 15:51:10 +0000 (17:51 +0200)]
Configuration parameters for FlexRay examples extended and corrected to reflect final changes in the driver

10 years agowiki-edit.pl: Use git config to retrieve login and password
Michal Sojka [Tue, 24 Sep 2013 08:42:21 +0000 (10:42 +0200)]
wiki-edit.pl: Use git config to retrieve login and password

I accidentally deleted .wiki.pl file, which used before, multiple times.
Now I store this information outside of rpp git tree so it will not be
so easy to delete the configuration.

10 years agoMove #include from cmd_fray.h to .c
Michal Sojka [Tue, 24 Sep 2013 08:26:20 +0000 (10:26 +0200)]
Move #include from cmd_fray.h to .c

This include is not needed for interfacing the
implemented commands. This way, automatic generation of the documentation
does not fail.

10 years agoMove code fome cmd_emac.c. to cmd_emac.h
Michal Sojka [Tue, 24 Sep 2013 08:25:18 +0000 (10:25 +0200)]
Move code fome cmd_emac.c. to cmd_emac.h

The data types declared in .h were not needed for interfacing the
implemented commands. This way, automatic generation of the documentation
does not fail.

10 years agoUse HEAD of the library
Michal Sojka [Tue, 24 Sep 2013 08:17:16 +0000 (10:17 +0200)]
Use HEAD of the library

10 years agoFlexRay buffer reconfiguratoin tuned to accept two parameters for cycle filtering...
Michal Horn [Mon, 23 Sep 2013 16:02:06 +0000 (18:02 +0200)]
FlexRay buffer reconfiguratoin tuned to accept two parameters for cycle filtering instead of one

10 years agoMerge branch 'master' of ssh://rtime.felk.cvut.cz/rpp-test-sw
Michal Horn [Fri, 20 Sep 2013 14:56:21 +0000 (16:56 +0200)]
Merge branch 'master' of ssh://rtime.felk.cvut.cz/rpp-test-sw

10 years agoRPP library update
Michal Horn [Fri, 20 Sep 2013 14:47:21 +0000 (16:47 +0200)]
RPP library update

10 years agoUpdate lib - new DIN handling code
Michal Sojka [Fri, 20 Sep 2013 14:01:25 +0000 (16:01 +0200)]
Update lib - new DIN handling code

10 years agoMerge branch 'master' of ssh://rtime.felk.cvut.cz/rpp-test-sw
Michal Horn [Fri, 20 Sep 2013 08:42:22 +0000 (10:42 +0200)]
Merge branch 'master' of ssh://rtime.felk.cvut.cz/rpp-test-sw

10 years agoRPP library and FlexRay demo update
Michal Horn [Fri, 20 Sep 2013 08:42:14 +0000 (10:42 +0200)]
RPP library and FlexRay demo update

10 years agocan: Get rid of compiler warning (probably caused by a compiler bug)
Michal Sojka [Fri, 20 Sep 2013 08:19:43 +0000 (10:19 +0200)]
can: Get rid of compiler warning (probably caused by a compiler bug)

10 years agocan: Fixes and updates to the documentation
Michal Sojka [Fri, 20 Sep 2013 08:15:03 +0000 (10:15 +0200)]
can: Fixes and updates to the documentation

10 years agoReturn an error, instead of a warning, when can is not initialized
Michal Sojka [Fri, 20 Sep 2013 08:14:46 +0000 (10:14 +0200)]
Return an error, instead of a warning, when can is not initialized

10 years agoFix a warning about a missing return statement
Michal Sojka [Fri, 20 Sep 2013 08:03:43 +0000 (10:03 +0200)]
Fix a warning about a missing return statement

10 years agoFix indentation
Michal Sojka [Fri, 20 Sep 2013 08:02:23 +0000 (10:02 +0200)]
Fix indentation

10 years agoMerge branch 'can' of rtime.felk.cvut.cz:rpp-test-sw
Michal Sojka [Fri, 20 Sep 2013 07:54:51 +0000 (09:54 +0200)]
Merge branch 'can' of rtime.felk.cvut.cz:rpp-test-sw

Conflicts:
rpp-lib

10 years agoCopy&paste error fixed
Karryanna [Thu, 19 Sep 2013 12:54:30 +0000 (14:54 +0200)]
Copy&paste error fixed

10 years agoCaninit mentioned in documentation of send and dump
Karryanna [Thu, 19 Sep 2013 12:50:02 +0000 (14:50 +0200)]
Caninit mentioned in documentation of send and dump

10 years agoBasic documentation
Karryanna [Thu, 19 Sep 2013 12:36:47 +0000 (14:36 +0200)]
Basic documentation

10 years agoSend and Dump commands check whether CAN is initialized
Karryanna [Thu, 19 Sep 2013 12:35:45 +0000 (14:35 +0200)]
Send and Dump commands check whether CAN is initialized

10 years agoBaudrate command added
Karryanna [Thu, 19 Sep 2013 12:33:55 +0000 (14:33 +0200)]
Baudrate command added

10 years agoWhitespace changes
Karryanna [Thu, 19 Sep 2013 12:31:12 +0000 (14:31 +0200)]
Whitespace changes

10 years agoCAN dump printing out received messages
Karryanna [Thu, 19 Sep 2013 12:25:41 +0000 (14:25 +0200)]
CAN dump printing out received messages

10 years agoCAN send output changed
Karryanna [Thu, 19 Sep 2013 12:23:05 +0000 (14:23 +0200)]
CAN send output changed

10 years agoCleanup: Unused variables removed
Karryanna [Thu, 19 Sep 2013 12:21:25 +0000 (14:21 +0200)]
Cleanup: Unused variables removed

10 years agoUsing mixed IDs instead of extended only
Karryanna [Thu, 19 Sep 2013 12:05:55 +0000 (14:05 +0200)]
Using mixed IDs instead of extended only

10 years agoRPP library update, FlexRay demo commands tuned to test FIFO reject filtering
Michal Horn [Tue, 17 Sep 2013 16:05:34 +0000 (18:05 +0200)]
RPP library update, FlexRay demo commands tuned to test FIFO reject filtering

10 years agoUse right version of RPP library
Karryanna [Tue, 17 Sep 2013 15:20:09 +0000 (17:20 +0200)]
Use right version of RPP library

10 years agoCAN send and CAN dump
Karryanna [Tue, 17 Sep 2013 15:04:52 +0000 (17:04 +0200)]
CAN send and CAN dump

For now it's much more of backup than of working code thought
it should work quite well already.

10 years agoCompilation warnings in netstats repaired
Michal Horn [Tue, 17 Sep 2013 12:55:04 +0000 (14:55 +0200)]
Compilation warnings in netstats repaired

10 years agoFlexRay config FIFO command updated, default configuration structures updated, demo...
Michal Horn [Tue, 17 Sep 2013 12:54:14 +0000 (14:54 +0200)]
FlexRay config FIFO command updated, default configuration structures updated, demo commands updated

10 years agoMerge branch 'master' of ssh://rtime.felk.cvut.cz/rpp-test-sw
Michal Horn [Mon, 16 Sep 2013 16:44:31 +0000 (18:44 +0200)]
Merge branch 'master' of ssh://rtime.felk.cvut.cz/rpp-test-sw

10 years agoRPP library update, commands for Rx FIFO added
Michal Horn [Mon, 16 Sep 2013 16:44:23 +0000 (18:44 +0200)]
RPP library update, commands for Rx FIFO added

10 years agoUpdate the library
Michal Sojka [Mon, 16 Sep 2013 15:05:42 +0000 (17:05 +0200)]
Update the library

Submodule rpp-lib c5eb184..8adf4ab:
  > Use the right linker script in helloworld

10 years agoFix order of referenced linked libraries
Michal Sojka [Mon, 16 Sep 2013 14:35:58 +0000 (16:35 +0200)]
Fix order of referenced linked libraries

If rtsv7R4_T_be_v3D16_eabi.lib is mentioned before rpp-lib.lib, then linker
chooses boot code (_c_int00) the former library and not our code from
rpp-library. This means that the resulting program does not work.

10 years agoMove rpp-test-sw to a subdirectory
Michal Sojka [Mon, 16 Sep 2013 13:21:09 +0000 (15:21 +0200)]
Move rpp-test-sw to a subdirectory

This ensures that when importing the rpp-test-sw project, the rpp-lib
project gets imported automatically as well. Previously, import failed
and one had to import rpp-lib project manually.

10 years agoTell rpp-test-sw to use the right linker script
Michal Sojka [Mon, 16 Sep 2013 12:19:06 +0000 (14:19 +0200)]
Tell rpp-test-sw to use the right linker script

Without this change, the program does not run!

10 years agoMerge branch 'master' of ssh://rtime.felk.cvut.cz/rpp-test-sw
Jan Dolezal [Sat, 14 Sep 2013 14:11:22 +0000 (16:11 +0200)]
Merge branch 'master' of ssh://rtime.felk.cvut.cz/rpp-test-sw

Conflicts:
.cproject
rpp-lib

10 years agoethernet commands reorganized, statistics commands in progress
Jan Dolezal [Sat, 14 Sep 2013 11:23:58 +0000 (13:23 +0200)]
ethernet commands reorganized, statistics commands in progress

10 years agoUpdate rpp-lib to HEAD
Michal Sojka [Fri, 13 Sep 2013 13:24:31 +0000 (15:24 +0200)]
Update rpp-lib to HEAD

10 years agoeth post OS init moved to dedicated command; removed casts to (const char *) from...
Jan Dolezal [Fri, 13 Sep 2013 11:12:13 +0000 (13:12 +0200)]
eth post OS init moved to dedicated command; removed casts to (const char *) from prints

10 years agoDo not compile the library in rpp-test-sw CCS project
Michal Sojka [Fri, 13 Sep 2013 10:32:09 +0000 (12:32 +0200)]
Do not compile the library in rpp-test-sw CCS project

Instead, add a reference to the rpp-lib CCS and link the rpp-test-sw
against the resulting library.

Issue #388 @10m

10 years agocmd_emac.c - added user interrupt on key stroke
Jan Dolezal [Thu, 12 Sep 2013 15:00:33 +0000 (17:00 +0200)]
cmd_emac.c - added user interrupt on key stroke

10 years agorpp library update
Michal Horn [Thu, 12 Sep 2013 13:58:54 +0000 (15:58 +0200)]
rpp library update

10 years agoRpp library update and Typo in cmd_do_fr_reconfigure_buffer repaired.
Michal Horn [Thu, 12 Sep 2013 13:13:29 +0000 (15:13 +0200)]
Rpp library update and Typo in cmd_do_fr_reconfigure_buffer repaired.

10 years agorpp library update
Michal Horn [Thu, 12 Sep 2013 11:32:44 +0000 (13:32 +0200)]
rpp library update

10 years agoDisable FlexRay configuratin commands after the driver was initialized
Michal Horn [Thu, 12 Sep 2013 10:38:36 +0000 (12:38 +0200)]
Disable FlexRay configuratin commands after the driver was initialized

10 years agoFlexRay commands description for halt, abort and restart communication modified,...
Michal Horn [Wed, 11 Sep 2013 14:07:24 +0000 (16:07 +0200)]
FlexRay commands description for halt, abort and restart communication modified, number of FIFO parameters reduced

10 years agoupdated library - sci print, eth send
Jan Dolezal [Tue, 10 Sep 2013 16:15:09 +0000 (18:15 +0200)]
updated library - sci print, eth send

10 years agoMerge branch 'eth'
Michal Sojka [Tue, 10 Sep 2013 15:48:05 +0000 (17:48 +0200)]
Merge branch 'eth'

Conflicts:
rpp-lib

10 years agoClarify netcat command documentation
Michal Sojka [Tue, 10 Sep 2013 15:44:27 +0000 (17:44 +0200)]
Clarify netcat command documentation

10 years agoAdd eth prefix to eth commands + minor doc updates
Michal Sojka [Tue, 10 Sep 2013 15:10:08 +0000 (17:10 +0200)]
Add eth prefix to eth commands + minor doc updates

10 years agonetstats: Simplification, comment out unimplemented comments
Michal Sojka [Tue, 10 Sep 2013 15:01:41 +0000 (17:01 +0200)]
netstats: Simplification, comment out unimplemented comments

10 years agoSet Emacs's tab-width for all modes, not only for C
Michal Sojka [Tue, 10 Sep 2013 09:47:04 +0000 (11:47 +0200)]
Set Emacs's tab-width for all modes, not only for C

10 years agoConfigure indenting in Emacs to be the same as in CCS
Michal Sojka [Tue, 10 Sep 2013 09:15:30 +0000 (11:15 +0200)]
Configure indenting in Emacs to be the same as in CCS

CCS configuration defaults to tab width of 4. When opening a file in emacs
with the default configuration, the indenting is broken because emacs
uses tab width of 8.

10 years agoCommand for FlexRay buffer reconfiguratin add
Michal Horn [Mon, 9 Sep 2013 15:49:26 +0000 (17:49 +0200)]
Command for FlexRay buffer reconfiguratin add

10 years agoChange of the FlexRay start, halt and abort commands description to reflex the new...
Michal Horn [Mon, 9 Sep 2013 13:10:12 +0000 (15:10 +0200)]
Change of the FlexRay start, halt and abort commands description to reflex the new restart communication ability

10 years agoNew command for FlexRay FIFO creation.
Michal Horn [Wed, 4 Sep 2013 10:44:13 +0000 (12:44 +0200)]
New command for FlexRay FIFO creation.

Parameters structure chaged to be the same as for static and dynamic segment buffers.
Old FIFO configuration code removed.
Functions names rpp prefixes for user configuration changed to cmd prefix.
FIFO buffers parameters in demo commands was modified.

10 years agostarted statistic commands, NO_SYS nc version
Jan Dolezal [Mon, 26 Aug 2013 13:21:07 +0000 (15:21 +0200)]
started statistic commands, NO_SYS nc version

10 years agoAdd NM vector watch command to demo description
Michal Sojka [Fri, 30 Aug 2013 08:03:26 +0000 (10:03 +0200)]
Add NM vector watch command to demo description

10 years agoFlexRay demo commands type errors repair
Michal Horn [Fri, 30 Aug 2013 07:33:59 +0000 (09:33 +0200)]
FlexRay demo commands type errors repair

10 years agoIncreased heap size in the library
Michal Sojka [Fri, 30 Aug 2013 07:23:14 +0000 (09:23 +0200)]
Increased heap size in the library

10 years agoClear memory when receiving data.
Michal Horn [Thu, 29 Aug 2013 14:40:01 +0000 (16:40 +0200)]
Clear memory when receiving data.

10 years agoFix single/continuous parsing in frbtcfgbuf
Michal Sojka [Thu, 29 Aug 2013 14:23:44 +0000 (16:23 +0200)]
Fix single/continuous parsing in frbtcfgbuf

10 years agoUpdate documentation of flexray config commands
Michal Sojka [Thu, 29 Aug 2013 14:08:36 +0000 (16:08 +0200)]
Update documentation of flexray config commands

10 years agocoment FIFO buffers parameter names in demo configuration commands
Michal Horn [Thu, 29 Aug 2013 13:56:51 +0000 (15:56 +0200)]
coment FIFO buffers parameter names in demo configuration commands

10 years agoMerge branch 'master' of ssh://rtime.felk.cvut.cz/rpp-test-sw
Michal Horn [Thu, 29 Aug 2013 13:54:15 +0000 (15:54 +0200)]
Merge branch 'master' of ssh://rtime.felk.cvut.cz/rpp-test-sw

10 years agoChange example commads for configuration of the flexray demo
Michal Horn [Thu, 29 Aug 2013 13:53:52 +0000 (15:53 +0200)]
Change example commads for configuration of the flexray demo

10 years agocmdproc: Ignore comments (lines starting with '#')
Michal Sojka [Thu, 29 Aug 2013 13:51:46 +0000 (15:51 +0200)]
cmdproc: Ignore comments (lines starting with '#')

10 years agoChange command for configuring flexray buffers
Michal Sojka [Thu, 29 Aug 2013 13:44:14 +0000 (15:44 +0200)]
Change command for configuring flexray buffers

10 years agoRPP library update
Michal Horn [Thu, 29 Aug 2013 12:36:52 +0000 (14:36 +0200)]
RPP library update

10 years agoFlexRay demo network management vector sending for node A and node B
Michal Horn [Thu, 29 Aug 2013 12:29:08 +0000 (14:29 +0200)]
FlexRay demo network management vector sending for node A and node B

10 years agoMessage RAM number of static, dynamic and fifo buffer set for user configuration.
Michal Horn [Thu, 29 Aug 2013 12:28:37 +0000 (14:28 +0200)]
Message RAM number of static, dynamic and fifo buffer set for user configuration.

10 years agoMove flexray string based initialization functions from the library to the command...
Michal Sojka [Thu, 29 Aug 2013 11:42:20 +0000 (13:42 +0200)]
Move flexray string based initialization functions from the library to the command implementation

10 years agoAdd frbtnmwatch command
Michal Sojka [Thu, 29 Aug 2013 11:20:23 +0000 (13:20 +0200)]
Add frbtnmwatch command

This command watches the values of network management vector.

10 years agoFlexRay demo commands add
Michal Horn [Thu, 29 Aug 2013 09:54:14 +0000 (11:54 +0200)]
FlexRay demo commands add

10 years agoFlexRay motor example H-bridge period tuned, TX buffer set to continuous mode, data...
Michal Horn [Wed, 28 Aug 2013 19:25:03 +0000 (21:25 +0200)]
FlexRay motor example H-bridge period tuned, TX buffer set to continuous mode, data transmission failure detection add

10 years agoH-bridge period limit documentation added
Michal Horn [Wed, 28 Aug 2013 19:23:58 +0000 (21:23 +0200)]
H-bridge period limit documentation added

10 years agoUpdate examples for frbtsettimer and fix the code
Michal Sojka [Wed, 28 Aug 2013 17:54:50 +0000 (19:54 +0200)]
Update examples for frbtsettimer and fix the code

10 years agoSimplify frbtsettimer implementation and fix documentation
Michal Sojka [Wed, 28 Aug 2013 17:37:47 +0000 (19:37 +0200)]
Simplify frbtsettimer implementation and fix documentation

10 years agoUpdate documentation of fraytest commands
Michal Sojka [Wed, 28 Aug 2013 17:10:53 +0000 (19:10 +0200)]
Update documentation of fraytest commands

10 years agoAn exception handler for FlexRay message receiving failure added
Michal Horn [Wed, 28 Aug 2013 17:16:55 +0000 (19:16 +0200)]
An exception handler for FlexRay message receiving failure added

10 years agoFlexRay simple test repaired
Michal Horn [Wed, 28 Aug 2013 17:04:29 +0000 (19:04 +0200)]
FlexRay simple test repaired

10 years agoAdd some missing new-lines
Michal Sojka [Tue, 27 Aug 2013 14:43:44 +0000 (16:43 +0200)]
Add some missing new-lines

EXAM tests were broken because of this and removed newline in prompt.

10 years agoFix example indentation in dac commands
Michal Sojka [Fri, 23 Aug 2013 16:10:46 +0000 (18:10 +0200)]
Fix example indentation in dac commands

10 years agoSimplify command processor initialization, etc.
Michal Sojka [Fri, 23 Aug 2013 13:59:22 +0000 (15:59 +0200)]
Simplify command processor initialization, etc.

Also:
- Modify the string printed after reset.
- Do not print CR LF before prompt.

10 years agoAdd version command
Michal Sojka [Fri, 23 Aug 2013 13:34:12 +0000 (15:34 +0200)]
Add version command