- 08 Jun, 2015 1 commit
-
-
Jeroen Vreeken authored
-
- 07 Jun, 2015 1 commit
-
-
Jeroen Vreeken authored
Also module enable code for am335x.
-
- 04 Jun, 2015 1 commit
-
-
Jeroen Vreeken authored
broken)
-
- 02 Jun, 2015 1 commit
-
-
Jeroen Vreeken authored
-
- 01 Jun, 2015 1 commit
-
-
Jeroen Vreeken authored
Add 'channel' fields to trace stream headers of name and value packets. (channel number must be zero for now)
-
- 20 May, 2015 1 commit
-
-
Jeroen Vreeken authored
Simplify vesp.ctrl to get succesfull 'make test'
-
- 15 May, 2015 1 commit
-
-
Jeroen Vreeken authored
-
- 13 May, 2015 1 commit
-
-
Jeroen Vreeken authored
Small fixes to trace code and trace server.
-
- 30 Apr, 2015 1 commit
-
-
Jeroen Vreeken authored
-
- 22 Apr, 2015 2 commits
-
-
Jeroen Vreeken authored
-
Jeroen Vreeken authored
Add some build flags to make more stuff switchable. Fix delay setting for rs485 in block_vesp_tty. (prevent hanging serial port).
-
- 21 Apr, 2015 2 commits
-
-
Jeroen Vreeken authored
Use it for block parameters. Use it for ethercat frames. (non pdo) Use it for vesp commands.
-
Jeroen Vreeken authored
Add recovery to block_vesp_tty
-
- 16 Apr, 2015 1 commit
-
-
Jeroen Vreeken authored
-
- 07 Apr, 2015 1 commit
-
-
Jeroen Vreeken authored
trace_proxy uses the new functions to select its trace sources. This allows cascading of proxies.
-
- 01 Apr, 2015 1 commit
-
-
Jeroen Vreeken authored
-
- 26 Mar, 2015 1 commit
-
-
Jeroen Vreeken authored
(Especially on 32bit systems like ARM)
-
- 05 Mar, 2015 2 commits
-
-
Jeroen Vreeken authored
Allow selection of toolchains with --host and --build options in configure.
-
Jeroen Vreeken authored
-
- 04 Mar, 2015 4 commits
-
-
Jeroen Vreeken authored
-
Jeroen Vreeken authored
-
Jeroen Vreeken authored
Console building can be switched on and off. console_httpd and console_j2000_indi are now built only if all libs are found. Getting a working build: 1. run autoconf 2. run ./configure 3. make as usuall
-
Jeroen Vreeken authored
-
- 03 Mar, 2015 1 commit
-
-
Jeroen Vreeken authored
Add and4 variant. Fix memory allocator alignment, it was to enthousiastic.
-
- 26 Feb, 2015 1 commit
-
-
Jeroen Vreeken authored
Remove azimuth safety block. Remove now useless dt_azimuth directory.
-
- 24 Feb, 2015 2 commits
-
-
Jeroen Vreeken authored
Add range checkers to take over azimuth position range checks. Add test for new block. Remove some more logs from the az_safety block.
-
Jeroen Vreeken authored
This makes testcases more reliable and enables us to find stupid time calculation mixups.
-
- 23 Feb, 2015 3 commits
-
-
Jeroen Vreeken authored
-
Jeroen Vreeken authored
Use log block for logging DT HW position switches. Remove hard coded logging from safety block. Leave the rest of the block intact for now.
-
Jeroen Vreeken authored
It can now be used to make a dump from a trace stream on stdin. Nice for taking a quick look at traces which were dumped to disk first.
-
- 13 Feb, 2015 1 commit
-
-
Jeroen Vreeken authored
Remove now unneeded nsec base time. Command handling in the sample now uses trigger time. Trace handling still has to be done, then all nsec timers can be removed from the sample.
-
- 12 Feb, 2015 1 commit
-
-
Jeroen Vreeken authored
Sample counter removed from time interface. Only ec.c used it and it did not add anything useful. While sample is running trigger is now responsible for timestamps and translation to wall clock. (allows external clock/trigger sources). Log functions now log sub-second timestamps.
-
- 02 Feb, 2015 1 commit
-
-
Jeroen Vreeken authored
-
- 30 Jan, 2015 1 commit
-
-
Jeroen Vreeken authored
-
- 28 Jan, 2015 1 commit
-
-
Jeroen Vreeken authored
Default is set to true, if set to false console_httpd will directly connect to the controller instead of the proxies. Add test for quadrature decoder and optimize it a bit. Optimize oneshot block a bit. Add test blocks for sint32 inputs and outputs. Also add tests for them to test.ctrl
-
- 24 Jan, 2015 3 commits
-
-
Jeroen Vreeken authored
(localhost resolves to ipv6 and ipv4 on video...) Modify trace file dump to only 100k now the trace is more efficient.
-
Jeroen Vreeken authored
-
Jeroen Vreeken authored
-
- 23 Jan, 2015 2 commits
-
-
Daan Vreeken authored
command line option '--history [seconds]'. The default is still 60 seconds. o Add a command line option '--interval [seconds]' to set the sample interval. The default sample interval without the options remains 0.2 seconds as before. o Add '--host [IP address or hostname]' command line option to view traces on a remote machine. o Add '--port [remote port number]' command line option to specify the port number of the trace server to connect to. o Add usage() function to inform user of possible optins. o Keep track of the lowest and highest values in a plot and adjust the y range to be just over min and max so that all samples will fit within the plot, without the highest and lowest values dissapearing under the borders of the plot. modified: common/trace/trace_view.c
-
Jeroen Vreeken authored
Optimize oneshot block and bridge_pwm block: -minimize amount of branches by removing sequence points. -Use local variables for structure fields to minimize dereferences.
-