Wed, 18 Apr 2007 13:06:39 +0200Fixed segfault with Xenomai timer_xeno.c
etisserant [Wed, 18 Apr 2007 13:06:39 +0200] rev 170
Fixed segfault with Xenomai timer_xeno.c

Wed, 18 Apr 2007 13:05:55 +0200Removed compilation warnings with some GCC. + Fixed test for baudrate = none
etisserant [Wed, 18 Apr 2007 13:05:55 +0200] rev 169
Removed compilation warnings with some GCC. + Fixed test for baudrate = none

Wed, 18 Apr 2007 13:05:15 +0200Added install target for MicroMod
etisserant [Wed, 18 Apr 2007 13:05:15 +0200] rev 168
Added install target for MicroMod

Wed, 18 Apr 2007 13:04:19 +0200Removed compilation warnings with some GCC.
etisserant [Wed, 18 Apr 2007 13:04:19 +0200] rev 167
Removed compilation warnings with some GCC.

Tue, 17 Apr 2007 16:13:22 +0200Added a MicroMod Master sample in examples/TestMasterMicroMod. Fixed some SDO abort code and callback problem in sdo.c.
etisserant [Tue, 17 Apr 2007 16:13:22 +0200] rev 166
Added a MicroMod Master sample in examples/TestMasterMicroMod. Fixed some SDO abort code and callback problem in sdo.c.

Tue, 17 Apr 2007 16:11:38 +0200Removed binry flag on vcproj files
etisserant [Tue, 17 Apr 2007 16:11:38 +0200] rev 165
Removed binry flag on vcproj files

Tue, 17 Apr 2007 10:50:50 +0200*** empty log message ***
etisserant [Tue, 17 Apr 2007 10:50:50 +0200] rev 164
*** empty log message ***

Tue, 17 Apr 2007 10:50:28 +0200Added SDO network dictionnary access callback when aborded.
etisserant [Tue, 17 Apr 2007 10:50:28 +0200] rev 163
Added SDO network dictionnary access callback when aborded.

Tue, 17 Apr 2007 10:48:17 +0200Better error handling for unix and peak_linux.
etisserant [Tue, 17 Apr 2007 10:48:17 +0200] rev 162
Better error handling for unix and peak_linux.

Sun, 15 Apr 2007 00:49:34 +0200SetODEntry now call CO_data->storeODSubEntry(Index,SubIndex) for variables to be Stored (when column Save==True in GUI)
etisserant [Sun, 15 Apr 2007 00:49:34 +0200] rev 161
SetODEntry now call CO_data->storeODSubEntry(Index,SubIndex) for variables to be Stored (when column Save==True in GUI)

Sun, 15 Apr 2007 00:46:40 +0200Removed genrated dead prototypes for depricated callbacks.
etisserant [Sun, 15 Apr 2007 00:46:40 +0200] rev 160
Removed genrated dead prototypes for depricated callbacks.

Fri, 13 Apr 2007 21:54:13 +0200Updated doc.
etisserant [Fri, 13 Apr 2007 21:54:13 +0200] rev 159
Updated doc.

Fri, 13 Apr 2007 10:57:03 +0200Moved DS-301 PDF into objdictgen. Fixed installation on linux. Now TestMasterSlave is also installed in $PREFIX/bin.
etisserant [Fri, 13 Apr 2007 10:57:03 +0200] rev 158
Moved DS-301 PDF into objdictgen. Fixed installation on linux. Now TestMasterSlave is also installed in $PREFIX/bin.

Thu, 12 Apr 2007 17:11:16 +0200Added cosmetics with Can_Virtual
etisserant [Thu, 12 Apr 2007 17:11:16 +0200] rev 157
Added cosmetics with Can_Virtual

Thu, 12 Apr 2007 17:10:57 +0200Removed dead code.
etisserant [Thu, 12 Apr 2007 17:10:57 +0200] rev 156
Removed dead code.

Thu, 12 Apr 2007 16:36:31 +0200Removed Mutex liberation on CanSend. Too much race condition to avoid. Cannot be deeply tested.
etisserant [Thu, 12 Apr 2007 16:36:31 +0200] rev 155
Removed Mutex liberation on CanSend. Too much race condition to avoid. Cannot be deeply tested.

Thu, 12 Apr 2007 16:20:22 +0200Implemented writeNetworkDictCallBack test in TestMasterSlave example. Fixed callback assignement race condition in sdo.c.
etisserant [Thu, 12 Apr 2007 16:20:22 +0200] rev 154
Implemented writeNetworkDictCallBack test in TestMasterSlave example. Fixed callback assignement race condition in sdo.c.

