Werner Almesberger
13f34170de
ubb-la/ubb-la.c (do_buf): physmem_xlat doesn't need a cast
...
We inherited the cast from ubb-patgen where the buffer was "const" and thus
had to be cast for the the non-const argument of physmem_xlat. We never
needed a cast in ubb-la, though.
Since physmem_xlat now uses "const" as well, the cast is even doubly
superfluous.
2013-01-26 20:49:09 -03:00
Werner Almesberger
8316bc0070
ubb-la/ubb-la.c (do_buf): move pretty-printing to new function print_samples
2013-01-26 20:01:32 -03:00
Werner Almesberger
4ceee66c79
ubb-la/ubb-la.c (INITIAL_SKIP): describe how the value was obtained
2013-01-26 19:55:44 -03:00
Werner Almesberger
4ce6866767
ubb-la/ubb-la.c (do_buf): skip over the first 122 samples
...
They are from the setup process and therefore invalid (DAT0) and/or out
of sync (DAT0-3) with the rest of the samples.
2013-01-24 20:00:59 -03:00
Werner Almesberger
62284fb78e
ubb-la/ubb-la.c: add command-line options, keyboard abort
2013-01-24 18:26:34 -03:00
Werner Almesberger
2c5b3625a7
ubb-la/: data capture via UBB and MSC+DMA (WIP)
2013-01-23 11:54:23 -03:00