Edouard Tisserant [Fri, 20 Apr 2018 15:00:04 +0200] rev 804
Removed legacy dead code from ex-rtdm rt-socketcan API, added shutdown() call to force recv() to unblock on CanClose()
Edouard Tisserant [Fri, 23 Mar 2018 15:45:52 +0100] rev 803
Fixed trailing -lrtdm added by configure with Xenomai
Edouard Tisserant [Fri, 23 Mar 2018 15:15:18 +0100] rev 802
Quick fix for new RTDM interface in Xemomai 3, now posix
Edouard Tisserant [Wed, 21 Mar 2018 13:33:43 +0100] rev 801
Rename timer.h into timers.h to avoid clash with Xenomai includes.
Edouard Tisserant [Tue, 20 Mar 2018 16:04:52 +0100] rev 800
Update call to xeno-config in configure to Xenomai 3
Edouard Tisserant [Thu, 08 Mar 2018 15:09:22 +0100] rev 799
Update can_socket.c to Xenomai 3 API
Edouard Tisserant [Thu, 08 Mar 2018 15:03:04 +0100] rev 798
Update timers_xeno/timerscfg.h to Xenomai 3 API
Edouard Tisserant [Thu, 08 Mar 2018 14:55:01 +0100] rev 797
Update timers_xeno.c to Xenomai 3 API
bmakuc <blaz.makuc@smarteh.si> [Fri, 24 Mar 2017 10:52:38 +0100] rev 796
Send timeout is set to 10 ms. Without timeout PLC can be blocked by CAN driver: if CAN bus is not connected to controller CAN driver never returns and therfore PLC application halts. This is a temporary solution.
Edouard Tisserant [Fri, 27 Nov 2015 16:27:46 +0100] rev 795
fixed static link of can driver
Edouard Tisserant [Mon, 03 Aug 2015 18:01:58 +0200] rev 794
merged
Robert Lehmann <robert.lehmann@sitec-systems.de> [Tue, 28 Jul 2015 16:36:55 +0200] rev 793
timers_unix: Fix termination problem of WaitReceiveTaskEnd
The function pthread_kill sends the Signal thread and to the own process.
If you use this construct than the application which calls uses the
canfestival api will terminate at the call of canClose. To avoid that
use pthread_cancel instead of pthread_kill. To use the pthread_cancel call
you need to set the cancel ability in the thread function. That means
you need to call pthread_setcancelstate and pthread_setcanceltype.
For the termination of the thread at any time it is important to set the
cancel type to PTHREAD_CANCEL_ASYNCHRONOUS.
Edouard Tisserant [Fri, 19 Jun 2015 20:16:07 +0200] rev 792
some fixes
gabriele at naustech dot com [Thu, 12 Jun 2014 14:07:16 +0200] rev 791
Fix : libcanfestival_unix.a not built if examples are not compiled
Problem: when building Canfestival with unix timers 'libcanfestiva_unix.a'
is built only if you build examples too.
Test case:
$ ./configure --timers=unix --can=socket --target=unix
$ make canfestival
...
no errors but 'libcanfestival_unix.a' is not built:
$ find . -name "*.a"
./src/libcanfestival.a
Changing line 90 of 'drivers/unix/Makefile.in' to:
#driver: $(OBJS)
driver: libcanfestival_$(TARGET).a
solves the problem:
$ ./configure --timers=unix --can=socket --target=unix
$ make canfestival
...
$ find . -name "*.a"
./drivers/unix/libcanfestival_unix.a
./src/libcanfestival.a
Samuel Martin <s.martin49@gmail.com> [Sun, 08 Jun 2014 17:42:47 +0200] rev 790
Honor DESTDIR in install rules
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Edouard Tisserant [Sat, 12 Oct 2013 09:14:38 +0900] rev 789
WxPython 2.9 support fix by J?rg H?bler
Edouard Tisserant [Sat, 12 Oct 2013 09:09:04 +0900] rev 788
Merge changes from bitbucket.org/HMSFAE/canfestival_ixxat
Ian Tracy <iatr@hms.se> [Mon, 23 Sep 2013 10:20:07 -0400] rev 787
VCI3 driver added
Laurent Bessard [Mon, 23 Sep 2013 00:27:39 +0200] rev 786
Fix bug when creating new node in newer version of wxPython (>=2.9)
Laurent Bessard [Tue, 14 May 2013 20:22:06 +0200] rev 785
Fixed SplitterWindows sash position at creation when subindextable is used in notebook tab
Laurent Bessard [Wed, 08 May 2013 09:14:59 +0200] rev 784
Fixed set usage in eds_utils
Laurent Bessard [Fri, 03 May 2013 10:18:35 +0200] rev 783
Updated DS301 standard node entries definition
Laurent Bessard [Thu, 02 May 2013 09:42:37 +0200] rev 782
Removed call of deprecated function on wxSplitterWindow
Laurent Bessard [Wed, 24 Apr 2013 17:28:06 +0200] rev 781
Fixed Save As... function in Beremiz
Laurent Bessard [Sat, 06 Apr 2013 11:57:26 +0200] rev 780
Fixed bug when importing NodeEditorTemplate
Edouard Tisserant [Wed, 27 Mar 2013 09:32:05 +0900] rev 779
Merge
Laurent Bessard [Tue, 26 Mar 2013 23:21:03 +0100] rev 778
Fixed conflict in internationalization with Beremiz CanFestival extension
Edouard Tisserant [Thu, 07 Mar 2013 11:40:28 +0900] rev 777
Harmonized unix and win32 canClose_driver, fixed crash on close under win32
Laurent Bessard [Wed, 06 Mar 2013 23:50:35 +0100] rev 776
Fixed import and export of EDS files
Laurent Bessard [Wed, 06 Mar 2013 23:22:36 +0100] rev 775
Fixed DS401 profile config
Edouard Tisserant [Wed, 06 Mar 2013 16:54:21 +0900] rev 774
Fixed DLL calling convention when build with mingw32 + some re-indenting in can_tcp_win32
Edouard Tisserant [Wed, 06 Mar 2013 13:40:54 +0900] rev 773
win32: reverted DLL loading from LoadLibraryA to LoadLibrary
Edouard Tisserant [Wed, 06 Mar 2013 11:39:35 +0900] rev 772
can_peak_linux link sequence modifed, thx to chenxi
Edouard Tisserant [Wed, 06 Mar 2013 11:32:27 +0900] rev 771
Now can_tcp_win32 default to 127.0.0.1 and can_tcp_win32_server is verbose
Edouard Tisserant [Tue, 05 Mar 2013 20:08:37 +0900] rev 770
Restored 'libcanfestival_' prefix to windows CAN drivers DLLs
Edouard Tisserant [Tue, 05 Mar 2013 19:42:14 +0900] rev 769
Configure now initialize DLL_LIST in objdictgen/canfestival_config.py, required by Beremiz' CanFestival plugin
Edouard Tisserant [Tue, 05 Mar 2013 16:12:22 +0900] rev 768
Removed 'cyg' prefix abusively appended to .dll files of some windows CAN drivers
Edouard Tisserant [Tue, 05 Mar 2013 16:12:19 +0900] rev 767
Removed depricated CHANGES file
Laurent Bessard [Wed, 27 Feb 2013 13:13:12 +0100] rev 766
Fixed bug when replacing already imported EDS file in NetworkEditor
Laurent Bessard [Thu, 06 Dec 2012 16:07:46 +0100] rev 765
Fixed warnings when compiling generated Object Dictionary
Laurent Bessard [Thu, 06 Dec 2012 16:06:51 +0100] rev 764
Fix error in UNS8 and INTEGER8 corresponding C type definition in none platform
Laurent Bessard [Wed, 05 Dec 2012 15:42:41 +0100] rev 763
Merged
Laurent Bessard [Tue, 04 Dec 2012 18:01:47 +0100] rev 762
Fix bug with Type selection of Array user defined variables
Laurent Bessard [Wed, 31 Oct 2012 12:06:29 +0100] rev 761
Fix bug when Drag'n Dropping located variables on Windows
fojtik <> [Sat, 20 Oct 2012 10:17:29 +0200] rev 760
Fixed compilability with Micrsoft visual C++
fojtik <> [Sat, 20 Oct 2012 10:16:56 +0200] rev 759
Ability to send content of emergency data.
fojtik <> [Thu, 18 Oct 2012 17:44:33 +0200] rev 758
Added comments
Laurent Bessard [Thu, 04 Oct 2012 17:19:55 +0200] rev 757
Fix bug when using not editable EditingPanel for displaying nodelist generated master
Laurent Bessard [Thu, 04 Oct 2012 17:12:34 +0200] rev 756
Fixing bug in dcf.c preventing to configure more than one slave using concise dcf when Save Node option is disabled
Edouard Tisserant [Tue, 02 Oct 2012 21:52:29 +0200] rev 755
Gnosis XML beeing included since ages, wget commented out in Makefile
Edouard Tisserant [Tue, 02 Oct 2012 21:45:24 +0200] rev 754
Merged Markus Wildbolz' node-guarding and fixes
mwildbolz [Mon, 01 Oct 2012 17:19:00 +0200] rev 753
Doxyfile adapted to show all basic source files, search engine included
mwildbolz [Mon, 01 Oct 2012 17:09:55 +0200] rev 752
Removed auto-generated object dictionary files from example folders
Updated .hgignore file (generated Makefiles, auto-generated OD files)
mwildbolz [Mon, 01 Oct 2012 17:04:34 +0200] rev 751
Changed call to sleep function because it gets redefined when using RTAI_LXRT
mwildbolz [Mon, 01 Oct 2012 17:01:36 +0200] rev 750
Implementation of a basic working node-guarding
Documentation adapted
Typos corrected
mwildbolz [Mon, 01 Oct 2012 16:58:35 +0200] rev 749
Changed configure to compile on Debian with the latest RTAI patch installed (removed rtdm library in compiler flags)
Commented out the MSG_WAR section for RTAI because this only runs in an RTAI Kernelspace program
Laurent Bessard [Mon, 01 Oct 2012 19:18:35 +0200] rev 748
Fixing networkedit to deal with non-null master nodeid
Laurent Bessard [Thu, 06 Sep 2012 16:49:11 +0200] rev 747
Adding support for translating CANOpen type to corresponding IEC type for location drag'n drop
Edouard Tisserant [Tue, 19 Jun 2012 10:29:03 +0200] rev 746
Master now sends NMT_Reset only from default preOperational application callback
Laurent Bessard [Mon, 18 Jun 2012 19:38:40 +0200] rev 745
Fix bug when adding an entry to a node
Laurent Bessard [Mon, 18 Jun 2012 19:37:30 +0200] rev 744
Fix bug with 'not saved' state for network when removing a slave
Edouard Tisserant [Mon, 18 Jun 2012 03:48:23 +0200] rev 743
Removed debug code remaining in pdo.c
Edouard Tisserant [Mon, 18 Jun 2012 02:27:19 +0200] rev 742
pdo.c : missalignment problem on some cpu when comparing cobids, various typo fixes
dcf.c : factorized code, and added automatic state change to operational when DCF finished
drivers/none : default time value is now nanoseconds
Laurent Bessard [Fri, 15 Jun 2012 18:24:51 +0200] rev 741
Adding informations in data send when drag'n dropping locations
Laurent Bessard [Fri, 15 Jun 2012 18:24:26 +0200] rev 740
Fix bug when importing and loading not well formatted eds files
Edouard Tisserant [Wed, 13 Jun 2012 19:08:58 +0200] rev 739
Merged Christian Taedcke changes
Edouard Tisserant [Wed, 13 Jun 2012 19:07:41 +0200] rev 738
Merged Francois BEAULIER's changes
Christian Taedcke <hacking@taedcke.com> [Tue, 12 Jun 2012 01:11:34 +0200] rev 737
Updated build configuration for travis to build more driver and send notification to irc.
Christian Taedcke <hacking@taedcke.com> [Tue, 12 Jun 2012 01:06:38 +0200] rev 736
Adapted path to xeno-config.
Changed parameters to xeno-config.
Christian Taedcke <hacking@taedcke.com> [Tue, 12 Jun 2012 00:13:39 +0200] rev 735
Building 4 can drivers now.
Christian Taedcke <hacking@taedcke.com> [Mon, 11 Jun 2012 23:35:15 +0200] rev 734
Added first version of .travis.yml for build server.
Christian Taedcke <hacking@taedcke.com> [Fri, 25 May 2012 13:24:39 +0200] rev 733
Win32 win32test:
- fixed wrong size parameter of call to writeLocalDict() to set remote node id.
Christian Taedcke <hacking@taedcke.com> [Tue, 22 May 2012 09:33:39 +0200] rev 732
can_peak_win32 project files:
- adapted VS2008 project file
- added lib file and include directory to releas config of VS2010 project
Christian Taedcke <hacking@taedcke.com> [Tue, 22 May 2012 09:17:19 +0200] rev 731
VS2010 project files:
- reverted character set of Debug configuration to MultiByte
Christian Taedcke <hacking@taedcke.com> [Tue, 22 May 2012 08:36:07 +0200] rev 730
can_peak_win32 code:
- changed m->Data to m->data, because the renaming was not done in the main code yet.
The peak driver compiles now.
Christian Taedcke <hacking@taedcke.com> [Tue, 22 May 2012 08:34:25 +0200] rev 729
cna_peak_win32 VS2010 project file:
- removed libs as project dependencies
- added include path and lib to AdditionalDependencies
Christian Taedcke <hacking@taedcke.com> [Tue, 22 May 2012 08:32:20 +0200] rev 728
Win32 fixes:
- added macros used by driver can_peak_win32
Christian Taedcke <hacking@taedcke.com> [Tue, 22 May 2012 08:14:52 +0200] rev 727
Win32 win32test:
- added optional parameter busname to command line
Christian Taedcke <hacking@taedcke.com> [Tue, 22 May 2012 08:10:09 +0200] rev 726
Win32 IXXAT driver:
- prevent crash after calling the close() function
Christian Taedcke <hacking@taedcke.com> [Tue, 22 May 2012 08:07:59 +0200] rev 725
Win32 VS2010 project files:
- changed debug database name und moved it to the OutDir
Christian Taedcke <hacking@taedcke.com> [Mon, 21 May 2012 16:17:13 +0200] rev 724
Win32 fixes:
- fixed MSG-macro for VS2010
Christian Taedcke <hacking@taedcke.com> [Mon, 21 May 2012 16:15:56 +0200] rev 723
Win32:
- changed parameter type of LoadCanDriver from TCHAR to char
Christian Taedcke <hacking@taedcke.com> [Mon, 21 May 2012 16:14:57 +0200] rev 722
Win32 IXXAT fixes:
- added missing function to dll exports
Christian Taedcke <hacking@taedcke.com> [Mon, 21 May 2012 16:14:20 +0200] rev 721
Win32 project settings:
- set character encoding to unicode
Christian Taedcke <hacking@taedcke.com> [Mon, 21 May 2012 16:13:47 +0200] rev 720
Win32 fixes:
- generate debug information for canopenshell in debug configuration
Mongo [Mon, 21 May 2012 17:21:57 +0200] rev 719
merge with main Canfestival repository
Mongo [Tue, 27 Mar 2012 15:29:57 +0200] rev 718
Fixed : wrong parameter size
Mongo [Tue, 27 Mar 2012 15:16:26 +0200] rev 717
Fixed example TestMasterSlaveLSS in Master.c missing argument in writeNetworkDictCallBack
Fixed comments in sdo.c
Edouard Tisserant [Thu, 09 Feb 2012 20:39:46 +0100] rev 716
Merged with smarteh-dev
smarteh-dev [Thu, 09 Feb 2012 20:37:25 +0100] rev 715
Adding support for integration of panels in Beremiz
Edouard Tisserant [Sat, 04 Feb 2012 17:08:48 +0100] rev 714
Merged JaFojtik Peak Win32 update
JaFojtik [Sat, 04 Feb 2012 14:26:54 +0100] rev 713
Fixed PEAK Win 32 driver, for PEAK Light API 1.x and 2.x
Edouard Tisserant [Sat, 04 Feb 2012 01:38:15 +0100] rev 712
merge with CanFestival-3-asc
Mongo [Wed, 01 Feb 2012 15:55:45 +0100] rev 711
minor modification on two MSG_ERR
Edouard Tisserant [Sat, 04 Feb 2012 01:33:16 +0100] rev 710
merged ica
Christian Taedcke <hacking@taedcke.com> [Mon, 23 Jan 2012 21:40:59 +0100] rev 709
win32:
- Added visual studio 2010 solution file and project files. Some driver that
does not work are disabled in the configuration manager.