]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/log
pes-rpp/rpp-lib.git
9 years agoMerge branch 'master' of rtime.felk.cvut.cz:pes-rpp/rpp-lib
Michal Horn [Tue, 26 Aug 2014 08:41:00 +0000 (10:41 +0200)]
Merge branch 'master' of rtime.felk.cvut.cz:pes-rpp/rpp-lib

9 years agoFixed bug in CAN configuration, fiiltering settings
Michal Horn [Tue, 26 Aug 2014 08:40:36 +0000 (10:40 +0200)]
Fixed bug in CAN configuration, fiiltering settings

This bug caused the message filtering malfunction when mask was defined.
Now the standart, extended and mixed message ID filtering with mask definition is supported.

When mixed is selected, only he higher bits of the Mask and ID registers are used.

9 years agoUpdate to fixed lwip version
Michal Sojka [Tue, 19 Aug 2014 17:16:55 +0000 (19:16 +0200)]
Update to fixed lwip version

The commit message from lwip submodule:

Remove inline from non-static functions

It seems that the compiler/CCS is somehow buggy when it sees non-static
inline functions, because the build is successful on desktop computers
but not buildbot's server. This change solves the buildbot failure. The
error message was:

9 years agoFixes IRC enable
Karel Kočí [Tue, 19 Aug 2014 15:35:36 +0000 (17:35 +0200)]
Fixes IRC enable

IRC couldn't been started, because of wrong data change.
Only by mistake in HET program IRC2 was working.

9 years agoGet rid of compiler warning
Michal Sojka [Tue, 19 Aug 2014 14:33:50 +0000 (16:33 +0200)]
Get rid of compiler warning

warning #10210-D: creating ".stack" section with default size of 0x800; use the -stack option to change the default size

9 years agoFix some errors and warnings in POSIX compilation
Michal Sojka [Tue, 19 Aug 2014 13:31:44 +0000 (15:31 +0200)]
Fix some errors and warnings in POSIX compilation

9 years agoFix compile error in POSIX build of the library
Michal Sojka [Tue, 19 Aug 2014 13:19:29 +0000 (15:19 +0200)]
Fix compile error in POSIX build of the library

../rpp/src/rpp/din.c: In function ‘check_pin_busy’:
../rpp/src/rpp/din.c:63:9: error: ‘rpp_irc1_enabled’ undeclared (first use in this function)

9 years agoAdd implementation of IRC module.
Karel Kočí [Tue, 19 Aug 2014 13:08:12 +0000 (15:08 +0200)]
Add implementation of IRC module.

Added implementation of IRC. Implementation is in new files
ti_drv_het2.c/ti_drv_het2.h, because IRC is implemented on second N2HET.

New header file of RPP API irc.h is also added to rpp.h with macro
condition rppCONFIG_INCLUDE_IRC. And also added call of rpp_irc_init()
in rpp_init() for initializing to rpp.c.

Added DIN 10,11 and 14,15 blocking when IRC1/2 is running. For this reason are
added new global variables: rpp_irc1_enabled, rpp_irc2_enabled.

Program for N2HET in ti_drv_het2.c was build with NHET Assembler. Source file is ti_drv_het2_irc.het
and is in same folder as ti_drv_het2.c.

Added new function setMuxForIRC() for pinmux for HET2 (file sys_pinmux.c/.h).

9 years agoAdd proper dependency to rpp-lib into rpp-test-suite Makefiles
Michal Sojka [Tue, 29 Jul 2014 08:31:15 +0000 (10:31 +0200)]
Add proper dependency to rpp-lib into rpp-test-suite Makefiles

Now, the test is re-linked if the library changes

9 years agoAdd Makefile for POSIX version of testsuite
Michal Sojka [Tue, 29 Jul 2014 08:25:42 +0000 (10:25 +0200)]
Add Makefile for POSIX version of testsuite

9 years agoMakefile: Fix subdir targets containing slashes
Michal Sojka [Tue, 29 Jul 2014 07:08:06 +0000 (09:08 +0200)]
Makefile: Fix subdir targets containing slashes

