File: CONTRIBUTORS

package info (click to toggle)
brickos 0.9.0.dfsg-12.2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,848 kB
  • sloc: ansic: 9,144; cpp: 860; asm: 693; makefile: 656; sh: 124; perl: 61
file content (182 lines) | stat: -rw-r--r-- 5,191 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
brickOS contributors
--------------------

V{next-release}  we're building this list as we go...
_________

Bernardo Dal Seno (dibbe@users.sourceforge.net)
    Patch optimizing checksum calcs for LNP (Original work and final cleanup)
    Patch fixing race conditions in LNP

Ryan Cumming (bodnar42@users.sourceforge.net)
    Rediff of LNP checksum patch against 0.2.5

Zhengrong Zang (mikezang@users.sourceforge.net)
  Remote Control & Standard Message Patch
  Additional LNP Protocol Description

Ross Crawford (roscohead@users.sourceforge.net)
  Remote control patch 

Ted Hess (thess@users.sourceforge.net)
  Blended the best of each of the Remote Control and 
   LNP Messaging patches resulting in our current 
   implementation. Also, LCD status fixes
   
Joseph Woolley (jawoolley@users.sourceforge.net)
  Various kernel/task code and comment changes.
  Minor bug fix in mm_try_join.
  Added kernel tasks to animate man and show/hide
   battery indicator.

Stephen M Moraco (stephen@debian.org)
  Rewrite make system to handle installs and
  document builds.
  Upgrade inline documentation in support of our
  always publishing brickOS API docs to our website.

Evgeni Krimer <krimer at tx.technion.ac.il>
Roman Barsky <barsky at cs.technion.ac.il>
(while at Israel Institute of Technology Computer Science Department)
  Fixes to lib/float/divsf3: Floating point divide single precision routines

and many people testing and submitting fix requests including (but
not limited to):
    Michael Obenland, Joseph Woolley, Max Bowsher, and...
    

V0.2.6
_________

Hary D. Mahesan  (hdmahesa@engmail.uwaterloo.ca)
  Patches enabling USB-IR tower support on Windows

Paolo Masetti (paolo.masetti@itlug.org)
  Added/Updated Cygwin support (B-20 and 1.x)

Stephen M Moraco (stephen@debian.org)
  Small makelx c++ fix (ctor/dtor alloc), created manpages for dll(1)
  and firmdl3(1), added inline API documentation extractable by Doxygen

and many people testing and submitting fix requests including (but
not limited to):
    Michael Obenland, Joseph Woolley, Max Bowsher, Kingsley Gifford,
    Mathias N. Kjrgaard, Steve Hassenplug


V0.2.5
_________

Jochen Hoenicke (Jochen.Hoenicke@Informatik.Uni-Oldenburg.DE)
  Added VELOCITY_X to do velocity sensing with rotation sensors.

Pat Welch (legOS@mousebrains.com)
  Added full blown C++ support, including all sensors.

Stig Neilsson (spiff@rhk.dk)
  Extremely thorough kernel documentation.

John Markus Bjorndalen (johnm@cs.uit.no)
  Small makelx fix for gcc 2.96 (RH 7.0).

V0.2.4
---------
Lars Berntzon <lasse@cecilia-data.se>
        Added a missing wrapper to the C++ support.
Luis Villa (luis.villa@duke.edu)
  HOWTO (again), lots of very small fixes.
Ross Crawford (rcrawford@csi.com)
  Some assembler fixes to finally allow use of gcc 2.95.
Eddie C. Dost (ecd@skynet.be)
  Fixed bss alignment bug and improved lcd_refresh()
Paolo Masetti (paolo.masetti@itlug.org)
  Assortment of fixes and adds to dll, dsensor.h, firmdl3
        and battery.h. More details in NEWS file.
Rossz Vamos-Wentworth (rossz2@home.com)
  Work on DJGPP port.

V0.2.3
---------
Frank Cremer <frank@holly.demon.nl>
        Better handling of re-sent packets in program downloads.

Martin Cornelius <Martin.Cornelius@t-online.de>
        Fixed collision handling in lnp-logical.c.
        Initiated a useful sound driver at last.

V0.2.2
---------
Frank Cremer <frank@holly.demon.nl>
        Patch to shutdown motor/sensor/networking with the RUN button.
  Found typing inconsistency in sensor code.
  Reported hanging lnp_logical_write call.
  Reported never ending story (rotation sensor problems)


V0.2.1
--------
Sergey Ivanyuk <modemch@eventsdigital.com>
        Found ON/OFF button bug in program module.

Dave <froods@alphalink.com.au>
        Found naming inconsistency in dsound.h

Kekoa Proudfoot <kekoa@pixel.stanford.edu>
        Floating point math


V0.2.0
--------
Mark Falco <falcom@dialogic.com>
Mario Ferrari <mario.ferrari@edis.it>
        Rotation sensor fixes

Frank Mueller <mueller@informatik.hu-berlin.de>
        Touch sensor values

Kekoa Proudfoot <kekoa@pixel.stanford.edu>
        IR carrier setup


Snapshot
--------
Tom Emerson <temerson@spyglass.com>
        PDF documentation

Lou Sortman <lou (at) sunsite (dot) unc (dot) edu>
        Motor speed patch
        Priority chain task model

Luis Villa <liv@duke.edu>
        HOWTO


V0.1.7
------
Lou Sortman <lou (at) sunsite (dot) unc (dot) edu>
        Optimized rotation sensor code with compile-time shifts

David Van Wagner <davevw@alumni.cse.ucsc.edu>
        Found inconsistencies in conditional defines
        Pointed out problems with defines in assembler statements
        For an example how to use those correctly, see systime.c

Kekoa Proudfoot <kekoa@graphics.stanford.edu>
        Integer math routines.

V0.1.6
------
Michael Nielsen <mic@daimi.aau.dk>
        Fixed sound driver IRQ bug

Chris Dearman <chris@algor.co.uk>
        Fixed the ugly volatile problem in the IR code

Eric Habnerfeller <ehaberfe@atitech.ca>
        Fixed rotation sensors with window-based approach


V0.1.0
------
Ben Laurie <ben@algroup.co.uk>
  Added Priority-based scheduler