source: multiio/pcmmio/original/ChangeLog @ 6955473

Last change on this file since 6955473 was 6955473, checked in by Joel Sherrill <joel.sherrill@…>, on 07/23/09 at 14:39:20

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

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