Mercurial Mercurial > canfestival / graph
summary | shortlog | changelog | graph | tags | bookmarks | branches | files | help
less more | (0) -300 -100 -60 +60 +100 tip
 
  • Win32-Dll: 2011-08-08, by ct
  • Win32-Timer: 2011-05-12, by ct
  • FIXED: - The AVR example now compiles in linux. 2011-12-22, by Christian Taedcke
  • FIXED: - adapted paths for current vscom driver 2011-12-22, by Christian Taedcke
  • FIXED: - the macro SUB_PROG_CFLAGS was overwritten for 64bit machines using gcc. Because of this the xenomai compilation failed. 2011-12-22, by Christian Taedcke
  • Merged some canfestival-3-ica Fixes. 2012-01-21, by Edouard Tisserant
  • FIXED: - The AVR example now compiles in linux. 2011-12-22, by Christian Taedcke
  • FIXED: - adapted paths for current vscom driver 2011-12-22, by Christian Taedcke
  • FIXED: - the macro SUB_PROG_CFLAGS was overwritten for 64bit machines using gcc. Because of this the xenomai compilation failed. 2011-12-22, by Christian Taedcke
  • bug correction in sdo.c, in writeNetworkDictCallBackAI a call to _writeNetworkDict had endianize forced to 1 2011-12-15, by Mongo
  • bug correction in dcf.c, an entry of only one byte was not checked 2011-12-13, by Mongo
  • New feature : event timers allowed for RxPDOs (subidx 5 in RxPDO com paramaters) 2011-11-02, by Mongo
  • Configuration manager with DCF in object 0x1F22 rewritten almost from scratch. 2011-10-13, by Mongo
  • Added some fixes from Jaroslav Fojtik submitted on sourceforge bug tracker: 2011-09-12, by Mongo
  • Added include stdlib.h for malloc functions in sdo.c 2011-08-30, by fbeaulier
  • patch from Stefan Kratochwil <entwicklung@inovel.de> : canfestival-3-fm3_698.patch 2011-08-29, by fbeaulier
  • patch from Christian Taedcke <hacking@taedcke.com> : fix-wrong-resetSDOline-for-sdo-timeout.patch 2011-08-29, by fbeaulier
  • CHANGE: SDO block mode added, without CRC support 2011-08-29, by fbeaulier
  • timers_unix.c : remove sigint and sigterm catch 2011-08-16, by fbeaulier
  • fixed bug with cross wmingw build 2011-06-23, by Edouard Tisserant
  • Removed unneccessary overhead introduced with the last fix. 2011-06-20, by Stefan
  • 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'. 2011-06-20, by skratochwil
  • Fix some side effects of EDS import, while editing afterward 2011-04-13, by Edouard Tisserant
  • FIXED: - changed make targets from "%o: %c" to "%.o: %.c" (Patch from irc <oleg_osov>) 2011-01-28, by Christian Taedcke
  • FIX: - if a sdo transfer timeout occurres, reset the sdo line even if the callback function does not. 2011-01-28, by Christian Taedcke
  • FIXED: - Sdo lines with the internal state SDO_ABORTED_ITERNAL are now closed. 2011-01-27, by Christian Taedcke
  • CHANGED: - canSend message parameter is now a const pointer 2010-11-10, by Christian Taedcke
  • FIXED: - compiler warning from printf format string 2011-01-27, by Christian Taedcke
  • FIXED: - TimerInit() was missing 2010-02-19, by Christian Taedcke
  • FIXED: - OK and NOT OK was wrong in canSend() 2010-02-19, by Christian Taedcke
  • FIXED: - bug while normal sdo transfer initialization (setting the byte count) 2010-09-09, by Christian Taedcke
  • FIXED: - Renamed macro for peak win32 driver, patch from mailinglist (post from Christian Boepple, 2010-09-08 14:38) 2010-11-10, by Christian Taedcke
  • CHANGED: - function sendOnePDOevent (CO_Data* d, UNS32 pdoNum) into sendOnePDOevent (CO_Data* d, UNS8 pdoNum) 2010-11-15, by Christian Taedcke
  • CHANGED: - added explicit cast to remove compiler warning 2010-11-15, by Christian Taedcke
  • CHANGED: - canReceive and canSend return now 1 on error and 0 on success 2010-02-19, by Christian Taedcke
  • CHANGED: - added explicit cast to remove compiler warning 2010-09-09, by Christian Taedcke
  • FIXED: - added CALLBACK to can callback function prototypes 2010-02-16, by Christian Taedcke
  • FIXED: - added missing endif 2010-12-11, by Christian Taedcke
  • CHANGED: - async access queue has now blocking read 2010-02-19, by Christian Taedcke
  • ADDED: - pause() for win32 2010-02-23, by Christian Taedcke
  • CHANGED: - moved wxwidget header 2010-02-23, by Christian Taedcke
  • ADDED: - LeaveMutex and EnterMutex to exported symbols 2010-02-19, by Christian Taedcke
  • CHANGED: - if variable starts with a digit, add a "_" at the beginning 2010-02-19, by Christian Taedcke
  • CHANGED: - option to integrate a can driver statically (hack) 2010-09-10, by Christian Taedcke
  • CHANGED: - enabled console debugging for Visual Studio 2003 and below (without __VA_ARGS__). 2010-09-09, by Christian Taedcke
  • ADDED: - dynamic memory allocation for sdo transfer using malloc and free 2010-09-09, by Christian Taedcke
  • ADDED: - new callback post_SlaveStateChange so that a master can monitor the state of its slave nodes using a heartbeat. 2010-09-09, by Christian Taedcke
  • get always the latest version of VSCAN API 2010-11-28, by edouard
  • Fix mingw32 cross build for can_peak_win32 and can_tcp_win32 server. 2010-11-13, by edouard
  • Fixed execution right on configure script 2010-11-13, by edouard
  • Piotr Trojanek (ptroja) cleanup patche. Thanks. 2010-11-13, by edouard
  • Moced CosateQ's doc at the right place, and fix PDO INHIBIT bit check error again. 2010-11-12, by edouard
  • CosateQ contribution. 2010-11-12, by edouard
  • Added contributed 402 profile 2010-11-12, by edouard
  • Fixed SDO loop in some situations. 2010-09-10, by edouard
  • Wrong check on PDO inhibit bit fixed. 2010-09-10, by edouard
  • Fix non freed windows handle. (thx to jaroslav.fojtik) 2010-09-10, by edouard
  • Update french translations 2010-06-16, by laurent
  • Obsolete example fixed 2010-06-16, by laurent
  • Bug in Subindex grid right click with i18n fixed 2010-06-16, by laurent
less more | (0) -300 -100 -60 +60 +100 tip
canfestival
RSS Atom