9 years agoChange top-level Makefile to not call Eclipse
Michal Sojka [Mon, 28 Jul 2014 18:08:47 +0000 (20:08 +0200)]
Change top-level Makefile to not call Eclipse

Now, when we have the proper Makefiles, it is not necessary to bother
with slow Eclipse.

9 years agoAdd Makefile for rpp-test-suite
Michal Sojka [Mon, 28 Jul 2014 17:44:41 +0000 (19:44 +0200)]
Add Makefile for rpp-test-suite

9 years agoFix compile errors discovered by GCC
Michal Sojka [Mon, 28 Jul 2014 16:49:50 +0000 (18:49 +0200)]
Fix compile errors discovered by GCC

9 years agoAdd Makefile to compile POSIX version of the library
Michal Sojka [Mon, 28 Jul 2014 16:49:18 +0000 (18:49 +0200)]
Add Makefile to compile POSIX version of the library

9 years agoAdd Makefile for Release configuration
Michal Sojka [Mon, 28 Jul 2014 16:09:22 +0000 (18:09 +0200)]
Add Makefile for Release configuration

Split the configuration so that it is easier to have more makefiles
for building the library.

9 years agoUse handwritten Makefile to compile the library
Michal Sojka [Mon, 28 Jul 2014 15:13:08 +0000 (17:13 +0200)]
Use handwritten Makefile to compile the library

Fixes #921.

9 years agoCompile the library with --gen_func_subsections
Michal Sojka [Thu, 24 Jul 2014 12:07:07 +0000 (14:07 +0200)]
Compile the library with --gen_func_subsections

This allow linker to remove unused functions such as sciReceive() from
the final binary.

9 years agoGet rid of sciNotification() and sciLowLevelInterrupt()
Michal Sojka [Thu, 24 Jul 2014 11:39:56 +0000 (13:39 +0200)]
Get rid of sciNotification() and sciLowLevelInterrupt()

sciNotification (probably generated by HalCoGen) didn't serve any
reasonable purpose. We replaced its only meaningful occurrence in receive
interrupt by the actual work done there - clearing error flags. This
clearing was hidden in sciReceive(). Now things are much more
straightforward.

sciLowLevelInterrupt was not used at all.

9 years agoSet default SCI baudrate to 115200
Michal Sojka [Mon, 21 Jul 2014 11:28:38 +0000 (13:28 +0200)]
Set default SCI baudrate to 115200

9 years agoAllow compilation without Ethernet
Michal Sojka [Thu, 17 Jul 2014 07:29:43 +0000 (09:29 +0200)]
Allow compilation without Ethernet

This saves about 60 kB in flash.

Now it is possible to define rppCONFIG_INCLUDE_ETH as 0 in RppConfig.h and
everything can compiles without problems.

9 years agoMake malloc() work
Michal Sojka [Thu, 17 Jul 2014 07:20:35 +0000 (09:20 +0200)]
Make malloc() work

ARM compiler's malloc() uses .sysmem section. This section should be in
RAM, not in FLASH.

We need malloc(), because Simulink's external mode code calls it to
allocate some buffers.

9 years agoDocument drv_sci_send_imm()
Michal Sojka [Mon, 21 Jul 2014 15:20:48 +0000 (17:20 +0200)]
Document drv_sci_send_imm()

9 years agoSet tab width for Emacs the same way as it is in CCS studio
Michal Sojka [Tue, 15 Jul 2014 18:29:10 +0000 (20:29 +0200)]
Set tab width for Emacs the same way as it is in CCS studio

9 years agoUpdate documentation of hbr_* functions
Michal Sojka [Mon, 14 Jul 2014 18:19:39 +0000 (20:19 +0200)]
Update documentation of hbr_* functions

References #903.

9 years agoFix H-bridge failure
Cynerd [Mon, 14 Jul 2014 17:34:28 +0000 (19:34 +0200)]
Fix H-bridge failure

