source: multiio/pcmmio/original/ChangeLog @ 1b7aa5a

Last change on this file since 1b7aa5a was 1b7aa5a, checked in by Joel Sherrill <joel.sherrill@…>, on 08/12/09 at 20:40:31

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

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