Mon, 06 Aug 2007 17:59:06 +0200Attic problem. Removed old unused dirs.
etisserant [Mon, 06 Aug 2007 17:59:06 +0200] rev 250
Attic problem. Removed old unused dirs.

Mon, 06 Aug 2007 17:56:07 +0200Some cleanup in latex manual
etisserant [Mon, 06 Aug 2007 17:56:07 +0200] rev 249
Some cleanup in latex manual

Thu, 02 Aug 2007 14:20:52 +0200Disabled compilation of DS401_xxx examples
etisserant [Thu, 02 Aug 2007 14:20:52 +0200] rev 248
Disabled compilation of DS401_xxx examples

Thu, 02 Aug 2007 05:51:45 +0200Disabled compilation of DS401_xxx examples
etisserant [Thu, 02 Aug 2007 05:51:45 +0200] rev 247
Disabled compilation of DS401_xxx examples

Wed, 01 Aug 2007 13:48:03 +0200Added contribution from Nicolas GRANDEMANGE. DS-401 slave GUI based on wxwidget.
etisserant [Wed, 01 Aug 2007 13:48:03 +0200] rev 246
Added contribution from Nicolas GRANDEMANGE. DS-401 slave GUI based on wxwidget.

Wed, 25 Jul 2007 18:01:14 +0200Modifying gen_cfile.py for generating C file from a node as data rather than a manager
lbessard [Wed, 25 Jul 2007 18:01:14 +0200] rev 245
Modifying gen_cfile.py for generating C file from a node as data rather than a manager

Wed, 25 Jul 2007 14:19:24 +0200nodemanager to work with masternode copy
greg [Wed, 25 Jul 2007 14:19:24 +0200] rev 244
nodemanager to work with masternode copy

Wed, 25 Jul 2007 08:48:08 +0200Some bugs fixed
lbessard [Wed, 25 Jul 2007 08:48:08 +0200] rev 243
Some bugs fixed

Sat, 21 Jul 2007 10:39:25 +0200Changes in networkedit for integration with beremiz
lbessard [Sat, 21 Jul 2007 10:39:25 +0200] rev 242
Changes in networkedit for integration with beremiz

Tue, 17 Jul 2007 18:20:50 +0200Fixed mutex typo in win32
etisserant [Tue, 17 Jul 2007 18:20:50 +0200] rev 241
Fixed mutex typo in win32

Mon, 16 Jul 2007 08:56:03 +0200Udpated doxygen
etisserant [Mon, 16 Jul 2007 08:56:03 +0200] rev 240
Udpated doxygen

Fri, 06 Jul 2007 10:53:15 +0200add auto-mapping tool (config_utils)
greg [Fri, 06 Jul 2007 10:53:15 +0200] rev 239
add auto-mapping tool (config_utils)
fix little bugs

Fri, 06 Jul 2007 10:35:59 +0200add profile callback
greg [Fri, 06 Jul 2007 10:35:59 +0200] rev 238
add profile callback

Mon, 02 Jul 2007 18:25:31 +0200Added "Default value" to context menu on subindex grid in objdictedit.
etisserant [Mon, 02 Jul 2007 18:25:31 +0200] rev 237
Added "Default value" to context menu on subindex grid in objdictedit.

Mon, 02 Jul 2007 18:22:58 +0200Full preliminary implementation of TPDO transmit type:
etisserant [Mon, 02 Jul 2007 18:22:58 +0200] rev 236
Full preliminary implementation of TPDO transmit type:
- SYNC (N) (1-240)
- RTR only + SYNC (252)
- RTR only (253)
- EVENT, with timer and inhibit time (254 and 255)

User app have to call sendPDOevent(d) to eventually signal mapped data changes.
Callbacks added to 0x140N, TPDO comm parameters for on the fly timers values change.
TestMasterSlave updated.