- 06 Jun, 2013 2 commits
-
-
Jeroen Vreeken authored
-
Jeroen Vreeken authored
'work-in-progress-daan-2013-06-05-idn-rd-wr-ok.diff' This branch is now based on the sercos branch.
-
- 03 Jun, 2013 13 commits
-
-
Jeroen Vreeken authored
-
Jeroen Vreeken authored
-
Jeroen Vreeken authored
-
Jeroen Vreeken authored
-
Jeroen Vreeken authored
-
Jeroen Vreeken authored
-
Jeroen Vreeken authored
-
Jeroen Vreeken authored
uses socket(). Both FreeBSD and Linux specify this in socket()'s manual and FreeBSD won't compile without it.
-
Jeroen Vreeken authored
Linux's man page for malloc() specify this.
-
Jeroen Vreeken authored
dlopen() and friends are included in libc on FreeBSD. o Use './controller/block_list.sh' (with explicit "./") because '.' isn't on the $PATH by default on FreeBSD. o Disable joystick block for now on FreeBSD due to lack of use case and inspiration to port :) o Use a compatibility hack so we can use 'sed' with the same command line on Linux and FreeBSD. o Use '/usr/local/bin/flex' explicitly on FreeBSD since FreeBSD can have both BSD flex and GNU flex installed as 'flex', where the former has precendence on the normal $PATH.
-
Jeroen Vreeken authored
o Move definitions of all ESC_MAILBOX_TYPE_*'s from esc_coe.c to esc_mailbox.h as we're going to need at least ESC_MAILBOX_TYPE_SOE in esc_soe.c once it starts to exist..
-
Jeroen Vreeken authored
-
Jeroen Vreeken authored
We can now use gear ratios. This makes parameters much more readable.
-
- 30 May, 2013 2 commits
-
-
Jeroen Vreeken authored
-
Jeroen Vreeken authored
-
- 20 May, 2013 2 commits
-
-
- 12 May, 2013 5 commits
-
-
Michel Roelofs authored
-
Michel Roelofs authored
-
Michel Roelofs authored
In 8853f790 dt_ctrl and dt_ctrl_sim have been unified
-
Michel Roelofs authored
-
Michel Roelofs authored
-
- 06 May, 2013 1 commit
-
-
Jeroen Vreeken authored
-
- 11 Apr, 2013 1 commit
-
-
Jeroen Vreeken authored
(Even when not fully initialized). Also add some headers to .c files.
-
- 31 Mar, 2013 1 commit
-
-
Jeroen Vreeken authored
Split esc (ethercat slave controller) code into seperate modules. Add code to read SII eeprom of esc devices and use it for device initialization. Add per device thread for monitoring/recovery of devices.
-
- 22 Mar, 2013 1 commit
-
-
Jeroen Vreeken authored
Everything else stays in esc.c Also add a lot of code for reading the ESCs eeprom with configuration parameters. Also provide 'struct esc_device' for generic device creation and handling based on the eeprom configuration. The el1xxx, el2xxx and el3xxx now use this generic device. Also the el3xxx module now properly supports the EL3102 device.
-
- 19 Mar, 2013 1 commit
-
-
Jeroen Vreeken authored
Add comments to command_server lib Remove now obsolete ec_el_test Fix controller_sample shell newlines
-
- 18 Mar, 2013 2 commits
-
-
Jeroen Vreeken authored
Also a small bugfix in the sample timing shell commands
-
Jeroen Vreeken authored
Also some changes to properly log to console when no slaves are found
-
- 15 Mar, 2013 7 commits
-
-
Jeroen Vreeken authored
-
Jeroen Vreeken authored
-
Jeroen Vreeken authored
(previous commit was incomplete...)
-
Jeroen Vreeken authored
-
Jeroen Vreeken authored
-
Jeroen Vreeken authored
-
Jeroen Vreeken authored
A few improvements from the Vitsch Electronics CVS Use log_send() for all logging and add context (DEBUG/WARNING/ERROR) info. A little bit more comments
-
- 13 Mar, 2013 1 commit
-
-
Jeroen Vreeken authored
Mostly ethercat related in the ec directory.
-
- 12 Mar, 2013 1 commit
-
-
Jeroen Vreeken authored
-