In certain situation the H-Bridge stops working without signaling that in
its status byte.  This happens when the watchdog message is sent
approximately 25us after asserting EN signal.  To prevent this situation we
have to synchronize EN signal with watchdog thread.

This commit also cleans up the H-bridge enable/disable logic. Now, the
H-bridge is no longer enabled when zero duty cycle is passed to
rpp_hbr_control(). The H-bridge must be enabled and disabled explicitely by
calling rpp_hbr_enable/disable().

Fixes #903.

Signed-off-by: Michal Sojka <sojkam1@fel.cvut.cz>
9 years agoDefine more error codes
Cynerd [Mon, 14 Jul 2014 16:54:25 +0000 (18:54 +0200)]
Define more error codes

9 years agoFix typo
Michal Sojka [Wed, 2 Jul 2014 23:53:33 +0000 (01:53 +0200)]
Fix typo

9 years agoAdd sw-layers figure
Michal Sojka [Wed, 2 Jul 2014 23:45:32 +0000 (01:45 +0200)]
Add sw-layers figure

This is a modified and extended version of layers that includes also
Simulink code generation target.

9 years agoAdd comment
Michal Sojka [Wed, 2 Jul 2014 22:19:08 +0000 (00:19 +0200)]
Add comment

9 years agoChange the license from GPL to proprietary
Michal Sojka [Wed, 2 Jul 2014 21:51:08 +0000 (23:51 +0200)]
Change the license from GPL to proprietary

It was the initial plan to have everything under a non-free license,
but Carlos preferred GPL while saying that we, as copyright holders,
can change this whenever we want. So we want now :)

9 years agoBug in flexray API found, description with proposed fix written.
Michal Horn [Thu, 26 Jun 2014 12:40:30 +0000 (14:40 +0200)]
Bug in flexray API found, description with proposed fix written.

10 years agoMerge branch 'master' of rtime.felk.cvut.cz:pes-rpp/rpp-lib
Michal Sojka [Mon, 7 Oct 2013 08:03:44 +0000 (10:03 +0200)]
Merge branch 'master' of rtime.felk.cvut.cz:pes-rpp/rpp-lib

10 years agoFlexRay interrupts enabled after initialisation is done, RX FIFO buffer detection...
Michal Horn [Mon, 30 Sep 2013 15:49:53 +0000 (17:49 +0200)]
FlexRay interrupts enabled after initialisation is done, RX FIFO buffer detection improved

10 years agoMerge branch 'master' of rtime.felk.cvut.cz:pes-rpp/rpp-lib
Michal Sojka [Tue, 24 Sep 2013 08:16:47 +0000 (10:16 +0200)]
Merge branch 'master' of rtime.felk.cvut.cz:pes-rpp/rpp-lib

10 years agoStoring reconfigured filter criteria in Fr_ReconfigLPdu added
Michal Horn [Mon, 23 Sep 2013 16:01:00 +0000 (18:01 +0200)]
Storing reconfigured filter criteria in Fr_ReconfigLPdu added

Without this the FlexRay forgot the reconfigured parameters after next dynamic segment message transmission.

10 years agoBug in FlexRay receive message function repaired
Michal Horn [Mon, 23 Sep 2013 15:32:21 +0000 (17:32 +0200)]
Bug in FlexRay receive message function repaired

When the messages was shorter than 4B, it was not received.

10 years agoFlexRay bug in transmission repaired
Michal Horn [Mon, 23 Sep 2013 15:23:32 +0000 (17:23 +0200)]
FlexRay bug in transmission repaired

The reconfiguration of the size was badly implemented. Each time a message in dynamic segment was sent, the buffer was reconfigured to its default parameters.

10 years agoFlexRay bug in initialisation repaired
Michal Horn [Mon, 23 Sep 2013 13:53:35 +0000 (15:53 +0200)]
FlexRay bug in initialisation repaired

When a buffer was reconfigured to transmit in different slot and the node was halted and restarted after that, the buffer was unavailable forever.

