source: multiio/pcmmio/original/ChangeLog @ fa08fc7

Last change on this file since fa08fc7 was fa08fc7, checked in by Joel Sherrill <joel.sherrill@…>, on 07/20/09 at 19:50:28

2009-07-20 Joel Sherrill <joel.sherrill@…>

  • Makefile, README, main_pcmmio_din.c, main_pcmmio_dout.c, pcmmio_commands.h: Add initial command to monitor analog inputs. Clean up help and usage.
  • main_pcmmio_adc.c: New file.
  • Property mode set to 100644
File size: 3.4 KB
Line 
12009-07-20      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile, README, main_pcmmio_din.c, main_pcmmio_dout.c,
4        pcmmio_commands.h: Add initial command to monitor analog inputs.
5        Clean up help and usage.
6        * main_pcmmio_adc.c: New file.
7
82009-07-20      Joel Sherrill <joel.sherrill@oarcorp.com>
9
10        * README: Add description of commands.
11        * main_pcmmio_din.c, main_pcmmio_dout.c: Fix usage.
12
132009-07-20      Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * Makefile, main_pcmmio_din.c, pcmmio_commands.h, pcmmio_shell.c: Add
16        dout command.
17        * main_pcmmio_dout.c: New file.
18
192009-07-20      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * Makefile: Put each command in its own file.
22        * main_pcmmio_din.c: New file.
23        * pcmmio_commands.c: Removed.
24
252009-07-20      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * pcmmio_commands.c: Clean up command.
28
292009-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * Makefile: Add dependencies so .exe's are relinked.
32        * mio_io.c: Typo.
33        * pcmmio_commands.c: Basic shell of command works.
34
352009-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * Makefile: Shell appplication configured with a dummy pcmmio command.
38        * pcmmio_commands.c, pcmmio_commands.h, pcmmio_shell.c: New files.
39
402009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * Makefile, rtems_config.c: Simple RTEMS Application runs polled. Does
43        not report errors and reports all zeroes on input discretes.
44
452009-07-10      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * rtems_config.c: Bump POSIX threads.
48
492009-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * Status: New file.
52
532009-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * buffered.c, dacbuff.c, dacout.c, flash.c, getall.c, getvolt.c,
56        kbhit.c, mio_io.c, mio_io_linux.c, mio_io_rtems.c, pcmmio.c, poll.c,
57        repeat.c, rtems_config.c: Clean up. Worked on RTEMS IRQ support code.
58
592009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        * mio_io.h, mio_io_rtems.c: Add timestamps to buffered interrupts.
62        * rtems_config.c: Switch to POSIX Initialization thread and up
63        configured pthreads so application can create one.
64
652009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        * rtems_config.c: Needs 4 barriers.
68
692009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * README: Document state of the driver.
72        * mio_io.h, mio_io_rtems.c: Move to shared interrupts when possible.
73        * rtems_config.c: Implement the RTEMS configuration and initialization.
74
752009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * mio_io_rtems.c: Initial interrupt support added. Should now be on
78        functional parity with Linux driver but not debugged.
79
802009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
81
82        * mio_io_rtems.c: All Linux functionality should be implemented now
83        EXCEPT hooking the interrupt.
84
852009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
86
87        * mio_io_rtems.c: Add checking for interrupt status.
88
892009-06-08      Joel Sherrill <joel.sherrill@oarcorp.com>
90
91        * Makefile, flash.c, mio_io.h: All programs now compile with the copied
92        RTEMS specific porting layer file.
93        * .cvsignore, mio_io_rtems.c: New files.
94
952009-06-08      Joel Sherrill <joel.sherrill@oarcorp.com>
96
97        * Makefile, mio_io.c, mio_io.h: Linux code split to porting file.
98        * mio_io_linux.c: New file.
99
1002009-06-08      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * Makefile, kbhit.c, mio_io.c, mio_io.h: First successful compilation
103        under RTEMS. Added some Linux ifdef's.
104        * rtems_config.c: New file.
105
1062009-06-08      Joel Sherrill <joel.sherrill@oarcorp.com>
107
108        * ChangeLog, Makefile.linux, README: New files.
109
Note: See TracBrowser for help on using the repository browser.