source: multiio/pcmmio/original/ChangeLog @ b1481d8

Last change on this file since b1481d8 was b1481d8, checked in by Joel Sherrill <joel.sherrill@…>, on 08/13/09 at 20:49:38

2009-08-13 Joel Sherrill <joel.sherrill@…>

  • main_pcmmio_irq.c, mio_io.h, mio_io_rtems.c: Add ADCs confirmed to work using the dac command. Both single voltages and a pattern were written.
  • Property mode set to 100644
File size: 5.3 KB
Line 
12009-08-13      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * main_pcmmio_irq.c, mio_io.h, mio_io_rtems.c: Add ADCs confirmed to
4        work using the dac command. Both single voltages and a pattern were
5        written.
6
72009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
8
9        * Makefile, README, main_pcmmio_adc.c, main_pcmmio_dac.c,
10        main_pcmmio_din.c, main_pcmmio_dout.c, mio_io_rtems.c,
11        pcmmio_shell.c: Discrete input polled and interrupt now works.
12
132009-07-23      Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * main_pcmmio_irq.c: Add code to report interrupts.
16
172009-07-23      Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * main_pcmmio_adc.c, main_pcmmio_dac.c, main_pcmmio_din.c,
20        main_pcmmio_dout.c, main_pcmmio_irq.c: Update checks of return status
21        from rtems_string_to_XXX to reflect change to rtems_status_code.
22
232009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * Makefile, README, main_pcmmio_dac.c, mio_io.h, mio_io_rtems.c,
26        pcmmio_commands.h, pcmmio_shell.c, rtems_config.c: Add pcmmio_irq
27        command and do some cleanup as noticed on other files.
28        * main_pcmmio_irq.c: New file.
29
302009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * README: Fix typo.
33
342009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * README, main_pcmmio_dac.c, rtems_config.c: Add mode to pcmmio_dac
37        command where it can write a pattern.
38
392009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * README, main_pcmmio_adc.c, main_pcmmio_dac.c, main_pcmmio_din.c,
42        main_pcmmio_dout.c, pcmmio_commands.h: Switch to rtems/string2.h
43        methods. Verify negative voltages are allowed as input.
44
452009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * Makefile, README, main_pcmmio_dac.c, main_pcmmio_dout.c: Added
48        string2XXX routines to RTEMS so we have ability to do heavy error
49        checking on numeric inputs.
50
512009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
52
53        * Makefile, README, mio_io.h, pcmmio_commands.h: Add pcmmio_dac
54        command.
55        * main_pcmmio_dac.c: New file.
56
572009-07-20      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * Makefile, README, main_pcmmio_din.c, main_pcmmio_dout.c,
60        pcmmio_commands.h: Add initial command to monitor analog inputs.
61        Clean up help and usage.
62        * main_pcmmio_adc.c: New file.
63
642009-07-20      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * README: Add description of commands.
67        * main_pcmmio_din.c, main_pcmmio_dout.c: Fix usage.
68
692009-07-20      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * Makefile, main_pcmmio_din.c, pcmmio_commands.h, pcmmio_shell.c: Add
72        dout command.
73        * main_pcmmio_dout.c: New file.
74
752009-07-20      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * Makefile: Put each command in its own file.
78        * main_pcmmio_din.c: New file.
79        * pcmmio_commands.c: Removed.
80
812009-07-20      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        * pcmmio_commands.c: Clean up command.
84
852009-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
86
87        * Makefile: Add dependencies so .exe's are relinked.
88        * mio_io.c: Typo.
89        * pcmmio_commands.c: Basic shell of command works.
90
912009-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
92
93        * Makefile: Shell appplication configured with a dummy pcmmio command.
94        * pcmmio_commands.c, pcmmio_commands.h, pcmmio_shell.c: New files.
95
962009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
97
98        * Makefile, rtems_config.c: Simple RTEMS Application runs polled. Does
99        not report errors and reports all zeroes on input discretes.
100
1012009-07-10      Joel Sherrill <joel.sherrill@oarcorp.com>
102
103        * rtems_config.c: Bump POSIX threads.
104
1052009-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
106
107        * Status: New file.
108
1092009-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
110
111        * buffered.c, dacbuff.c, dacout.c, flash.c, getall.c, getvolt.c,
112        kbhit.c, mio_io.c, mio_io_linux.c, mio_io_rtems.c, pcmmio.c, poll.c,
113        repeat.c, rtems_config.c: Clean up. Worked on RTEMS IRQ support code.
114
1152009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
116
117        * mio_io.h, mio_io_rtems.c: Add timestamps to buffered interrupts.
118        * rtems_config.c: Switch to POSIX Initialization thread and up
119        configured pthreads so application can create one.
120
1212009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
122
123        * rtems_config.c: Needs 4 barriers.
124
1252009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
126
127        * README: Document state of the driver.
128        * mio_io.h, mio_io_rtems.c: Move to shared interrupts when possible.
129        * rtems_config.c: Implement the RTEMS configuration and initialization.
130
1312009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
132
133        * mio_io_rtems.c: Initial interrupt support added. Should now be on
134        functional parity with Linux driver but not debugged.
135
1362009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
137
138        * mio_io_rtems.c: All Linux functionality should be implemented now
139        EXCEPT hooking the interrupt.
140
1412009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
142
143        * mio_io_rtems.c: Add checking for interrupt status.
144
1452009-06-08      Joel Sherrill <joel.sherrill@oarcorp.com>
146
147        * Makefile, flash.c, mio_io.h: All programs now compile with the copied
148        RTEMS specific porting layer file.
149        * .cvsignore, mio_io_rtems.c: New files.
150
1512009-06-08      Joel Sherrill <joel.sherrill@oarcorp.com>
152
153        * Makefile, mio_io.c, mio_io.h: Linux code split to porting file.
154        * mio_io_linux.c: New file.
155
1562009-06-08      Joel Sherrill <joel.sherrill@oarcorp.com>
157
158        * Makefile, kbhit.c, mio_io.c, mio_io.h: First successful compilation
159        under RTEMS. Added some Linux ifdef's.
160        * rtems_config.c: New file.
161
1622009-06-08      Joel Sherrill <joel.sherrill@oarcorp.com>
163
164        * ChangeLog, Makefile.linux, README: New files.
165
Note: See TracBrowser for help on using the repository browser.