10 years agoFlexRay transmit function tuned to reflect reconfigured maximal payload when resizing...
Michal Horn [Mon, 23 Sep 2013 13:53:27 +0000 (15:53 +0200)]
FlexRay transmit function tuned to reflect reconfigured maximal payload when resizing the buffer at dynamic segment transfer

10 years agoFlexRay bug in reconfiguration function repaired.
Michal Horn [Mon, 23 Sep 2013 13:51:58 +0000 (15:51 +0200)]
FlexRay bug in reconfiguration function repaired.

The function was used old buffer data for channel and cycle filtering parameters instead using the new one.

10 years agoFlexRay buffer reconfiguration function changed to be more Autosar compliant
Michal Horn [Mon, 23 Sep 2013 09:51:37 +0000 (11:51 +0200)]
FlexRay buffer reconfiguration function changed to be more Autosar compliant

10 years agoFlexRay Driver autosar complience summary added
Michal Horn [Fri, 20 Sep 2013 14:42:30 +0000 (16:42 +0200)]
FlexRay Driver autosar complience summary added

Some Failures here are going to be resolved soon, some others are unresolvable.

10 years agoFlexRay buffer payload reconfiguration for dynamic segment messages added as Autosar...
Michal Horn [Fri, 20 Sep 2013 14:41:26 +0000 (16:41 +0200)]
FlexRay buffer payload reconfiguration for dynamic segment messages added as Autosar specifies

10 years agoFlexRay Controller init ensurance for interrupts and timers added as Autosar specifies.
Michal Horn [Fri, 20 Sep 2013 14:40:45 +0000 (16:40 +0200)]
FlexRay Controller init ensurance for interrupts and timers added as Autosar specifies.

10 years agoFlexRay configuration verification added, parameter for number of repetition in case...
Michal Horn [Fri, 20 Sep 2013 14:39:33 +0000 (16:39 +0200)]
FlexRay configuration verification added, parameter for number of repetition in case of failure added

10 years agoFlexRay buffer reconfiguration enable parameter added and function modified to behave...
Michal Horn [Fri, 20 Sep 2013 14:38:20 +0000 (16:38 +0200)]
FlexRay buffer reconfiguration enable parameter added and function modified to behave as Autosar specifies

10 years agoFlexRay Autosar initialisation check tuned
Michal Horn [Fri, 20 Sep 2013 14:36:13 +0000 (16:36 +0200)]
FlexRay Autosar initialisation check tuned

10 years agodin: Simplify din_spi_get_command_from_enum() + other cleanups
Michal Sojka [Fri, 20 Sep 2013 13:47:14 +0000 (15:47 +0200)]
din: Simplify din_spi_get_command_from_enum() + other cleanups

10 years agodin: Fix reset command
Michal Sojka [Fri, 20 Sep 2013 11:28:45 +0000 (13:28 +0200)]
din: Fix reset command

10 years agodin: Reorganize enum, cleanup indentation
Michal Sojka [Fri, 20 Sep 2013 11:20:17 +0000 (13:20 +0200)]
din: Reorganize enum, cleanup indentation

10 years agoSimplify DIN driver layer
Martin Koubek [Mon, 16 Sep 2013 14:25:52 +0000 (16:25 +0200)]
Simplify DIN driver layer

[Commit message edited by Michal Sojka]

10 years agoMerge branch 'master' of rtime.felk.cvut.cz:pes-rpp/rpp-lib
Michal Horn [Fri, 20 Sep 2013 08:41:15 +0000 (10:41 +0200)]
Merge branch 'master' of rtime.felk.cvut.cz:pes-rpp/rpp-lib

10 years agoFlexRay driver code cleanup
Michal Horn [Fri, 20 Sep 2013 08:41:06 +0000 (10:41 +0200)]
FlexRay driver code cleanup