Thu, 12 Apr 2007 16:17:35 +0200Post_sync have to be called even if in pre-op state. Fixed.
etisserant [Thu, 12 Apr 2007 16:17:35 +0200] rev 153
Post_sync have to be called even if in pre-op state. Fixed.

Thu, 12 Apr 2007 16:14:07 +0200Now, setNodeId does change TPDO and RPDO CobId without testing previous CobId in order to avoid confusion. Standard does not says when 'default value' should be applied. See DS301 - Object 1400h - 15FFh: Receive PDO Communication Parameter page 108.
etisserant [Thu, 12 Apr 2007 16:14:07 +0200] rev 152
Now, setNodeId does change TPDO and RPDO CobId without testing previous CobId in order to avoid confusion. Standard does not says when 'default value' should be applied. See DS301 - Object 1400h - 15FFh: Receive PDO Communication Parameter page 108.

Wed, 11 Apr 2007 07:50:34 +0200Updated doc. Cleaned some code.
etisserant [Wed, 11 Apr 2007 07:50:34 +0200] rev 151
Updated doc. Cleaned some code.

Sat, 07 Apr 2007 09:49:05 +0200Some win32 fixes following yesterday's API changes.
etisserant [Sat, 07 Apr 2007 09:49:05 +0200] rev 150
Some win32 fixes following yesterday's API changes.

Fri, 06 Apr 2007 16:49:28 +0200Changes in the API:
etisserant [Fri, 06 Apr 2007 16:49:28 +0200] rev 149
Changes in the API:
- No more mandatory callbacks declared for each node anymore
heartbeatError
SDOtimeoutError
initialisation
preOperational
operational
stopped
post_sync
post_TPDO
canSend

- Fill function ptr to declare callbacks
CO_Data.heartbeatError
CO_Data.SDOtimeoutError
CO_Data.initialisation
CO_Data.preOperational
CO_Data.operational
CO_Data.stopped
CO_Data.post_sync
CO_Data.post_TPDO

- CanClose now takes CO_Data* as parameter
- canSend is provided to the stack directly by OS interface, no specific callback.

Thu, 05 Apr 2007 10:06:11 +0200Bug on CanOpen help popup corrected
lbessard [Thu, 05 Apr 2007 10:06:11 +0200] rev 148
Bug on CanOpen help popup corrected

Thu, 05 Apr 2007 09:03:18 +0200Bug on CanOpen help popup corrected
lbessard [Thu, 05 Apr 2007 09:03:18 +0200] rev 147
Bug on CanOpen help popup corrected

Wed, 04 Apr 2007 13:11:49 +0200Win32 Native support and dynamicaly loaded CAN drivers for Linux, Cygwin and Win32.
etisserant [Wed, 04 Apr 2007 13:11:49 +0200] rev 146
Win32 Native support and dynamicaly loaded CAN drivers for Linux, Cygwin and Win32.

Wed, 04 Apr 2007 13:04:31 +0200Win32 Native support and dynamicaly loaded CAN drivers for Linux, Cygwin and Win32.
etisserant [Wed, 04 Apr 2007 13:04:31 +0200] rev 145
Win32 Native support and dynamicaly loaded CAN drivers for Linux, Cygwin and Win32.

Tue, 03 Apr 2007 20:20:27 +0200file TestMasterSalve.vcproj was initially added on branch BRANCH_WIN32PORT.
etisserant [Tue, 03 Apr 2007 20:20:27 +0200] rev 144
file TestMasterSalve.vcproj was initially added on branch BRANCH_WIN32PORT.

Tue, 03 Apr 2007 20:20:26 +0200file getopt.h was initially added on branch BRANCH_WIN32PORT.
etisserant [Tue, 03 Apr 2007 20:20:26 +0200] rev 143
file getopt.h was initially added on branch BRANCH_WIN32PORT.

Tue, 03 Apr 2007 20:20:26 +0200file getopt.c was initially added on branch BRANCH_WIN32PORT.
etisserant [Tue, 03 Apr 2007 20:20:26 +0200] rev 142
file getopt.c was initially added on branch BRANCH_WIN32PORT.

Tue, 03 Apr 2007 15:10:52 +0200file config.h was initially added on branch BRANCH_WIN32PORT.
etisserant [Tue, 03 Apr 2007 15:10:52 +0200] rev 141
file config.h was initially added on branch BRANCH_WIN32PORT.