Christian Taedcke <hacking@taedcke.com> [Thu, 22 Dec 2011 11:43:08 +0100] rev 674
FIXED: - adapted paths for current vscom driver
- removed chmod +x vs_can_api.dll;
- added option -o to unzip command to overwrite existing files
Christian Taedcke <hacking@taedcke.com> [Thu, 22 Dec 2011 11:42:44 +0100] rev 673
FIXED: - the macro SUB_PROG_CFLAGS was overwritten for 64bit machines using gcc. Because of this the xenomai compilation failed.
Mongo [Thu, 15 Dec 2011 14:51:20 +0100] rev 672
bug correction in sdo.c, in writeNetworkDictCallBackAI a call to _writeNetworkDict had endianize forced to 1
Mongo [Tue, 13 Dec 2011 17:38:12 +0100] rev 671
bug correction in dcf.c, an entry of only one byte was not checked
Mongo [Wed, 02 Nov 2011 22:37:24 +0100] rev 670
New feature : event timers allowed for RxPDOs (subidx 5 in RxPDO com paramaters)
Mongo [Thu, 13 Oct 2011 17:51:27 +0200] rev 669
Configuration manager with DCF in object 0x1F22 rewritten almost from scratch.
1. The boot-up message from a device starts a verification of entries
2. If all entries matches the node is started
3. If an entry differs the whole dcf is written and a save is done
4. A reset is send to the node
5. If several boot-up are received at the same time they will be managed one
by one thus only one free sdo client is needed for the whole process.
Mongo [Mon, 12 Sep 2011 10:52:02 +0200] rev 668
Added some fixes from Jaroslav Fojtik submitted on sourceforge bug tracker:
3096348 Missing "break" in states.c/canDispatch()
3096359 Crash inside dcf.c/send_consise_dcf()
3101891 Potencial overflow inside getNodeState()
fbeaulier [Tue, 30 Aug 2011 12:14:34 +0200] rev 667
Added include stdlib.h for malloc functions in sdo.c
fbeaulier [Mon, 29 Aug 2011 17:44:49 +0200] rev 666
patch from Stefan Kratochwil <entwicklung@inovel.de> : canfestival-3-fm3_698.patch
Bug:
If an object dictionary entry was requested whose size exceeds
SDO_MAX_LENGTH_TRANSFERT, the memcpy() call at line 139 of objacces.c overwrites
the memory after *pDestData which causes stack corruption.
-> Bugfix:
The bug was corrected by size checking the requested data. An 'Out of
memory' error message will be generated if the requested data exceeds
SDO_MAX_LENGTH_TRANSFERT.
Additional changes:
Added dynamic buffer allocation for the SDO transfer. This feature can be used
if SDO_DYNAMIC_BUFFER_ALLOCATION is defined in config.h. The size of the
dynamically allocated buffer is controlled with
SDO_DYNAMIC_BUFFER_ALLOCATION_SIZE.
-> Note:
This change removes the detection of OD_LENGTH_DATA_INVALID errors!
fbeaulier [Mon, 29 Aug 2011 17:31:55 +0200] rev 665
patch from Christian Taedcke <hacking@taedcke.com> : fix-wrong-resetSDOline-for-sdo-timeout.patch
FIXED: - The sdo line must not be closed at the end of SDOTimeoutAlarm() if the same sdo line is closed and reopened for a new transfer inside the callback. (Patch from Jaroslav Fojtik)
fbeaulier [Mon, 29 Aug 2011 16:59:55 +0200] rev 664
CHANGE: SDO block mode added, without CRC support
WARNING : API change in client functions
fbeaulier [Tue, 16 Aug 2011 14:15:52 +0200] rev 663
timers_unix.c : remove sigint and sigterm catch
sdo : Allow multiple servers
The sdo transfer struct is not anymore referenced by server's node id but by
client or server number in the OD. Node id is not relevant in SDO transfert.
Edouard Tisserant [Thu, 23 Jun 2011 18:12:34 +0200] rev 662
fixed bug with cross wmingw build
Stefan@Sheldon [Mon, 20 Jun 2011 18:36:43 +0200] rev 661
Removed unneccessary overhead introduced with the last fix.
skratochwil [Mon, 20 Jun 2011 15:03:54 +0200] rev 660
Fixed incorrect struct access in sendPDO() and inserted a missing variable in sendOnePDOEvent(). These errors occured at compile-time when configuring the project with './configure --debug=PDO' or './configure --debug=WAR'.
Edouard Tisserant [Wed, 13 Apr 2011 16:29:59 +0200] rev 659
Fix some side effects of EDS import, while editing afterward
Christian Taedcke [Fri, 28 Jan 2011 14:51:18 +0100] rev 658
FIXED: - changed make targets from "%o: %c" to "%.o: %.c" (Patch from irc <oleg_osov>)
find . -name 'Make*' | xargs perl -w -i.bak -p -e "s/\%o: \%c/%.o: %.c/g"
Christian Taedcke [Fri, 28 Jan 2011 14:51:18 +0100] rev 657
FIX: - if a sdo transfer timeout occurres, reset the sdo line even if the callback function does not.
Christian Taedcke [Thu, 27 Jan 2011 17:45:48 +0100] rev 656
FIXED: - Sdo lines with the internal state SDO_ABORTED_ITERNAL are now closed.
Christian Taedcke [Wed, 10 Nov 2010 13:08:26 +0100] rev 655
CHANGED: - canSend message parameter is now a const pointer
ADDED : - IXXAT specific can bus watchdog to restart the VCI2 driver if a bus off, data ovverrun or remote queue overrun is detected. The can adapter cannot recover on its own.
* * *
CHANGED: - IXXAT::m_watchdogTimerId from DWORD to UINT_PTR to fix compiler warning
Christian Taedcke <hacking@taedcke.com> [Thu, 27 Jan 2011 17:45:48 +0100] rev 654
FIXED: - compiler warning from printf format string
Christian Taedcke <Christian.Taedcke@ica-traffic.de> [Fri, 19 Feb 2010 15:52:59 +0100] rev 653
FIXED: - TimerInit() was missing
Christian Taedcke <Christian.Taedcke@ica-traffic.de> [Fri, 19 Feb 2010 15:52:27 +0100] rev 652
FIXED: - OK and NOT OK was wrong in canSend()
Christian Taedcke [Thu, 09 Sep 2010 16:01:13 +0200] rev 651
FIXED: - bug while normal sdo transfer initialization (setting the byte count)
Christian Taedcke [Wed, 10 Nov 2010 14:19:31 +0100] rev 650
FIXED: - Renamed macro for peak win32 driver, patch from mailinglist (post from Christian Boepple, 2010-09-08 14:38)
Christian Taedcke [Mon, 15 Nov 2010 08:56:35 +0100] rev 649
CHANGED: - function sendOnePDOevent (CO_Data* d, UNS32 pdoNum) into sendOnePDOevent (CO_Data* d, UNS8 pdoNum)
- added explicit casts to remove compiler warnings
Christian Taedcke [Mon, 15 Nov 2010 08:55:34 +0100] rev 648
CHANGED: - added explicit cast to remove compiler warning
Christian Taedcke <Christian.Taedcke@ica-traffic.de> [Fri, 19 Feb 2010 08:20:21 +0100] rev 647
CHANGED: - canReceive and canSend return now 1 on error and 0 on success
Christian Taedcke [Thu, 09 Sep 2010 15:28:48 +0200] rev 646
CHANGED: - added explicit cast to remove compiler warning
Christian Taedcke <Christian.Taedcke@ica-traffic.de> [Tue, 16 Feb 2010 08:36:56 +0100] rev 645
FIXED: - added CALLBACK to can callback function prototypes
Christian Taedcke <hacking@taedcke.com> [Sat, 11 Dec 2010 14:24:09 +0100] rev 644
FIXED: - added missing endif
* * *
FIXED: - moved #include <linux/delay.h> into the ifdef __KERNEL__ block
Christian Taedcke <Christian.Taedcke@ica-traffic.de> [Fri, 19 Feb 2010 15:51:40 +0100] rev 643
CHANGED: - async access queue has now blocking read
Christian Taedcke <Christian.Taedcke@ica-traffic.de> [Tue, 23 Feb 2010 08:12:19 +0100] rev 642
ADDED: - pause() for win32
* * *
CHANGED: - moved pause implementation to main.cpp
- default driver to ixxat, baudrate to 125K and slaveid to 0x40
* * *
FIXED: - append "K" to baudrate
- added TimerInit()
Christian Taedcke <Christian.Taedcke@ica-traffic.de> [Tue, 23 Feb 2010 08:09:57 +0100] rev 641
CHANGED: - moved wxwidget header
ADDED: - getopt include for win32
FIXED: - TimerInit must be done for win32, too
* * *
CHANGED: - getopt signature (temp change)
* * *
CHANGED: - moved getopt and windows include
Christian Taedcke <Christian.Taedcke@ica-traffic.de> [Fri, 19 Feb 2010 08:19:23 +0100] rev 640
ADDED: - LeaveMutex and EnterMutex to exported symbols
Christian Taedcke <Christian.Taedcke@ica-traffic.de> [Fri, 19 Feb 2010 08:18:40 +0100] rev 639
CHANGED: - if variable starts with a digit, add a "_" at the beginning
* * *
FIXED: - if callback array name starts with a digit, prepend "_"
Christian Taedcke [Fri, 10 Sep 2010 08:55:42 +0200] rev 638
CHANGED: - option to integrate a can driver statically (hack)
FIXED: - missing () in log message
* * *
CHANGED: - adapted UnLoadCanDriver() for the macro NOT_USE_DYNAMIC_LOADING
Christian Taedcke [Thu, 09 Sep 2010 15:50:02 +0200] rev 637
CHANGED: - enabled console debugging for Visual Studio 2003 and below (without __VA_ARGS__).
Christian Taedcke [Thu, 09 Sep 2010 15:56:06 +0200] rev 636
ADDED: - dynamic memory allocation for sdo transfer using malloc and free
CHANGED: - enabled lss, enabled dynamic buffer allocation and set max sim sdo transfers to 32
Christian Taedcke [Thu, 09 Sep 2010 15:38:20 +0200] rev 635
ADDED: - new callback post_SlaveStateChange so that a master can monitor the state of its slave nodes using a heartbeat.
* * *
CHANGED: - added missing export for _post_SlaveStateChange (for revision #679)
edouard [Sun, 28 Nov 2010 00:05:16 +0100] rev 634
get always the latest version of VSCAN API
edouard [Sat, 13 Nov 2010 23:08:34 +0100] rev 633
Fix mingw32 cross build for can_peak_win32 and can_tcp_win32 server.
edouard [Sat, 13 Nov 2010 22:25:24 +0100] rev 632
Fixed execution right on configure script
edouard [Sat, 13 Nov 2010 00:03:24 +0100] rev 631
Piotr Trojanek (ptroja) cleanup patche. Thanks.
edouard [Fri, 12 Nov 2010 22:49:26 +0100] rev 630
Moced CosateQ's doc at the right place, and fix PDO INHIBIT bit check error again.
edouard [Fri, 12 Nov 2010 22:24:06 +0100] rev 629
CosateQ contribution.
edouard [Fri, 12 Nov 2010 22:02:32 +0100] rev 628
Added contributed 402 profile
edouard [Fri, 10 Sep 2010 13:44:56 +0200] rev 627
Fixed SDO loop in some situations.
edouard [Fri, 10 Sep 2010 13:44:06 +0200] rev 626
Wrong check on PDO inhibit bit fixed.
edouard [Fri, 10 Sep 2010 13:43:17 +0200] rev 625
Fix non freed windows handle. (thx to jaroslav.fojtik)
laurent [Wed, 16 Jun 2010 21:29:39 +0200] rev 624
Update french translations
laurent [Wed, 16 Jun 2010 21:29:02 +0200] rev 623
Obsolete example fixed
laurent [Wed, 16 Jun 2010 21:28:34 +0200] rev 622
Bug in Subindex grid right click with i18n fixed
Edouard TISSERANT <edouard.tisserant@gmail.com> [Wed, 16 Dec 2009 10:15:09 +0100] rev 621
fixed typo in makefile
Edouard TISSERANT <edouard.tisserant@gmail.com> [Wed, 16 Dec 2009 10:12:19 +0100] rev 620
fixed typo in makefile
edouard [Mon, 14 Dec 2009 20:58:34 +0100] rev 619
Enhancements for 'None' target : produce pre-linked object, remove some windows CRLF problems, fixed pedantic compiler warnings
edouard [Wed, 09 Dec 2009 15:46:35 +0100] rev 618
added 'none' taget for building standalone library
lolitech@ks351503.kimsufi.com [Wed, 09 Dec 2009 10:31:56 +0100] rev 617
Backed out changeset 3a6b413acad9
Edouard TISSERANT <edouard.tisserant@gmail.com> [Sun, 29 Nov 2009 18:51:03 +0100] rev 616
added files to ignor in hgignore
edouard [Mon, 02 Nov 2009 17:41:24 +0100] rev 615
Wiped out references to Lolitech
greg [Mon, 02 Nov 2009 11:58:36 +0100] rev 614
Replace \"lolitech\" contact by \"edouard\" contact
'Gr?gory Tr?lat <gregory.trelat@lolitech.fr>' [Wed, 28 Oct 2009 13:49:00 +0100] rev 613
changes merged
greg [Wed, 28 Oct 2009 13:46:53 +0100] rev 612
Fix some bug in debian packages
edouard [Tue, 27 Oct 2009 15:11:26 +0100] rev 611
Extended PDO API with SendOnePDOEvent
edouard [Tue, 27 Oct 2009 14:35:57 +0100] rev 610
Merge with daa1e1c3fba43ee73a2e827961155b1372ca433e
greg [Wed, 14 Oct 2009 16:37:37 +0200] rev 609
Verify if nodeId is strictly lesser than subindex entries count at the beginning of send_consise_dcf_loop function
laurent [Wed, 14 Oct 2009 10:13:00 +0200] rev 608
Removing superfluous event.Skip()
greg [Mon, 12 Oct 2009 14:19:27 +0200] rev 607
create specific timer thread for UCLIBC support (with CLOCK_PROCESS_CPUTIME_ID parameter)
'Gr?gory Tr?lat <gregory.trelat@lolitech.fr>' [Thu, 08 Oct 2009 17:34:44 +0200] rev 606
changes merged
greg [Thu, 08 Oct 2009 17:21:15 +0200] rev 605
-add LeaveMutex to avoid canopenshell deadlock when call NodeInit
-Now call the first setalarm from StartTimerLoop instead of the Timerthreadloop (like linux)
edouard [Wed, 07 Oct 2009 11:40:49 +0200] rev 604
Fixed casts subject to problems on some compilers.
edouard [Wed, 07 Oct 2009 11:39:53 +0200] rev 603
Fixed typo in can_socket.c
edouard@expresso [Tue, 06 Oct 2009 17:22:11 +0200] rev 602
Some more reasonable timeout while waiting timer thread end
edouard [Tue, 06 Oct 2009 17:15:32 +0200] rev 601
Fixed bug in the AVR-CAN driver: the CAN interrupt changes the
selected message object, but does not revert it before exiting.
'Gr?gory Tr?lat <gregory.trelat@lolitech.fr>' [Fri, 25 Sep 2009 14:12:39 +0200] rev 600
add timeout for waitreceivetaskend for the win32, fix GetLastError print
edouard [Mon, 05 Oct 2009 14:31:55 +0200] rev 599
Added timeout for waiting timer thread end on windows.
'Gr?gory Tr?lat <gregory.trelat@lolitech.fr>' [Mon, 05 Oct 2009 11:35:40 +0200] rev 598
removed ligcc.a dependency and fix problem with errno value
edouard [Wed, 30 Sep 2009 12:01:25 +0200] rev 597
Fixed wrong cast in sdo.c and wrong message length in nodeguarding
edouard [Thu, 24 Sep 2009 10:16:09 +0200] rev 596
Fiwed use of socketopt accross RT and non-RT implementation of SocketCan
edouard [Thu, 24 Sep 2009 10:14:59 +0200] rev 595
Updated memento with new Francis' version
'Gr?gory Tr?lat <gregory.trelat@lolitech.fr>' [Thu, 24 Sep 2009 10:03:07 +0200] rev 594
re-use macro for objaccess
greg [Thu, 24 Sep 2009 09:29:07 +0200] rev 593
add some symbols from libgcc.a into libcanfestival_win32.a to maintain compatibility between mingw and msvc compilers
greg [Wed, 16 Sep 2009 15:19:58 +0200] rev 592
fix warnings with msvc compiler
greg [Wed, 16 Sep 2009 15:19:14 +0200] rev 591
add extern C to maintain compatibility with C++
fix warnings with msvc compiler
greg [Wed, 16 Sep 2009 15:18:23 +0200] rev 590
update config.h for win32 (for user which not use configure script)
greg [Wed, 16 Sep 2009 15:18:00 +0200] rev 589
Update CanFestival-3.def for visual studio users :
- Add TimerInit and TimerCleanup functions
- Add emcy functions
greg [Wed, 16 Sep 2009 15:16:19 +0200] rev 588
Replace macro functions for setODentry and getODentry
(prevent compilation errors with visual studio c++ compiler)
greg [Wed, 16 Sep 2009 15:15:28 +0200] rev 587
fix warnings with msvc compiler
greg [Wed, 16 Sep 2009 15:13:51 +0200] rev 586
update visual studio files
laurent [Tue, 15 Sep 2009 10:58:38 +0200] rev 585
Replacing wx.Choice controls by wx.ComboBox controls
laurent [Tue, 15 Sep 2009 10:47:38 +0200] rev 584
Bug with in access value translation and modification on subindex 0 of PDOmapping entries fixed
'Laurent Bessard <laurent.bessard@lolitech.fr>' [Fri, 07 Aug 2009 15:59:35 +0200] rev 583
Merged changes
laurent [Mon, 27 Jul 2009 16:35:12 +0200] rev 582
Adding support for displaying 'unknown' while datatype is not supported by CanFestival
laurent [Mon, 27 Jul 2009 16:32:05 +0200] rev 581
Adding support for octet string
laurent [Mon, 27 Jul 2009 16:29:59 +0200] rev 580
Adding support for internationalization
greg [Mon, 27 Jul 2009 09:25:14 +0200] rev 579
Fixed : postrm bug when upgrade package
Fixed : generated list of present driver library on the system for beremiz
greg [Mon, 27 Jul 2009 09:18:04 +0200] rev 578
add install/uninstall rules in Makefile.in
greg [Mon, 20 Jul 2009 16:11:20 +0200] rev 577
add extern \"C\" to keep compatibilty with C++
greg [Mon, 20 Jul 2009 10:57:11 +0200] rev 576
fix error in timer.c
greg [Mon, 20 Jul 2009 10:56:08 +0200] rev 575
fix warning when compile
greg [Mon, 20 Jul 2009 10:55:11 +0200] rev 574
Add print_getenv function wich print extra init params
greg [Fri, 17 Jul 2009 20:34:13 +0200] rev 573
rewrite comments
greg [Fri, 17 Jul 2009 20:32:48 +0200] rev 572
remove sync period from OD
greg [Fri, 17 Jul 2009 20:30:38 +0200] rev 571
fix method to exit properly the Timer Loop
fix time unit
greg [Fri, 17 Jul 2009 20:26:22 +0200] rev 570
fix method to exit properly CanReceiveLoop
greg [Fri, 17 Jul 2009 13:47:39 +0200] rev 569
fix message dialog when objdictedit can't find the pdf reader
greg [Fri, 17 Jul 2009 11:56:24 +0200] rev 568
fix some minor bugs
greg [Fri, 17 Jul 2009 11:51:22 +0200] rev 567
update manual
greg [Fri, 17 Jul 2009 11:48:41 +0200] rev 566
fixed : unlock and terminate CanReceive loop thread when canclose is called.
greg [Thu, 16 Jul 2009 13:51:49 +0200] rev 565
fixed bug in timerscfg.h for win32
greg [Thu, 16 Jul 2009 12:03:37 +0200] rev 564
Add new function defines to compile peak driver on win32
greg [Thu, 16 Jul 2009 11:53:07 +0200] rev 563
update canReceive_driver to match with Peak new read function (event)