10 years agoMerge branch 'master' of rtime.felk.cvut.cz:pes-rpp/rpp-lib
Michal Sojka [Fri, 20 Sep 2013 08:18:28 +0000 (10:18 +0200)]
Merge branch 'master' of rtime.felk.cvut.cz:pes-rpp/rpp-lib

10 years agoLong switch statements replaced by maps in FlexRay Fr_GetPOCStatus
Michal Horn [Fri, 20 Sep 2013 08:11:57 +0000 (10:11 +0200)]
Long switch statements replaced by maps in FlexRay Fr_GetPOCStatus

10 years agoDo not initialize CAN by default
Michal Sojka [Fri, 20 Sep 2013 07:49:17 +0000 (09:49 +0200)]
Do not initialize CAN by default

There are several reasons for that:
1. The default configuration is useless for most applications.
2. The config was allocated on stack. Since it is remembered in can.c,
   it is necessary that the configuration remains in memory forever. This
   is not true for local variables, that are allocated on the stack.

10 years agocan: Simplify map_controller()
Michal Sojka [Fri, 20 Sep 2013 07:42:26 +0000 (09:42 +0200)]
can: Simplify map_controller()

10 years agoMerge branch 'can'
Michal Sojka [Fri, 20 Sep 2013 07:30:15 +0000 (09:30 +0200)]
Merge branch 'can'

10 years agoFlexRay buffer common (re)configuration code merged into one function
Michal Horn [Thu, 19 Sep 2013 12:54:58 +0000 (14:54 +0200)]
FlexRay buffer common (re)configuration code merged into one function

10 years agoCopy and paste error in FlexRay repaired
Michal Horn [Thu, 19 Sep 2013 12:30:51 +0000 (14:30 +0200)]
Copy and paste error in FlexRay repaired

10 years agoUsing CAN_EFF_FLAG from now on
Karolína Burešová [Thu, 19 Sep 2013 12:02:10 +0000 (14:02 +0200)]
Using CAN_EFF_FLAG from now on

10 years agoBugfix: Looking for message object in wrong part of config
Karolína Burešová [Thu, 19 Sep 2013 12:00:51 +0000 (14:00 +0200)]
Bugfix: Looking for message object in wrong part of config

10 years agoProhibition of the cancelation of the first and second buffer removed
Michal Horn [Thu, 19 Sep 2013 11:29:32 +0000 (13:29 +0200)]
Prohibition of the cancelation of the first and second buffer removed

There is no need to prohibit the cancelation of transmission on key slot because the synchronisation is still running even if no user messages are transmitted.

10 years agoData copy in Fr_ReceiveRxLPdu function tuned to be more readable and probably even...
Michal Horn [Thu, 19 Sep 2013 11:27:44 +0000 (13:27 +0200)]
Data copy in Fr_ReceiveRxLPdu function tuned to be more readable and probably even faster (less branches)

10 years agoData copy code in Fr_TransmitTxLPdu tuned to be more readable
Michal Horn [Thu, 19 Sep 2013 11:26:00 +0000 (13:26 +0200)]
Data copy code in Fr_TransmitTxLPdu tuned to be more readable

10 years agoDetection of reconfigurable buffer in DisableLPdu and ReconfigLPdu functions merged...
Michal Horn [Thu, 19 Sep 2013 11:23:27 +0000 (13:23 +0200)]
Detection of reconfigurable buffer in DisableLPdu and ReconfigLPdu functions merged into Fr_reconfigurable_buffer_index Fr_reconfigurable_buffer_indexFr_reconfigurable_buffer_indexFr_reconfigurable_buffer_indexFr_reconfigurable_buffer_index function

10 years agoFlexRay driver code simplified - long lines caused by iterations and expansion of...
Michal Horn [Thu, 19 Sep 2013 11:17:48 +0000 (13:17 +0200)]
FlexRay driver code simplified - long lines caused by iterations and expansion of the pointers to the structures were reduced

Fixes #393 @30min

10 years agoFlexRay RX FIFO addressing changed
Michal Horn [Tue, 17 Sep 2013 16:03:53 +0000 (18:03 +0200)]
FlexRay RX FIFO addressing changed

The FIFO can be now accessed by all Frame IDs, which are accepted by the FIFO.

Fixes #392 @1:30

10 years agoConfig in rpp_can_write accessed via shorter pointer
Karolína Burešová [Tue, 17 Sep 2013 14:40:21 +0000 (16:40 +0200)]
Config in rpp_can_write accessed via shorter pointer

10 years agoDLC & 0xF for better safety
Karolína Burešová [Tue, 17 Sep 2013 14:38:46 +0000 (16:38 +0200)]
DLC & 0xF for better safety

10 years agoCtrl configs ctrl1-ctrl3 merged into array
Karolína Burešová [Tue, 17 Sep 2013 14:36:29 +0000 (16:36 +0200)]
Ctrl configs ctrl1-ctrl3 merged into array

10 years agoFixed last warning in eth.h in RPP library
Michal Horn [Tue, 17 Sep 2013 13:11:34 +0000 (15:11 +0200)]
Fixed last warning in eth.h in RPP library

Fixes #384 @3min

10 years agoFlexRay RX FIFO rejectio filter repaired
Michal Horn [Tue, 17 Sep 2013 12:51:45 +0000 (14:51 +0200)]
FlexRay RX FIFO rejectio filter repaired

There was an error in datasheet, where channel rejection filter had values 0,2,3,4, but it is supposed to be 0,1,2,3.
The FID bits in the FRF specifies the slot ID to be rejected, not accpeted as I have thought.
Buffer configuration structure expanded with one more parameter - the FID mask.
Buffer parameters check function expanded to check all the parameters of the FIFO buffer.

10 years agoMerge branch 'master' of rtime.felk.cvut.cz:pes-rpp/rpp-lib
Michal Horn [Mon, 16 Sep 2013 16:43:34 +0000 (18:43 +0200)]
Merge branch 'master' of rtime.felk.cvut.cz:pes-rpp/rpp-lib

10 years agoMinor changes in FlexRay prepare lpdu and configure node parameters.
Michal Horn [Mon, 16 Sep 2013 16:40:06 +0000 (18:40 +0200)]
Minor changes in FlexRay prepare lpdu and configure node parameters.

FIFO channel filtering configuration simpler to read,
Error flags reset after node is configured

10 years agoUse the right linker script in helloworld
Michal Sojka [Mon, 16 Sep 2013 14:56:57 +0000 (16:56 +0200)]
Use the right linker script in helloworld

10 years agoMerge branch 'master' of rtime.felk.cvut.cz:pes-rpp/rpp-lib
Jan Dolezal [Sat, 14 Sep 2013 14:02:37 +0000 (16:02 +0200)]
Merge branch 'master' of rtime.felk.cvut.cz:pes-rpp/rpp-lib

10 years agoethernet options moved from eth.h to eth.c
Jan Dolezal [Sat, 14 Sep 2013 13:54:08 +0000 (15:54 +0200)]
ethernet options moved from eth.h to eth.c

10 years agorpp eth statistics, slight changes
Jan Dolezal [Sat, 14 Sep 2013 11:22:26 +0000 (13:22 +0200)]
rpp eth statistics, slight changes

10 years agoModify linker script to not throw away interrupt vectors
Michal Sojka [Fri, 13 Sep 2013 18:33:42 +0000 (20:33 +0200)]
Modify linker script to not throw away interrupt vectors

This is necessary when programs link against the rpp library and do not
compile the sys_intvecs.asm themselves. This was the case in rpp-test-sw,
but after reorganization of the build system (the library is built
separately), the processor didn't start properly.

10 years agoSimplify SCI CRLF conversion
Michal Sojka [Fri, 13 Sep 2013 14:11:50 +0000 (16:11 +0200)]
Simplify SCI CRLF conversion

Issue #376 @5min.

10 years agoCopy rpp-lib.lib to root under windows
Martin Koubek [Fri, 13 Sep 2013 13:40:55 +0000 (15:40 +0200)]
Copy rpp-lib.lib to root under windows

Fixes #385 @10m.

10 years agoClean workspace only when it was really created
Michal Sojka [Fri, 13 Sep 2013 13:19:05 +0000 (15:19 +0200)]
Clean workspace only when it was really created

10 years agoRename base project to helloworld
Michal Sojka [Fri, 13 Sep 2013 11:57:13 +0000 (13:57 +0200)]
Rename base project to helloworld

10 years agoAdd dependency of base project on rpp-lib project
Michal Sojka [Fri, 13 Sep 2013 11:39:43 +0000 (13:39 +0200)]
Add dependency of base project on rpp-lib project

Issue #388

10 years agoUpdate base project to work with lwip
Michal Sojka [Fri, 13 Sep 2013 11:35:04 +0000 (13:35 +0200)]
Update base project to work with lwip

Issue #388 @10m

10 years agoAllow parallel build of the library (it's faster)
Michal Sojka [Fri, 13 Sep 2013 11:25:27 +0000 (13:25 +0200)]
Allow parallel build of the library (it's faster)

10 years agoTrigger copying of rpp-lib.lib from post-build step
Michal Sojka [Fri, 13 Sep 2013 11:22:24 +0000 (13:22 +0200)]
Trigger copying of rpp-lib.lib from post-build step

When it is put as dependency of all, it doesn't always work when building
in CCS. I don't know why.

Issue #388 @15m

10 years agoMove the main rpp-lib CCS project to the top-level directory
Michal Sojka [Fri, 13 Sep 2013 10:17:19 +0000 (12:17 +0200)]
Move the main rpp-lib CCS project to the top-level directory

This way, we don't have to use linked resources, virtual folders and other
weird Eclipse stuff.

refs #388 @1h15m

10 years agofunction informing whether ethernet was initialized (after OS starup init)
Jan Dolezal [Fri, 13 Sep 2013 11:09:01 +0000 (13:09 +0200)]
function informing whether ethernet was initialized (after OS starup init)

10 years agoeth.h documentation completed; eth.c - removed casts to (const char *) from prints
Jan Dolezal [Fri, 13 Sep 2013 09:35:27 +0000 (11:35 +0200)]
eth.h documentation completed; eth.c - removed casts to (const char *) from prints

10 years agoCRLF disabling in runtime added
Michal Horn [Thu, 12 Sep 2013 13:58:26 +0000 (15:58 +0200)]
CRLF disabling in runtime added

10 years agofixed bug from merging eth branch
Jan Dolezal [Thu, 12 Sep 2013 13:28:20 +0000 (15:28 +0200)]
fixed bug from merging eth branch

10 years agoFlexRay rpp and driver documentation modified
Michal Horn [Thu, 12 Sep 2013 13:12:21 +0000 (15:12 +0200)]
FlexRay rpp and driver documentation modified

10 years agoDocumentation of the rpp FlexRay library completed
Michal Horn [Thu, 12 Sep 2013 11:32:21 +0000 (13:32 +0200)]
Documentation of the rpp FlexRay library completed

10 years agoMerge branch 'master' of rtime.felk.cvut.cz:pes-rpp/rpp-lib
Michal Horn [Thu, 12 Sep 2013 10:46:09 +0000 (12:46 +0200)]
Merge branch 'master' of rtime.felk.cvut.cz:pes-rpp/rpp-lib

10 years agoDoxygen warnings repaired
Michal Horn [Thu, 12 Sep 2013 10:45:07 +0000 (12:45 +0200)]
Doxygen warnings repaired

10 years agoIgnore cscope files
Michal Sojka [Thu, 12 Sep 2013 08:51:48 +0000 (10:51 +0200)]
Ignore cscope files

10 years agoUpdate block mnemonics in the documentation
Michal Sojka [Wed, 11 Sep 2013 16:15:21 +0000 (18:15 +0200)]
Update block mnemonics in the documentation

closes #381 @1h