~gabe/flashlight-firmware/anduril2

« back to all changes in this revision

Viewing changes to INDEX

  • Committer: Selene Scriven
  • Date: 2015-09-14 19:33:05 UTC
  • Revision ID: ubuntu@toykeeper.net-20150914193305-s13jsz8zqcltyf06
added missing license info for blf-a6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This file lists the tags used by projects in this repository, and a list
 
2
of projects associated with each tag.  The purpose is to help people find
 
3
projects relevant to their needs, such as hardware or desired features.
 
4
 
 
5
Do not edit this file.  Edit the "meta" files in sub-directories instead,
 
6
and run generate-index.py to rebuild this file.
 
7
 
 
8
Summary of each project
 
9
 
 
10
    DrJones/MiniDrv:
 
11
        MiniDrv - minimalistic driver example
 
12
 
 
13
    DrJones/MiniMo:
 
14
        MiniDrv - minimalistic momentary-switch driver example
 
15
 
 
16
    DrJones/NLITE:
 
17
        NLITE replacement for default nanjg firmware
 
18
 
 
19
    DrJones/heartbeat:
 
20
        baby-like heartbeat effect
 
21
 
 
22
    DrJones/luxdrv:
 
23
        DrJones' first clicky EDC firmware
 
24
 
 
25
    JonnyC/STAR/MTN_momentary_temp:
 
26
        STAR momentary plus temperature monitoring
 
27
 
 
28
    JonnyC/STAR/STAR:
 
29
        STAR
 
30
 
 
31
    JonnyC/STAR/STAR_dual_switch:
 
32
        STAR for combined momentary+clicky switch lights
 
33
 
 
34
    JonnyC/STAR/STAR_momentary:
 
35
        STAR for momentary e-switches
 
36
 
 
37
    JonnyC/STAR/STAR_off_time:
 
38
        STAR off-time
 
39
 
 
40
    Tamagotchi/7135x8v2:
 
41
        Very flexible clicky firmware with hidden modes, from fonarevka.ru
 
42
 
 
43
    Tido/BLF-VLD:
 
44
        Tido's Budget Light Forum Versatile LED Driver
 
45
 
 
46
    Tom_E:
 
47
        STAR-momentary plus strobe and 1-click off
 
48
 
 
49
    ToyKeeper/DarkHorse:
 
50
        Imitation of ZebraLight's UI
 
51
 
 
52
    ToyKeeper/Ferrero_Rocher:
 
53
        E-switch firmwares designed for Helios' "Ferrero Rocher" driver:
 
54
 
 
55
    ToyKeeper/STAR_1mode:
 
56
        1-mode version of STAR (100% only with turbo and LVP step-down)
 
57
 
 
58
    ToyKeeper/STAR_noinit:
 
59
        STAR noinit (STAR_off_time with mem-decay instead of OTC)
 
60
 
 
61
    ToyKeeper/battcheck:
 
62
        Developer tools to help calibrate voltage and offtime ADC values
 
63
 
 
64
    ToyKeeper/blf-a6:
 
65
        BLF EE A6 special edition (FET+1) firmware and derivatives
 
66
 
 
67
    ToyKeeper/blf-a6/cypreus2:
 
68
        FET+1 code with an extended hidden blinky mode group
 
69
 
 
70
    ToyKeeper/cypreus:
 
71
        TK's Sinner Cypreus full-featured clicky firmware
 
72
 
 
73
    ToyKeeper/s7:
 
74
        TK's full-featured clicky EDC firmware
 
75
 
 
76
    ToyKeeper/starry-offtime:
 
77
        STAR_off_time with better dual PWM config and some extras
 
78
 
 
79
    ToyKeeper/tail-light:
 
80
        Biking tail light / head light firmware
 
81
 
 
82
    ToyKeeper/uv:
 
83
        S7-like code intended for use on a UV blacklight
 
84
 
 
85
    Werner/STAR_improvements:
 
86
        STAR improved by Werner
 
87
 
 
88
    Werner/candleflicker:
 
89
        Candlelight flashlight with a nanjg
 
90
 
 
91
    _the_/TheStar:
 
92
        _the_'s full-featured clicky EDC firmware
 
93
 
 
94
    alexvh/basic_off_time_driver:
 
95
        ramping clicky-switch EDC firmware
 
96
 
 
97
    bin:
 
98
        Scripts and other executables for use in this code repo.
 
99
 
 
100
    dthoang:
 
101
        Olight Baton-like UI
 
102
 
 
103
    hello_world:
 
104
        quick example to help test if flashing hardware works
 
105
 
 
106
    odd/MGdriver:
 
107
        Off-time multigroup driver by odd, based on luxdrv030 by DrJones
 
108
 
 
109
    pilotdog68/xintd-x3:
 
110
        XinTD X3 FET+1 firmware supporting both li-ion and 3xAA batteries
 
111
 
 
112
    tterev3/attiny10_starter_code:
 
113
        attiny10 starter example
 
114
 
 
115
    tterev3/pic10f322-examples:
 
116
        PIC 10f322 examples
 
117
 
 
118
    tterev3/power_cycle_light:
 
119
        simple clicky firmware for pic10f322
 
120
 
 
121
 
 
122
Authors
 
123
 
 
124
    DooMmen:
 
125
        Tamagotchi/7135x8v2
 
126
 
 
127
    DrJones:
 
128
        DrJones/MiniDrv
 
129
        DrJones/MiniMo
 
130
        DrJones/NLITE
 
131
        DrJones/heartbeat
 
132
        DrJones/luxdrv
 
133
        odd/MGdriver
 
134
 
 
135
    JonnyC:
 
136
        JonnyC/STAR/MTN_momentary_temp
 
137
        JonnyC/STAR/STAR
 
138
        JonnyC/STAR/STAR_dual_switch
 
139
        JonnyC/STAR/STAR_momentary
 
140
        JonnyC/STAR/STAR_off_time
 
141
        Tom_E
 
142
        ToyKeeper/STAR_1mode
 
143
        ToyKeeper/STAR_noinit
 
144
        ToyKeeper/starry-offtime
 
145
        ToyKeeper/tail-light
 
146
        Werner/STAR_improvements
 
147
        dthoang
 
148
 
 
149
    Tamagotchi:
 
150
        Tamagotchi/7135x8v2
 
151
 
 
152
    Tido:
 
153
        Tido/BLF-VLD
 
154
 
 
155
    Tom E:
 
156
        Tom_E
 
157
 
 
158
    ToyKeeper:
 
159
        ToyKeeper/Ferrero_Rocher
 
160
        ToyKeeper/STAR_1mode
 
161
        ToyKeeper/STAR_noinit
 
162
        ToyKeeper/battcheck
 
163
        ToyKeeper/blf-a6
 
164
        ToyKeeper/blf-a6/cypreus2
 
165
        ToyKeeper/cypreus
 
166
        ToyKeeper/s7
 
167
        ToyKeeper/starry-offtime
 
168
        ToyKeeper/tail-light
 
169
        ToyKeeper/uv
 
170
        pilotdog68/xintd-x3
 
171
 
 
172
    Werner:
 
173
        Werner/STAR_improvements
 
174
        Werner/candleflicker
 
175
 
 
176
    _the_:
 
177
        _the_/TheStar
 
178
 
 
179
    alexvh:
 
180
        alexvh/basic_off_time_driver
 
181
 
 
182
    dthoang:
 
183
        dthoang
 
184
 
 
185
    odd:
 
186
        odd/MGdriver
 
187
 
 
188
    pilotdog68:
 
189
        pilotdog68/xintd-x3
 
190
 
 
191
    tterev3:
 
192
        tterev3/attiny10_starter_code
 
193
        tterev3/pic10f322-examples
 
194
        tterev3/power_cycle_light
 
195
 
 
196
    vdavid:
 
197
        Tamagotchi/7135x8v2
 
198
 
 
199
Button-Type
 
200
 
 
201
    clicky:
 
202
        DrJones/MiniDrv
 
203
        DrJones/NLITE
 
204
        DrJones/luxdrv
 
205
        JonnyC/STAR/STAR
 
206
        JonnyC/STAR/STAR_dual_switch
 
207
        JonnyC/STAR/STAR_off_time
 
208
        Tamagotchi/7135x8v2
 
209
        Tido/BLF-VLD
 
210
        ToyKeeper/STAR_1mode
 
211
        ToyKeeper/STAR_noinit
 
212
        ToyKeeper/blf-a6
 
213
        ToyKeeper/blf-a6/cypreus2
 
214
        ToyKeeper/cypreus
 
215
        ToyKeeper/s7
 
216
        ToyKeeper/starry-offtime
 
217
        ToyKeeper/tail-light
 
218
        ToyKeeper/uv
 
219
        Werner/STAR_improvements
 
220
        _the_/TheStar
 
221
        alexvh/basic_off_time_driver
 
222
        odd/MGdriver
 
223
        pilotdog68/xintd-x3
 
224
        tterev3/pic10f322-examples
 
225
        tterev3/power_cycle_light
 
226
 
 
227
    momentary:
 
228
        DrJones/MiniMo
 
229
        JonnyC/STAR/MTN_momentary_temp
 
230
        JonnyC/STAR/STAR_dual_switch
 
231
        JonnyC/STAR/STAR_momentary
 
232
        Tom_E
 
233
        ToyKeeper/Ferrero_Rocher
 
234
        Werner/STAR_improvements
 
235
        dthoang
 
236
        tterev3/attiny10_starter_code
 
237
        tterev3/pic10f322-examples
 
238
 
 
239
Extras
 
240
 
 
241
    4 power channels?:
 
242
        Tamagotchi/7135x8v2
 
243
 
 
244
    Baton UI:
 
245
        ToyKeeper/Ferrero_Rocher
 
246
        dthoang
 
247
 
 
248
    LVP:
 
249
        Tamagotchi/7135x8v2
 
250
 
 
251
    battery indicator LEDs:
 
252
        ToyKeeper/Ferrero_Rocher
 
253
 
 
254
    dual PWM:
 
255
        JonnyC/STAR/STAR
 
256
        JonnyC/STAR/STAR_momentary
 
257
        JonnyC/STAR/STAR_off_time
 
258
        ToyKeeper/STAR_1mode
 
259
        ToyKeeper/STAR_noinit
 
260
        ToyKeeper/blf-a6
 
261
        ToyKeeper/blf-a6/cypreus2
 
262
        ToyKeeper/starry-offtime
 
263
        pilotdog68/xintd-x3
 
264
 
 
265
    dual PWM?:
 
266
        Tamagotchi/7135x8v2
 
267
 
 
268
    hidden mode groups:
 
269
        ToyKeeper/blf-a6/cypreus2
 
270
 
 
271
    hidden modes:
 
272
        JonnyC/STAR/STAR_momentary
 
273
        ToyKeeper/blf-a6
 
274
        ToyKeeper/blf-a6/cypreus2
 
275
        ToyKeeper/cypreus
 
276
        _the_/TheStar
 
277
 
 
278
    mode groups:
 
279
        ToyKeeper/blf-a6
 
280
        odd/MGdriver
 
281
        pilotdog68/xintd-x3
 
282
 
 
283
    offtime-3:
 
284
        ToyKeeper/blf-a6
 
285
        ToyKeeper/blf-a6/cypreus2
 
286
        ToyKeeper/cypreus
 
287
        ToyKeeper/starry-offtime
 
288
 
 
289
    programmable modes:
 
290
        DrJones/luxdrv
 
291
        Tido/BLF-VLD
 
292
        alexvh/basic_off_time_driver
 
293
        tterev3/power_cycle_light
 
294
 
 
295
    programmable modes?:
 
296
        Tamagotchi/7135x8v2
 
297
 
 
298
    ramping UI:
 
299
        ToyKeeper/Ferrero_Rocher
 
300
 
 
301
    self-adjusting moon:
 
302
        ToyKeeper/cypreus
 
303
 
 
304
    special effect demo:
 
305
        DrJones/heartbeat
 
306
        Werner/candleflicker
 
307
 
 
308
    star-configurable mode order:
 
309
        DrJones/NLITE
 
310
        JonnyC/STAR/STAR
 
311
        JonnyC/STAR/STAR_dual_switch
 
312
        JonnyC/STAR/STAR_momentary
 
313
        JonnyC/STAR/STAR_off_time
 
314
        ToyKeeper/STAR_noinit
 
315
        _the_/TheStar
 
316
 
 
317
    star-configurable moon:
 
318
        DrJones/NLITE
 
319
        JonnyC/STAR/STAR
 
320
        JonnyC/STAR/STAR_off_time
 
321
        ToyKeeper/STAR_noinit
 
322
 
 
323
    thermal step-down:
 
324
        JonnyC/STAR/MTN_momentary_temp
 
325
        Tamagotchi/7135x8v2
 
326
 
 
327
License
 
328
 
 
329
    GPLv2+:
 
330
        Tido/BLF-VLD
 
331
 
 
332
    GPLv3:
 
333
        ToyKeeper/blf-a6
 
334
        ToyKeeper/blf-a6/cypreus2
 
335
 
 
336
MCU
 
337
 
 
338
    attiny10:
 
339
        tterev3/attiny10_starter_code
 
340
 
 
341
    attiny13a:
 
342
        DrJones/MiniDrv
 
343
        DrJones/MiniMo
 
344
        DrJones/NLITE
 
345
        DrJones/heartbeat
 
346
        DrJones/luxdrv
 
347
        JonnyC/STAR/MTN_momentary_temp
 
348
        JonnyC/STAR/STAR
 
349
        JonnyC/STAR/STAR_dual_switch
 
350
        JonnyC/STAR/STAR_momentary
 
351
        JonnyC/STAR/STAR_off_time
 
352
        Tamagotchi/7135x8v2
 
353
        Tido/BLF-VLD
 
354
        Tom_E
 
355
        ToyKeeper/Ferrero_Rocher
 
356
        ToyKeeper/STAR_1mode
 
357
        ToyKeeper/STAR_noinit
 
358
        ToyKeeper/battcheck
 
359
        ToyKeeper/blf-a6
 
360
        ToyKeeper/blf-a6/cypreus2
 
361
        ToyKeeper/cypreus
 
362
        ToyKeeper/s7
 
363
        ToyKeeper/starry-offtime
 
364
        ToyKeeper/tail-light
 
365
        ToyKeeper/uv
 
366
        Werner/STAR_improvements
 
367
        Werner/candleflicker
 
368
        _the_/TheStar
 
369
        alexvh/basic_off_time_driver
 
370
        dthoang
 
371
        odd/MGdriver
 
372
        pilotdog68/xintd-x3
 
373
 
 
374
    attiny25:
 
375
        ToyKeeper/battcheck
 
376
        ToyKeeper/blf-a6
 
377
 
 
378
    pic10f322:
 
379
        tterev3/pic10f322-examples
 
380
        tterev3/power_cycle_light
 
381
 
 
382
Memory
 
383
 
 
384
    OTC:
 
385
        JonnyC/STAR/STAR_off_time
 
386
        ToyKeeper/blf-a6
 
387
        ToyKeeper/blf-a6/cypreus2
 
388
        ToyKeeper/cypreus
 
389
        ToyKeeper/starry-offtime
 
390
        Werner/STAR_improvements
 
391
        _the_/TheStar
 
392
        pilotdog68/xintd-x3
 
393
 
 
394
    mem decay:
 
395
        ToyKeeper/STAR_noinit
 
396
        ToyKeeper/s7
 
397
        ToyKeeper/uv
 
398
        alexvh/basic_off_time_driver
 
399
        tterev3/pic10f322-examples
 
400
 
 
401
    none:
 
402
        DrJones/MiniDrv
 
403
        DrJones/MiniMo
 
404
        DrJones/luxdrv
 
405
        JonnyC/STAR/MTN_momentary_temp
 
406
        JonnyC/STAR/STAR_momentary
 
407
        Tamagotchi/7135x8v2
 
408
        Tom_E
 
409
        ToyKeeper/Ferrero_Rocher
 
410
        ToyKeeper/STAR_1mode
 
411
        ToyKeeper/blf-a6/cypreus2
 
412
        ToyKeeper/cypreus
 
413
        ToyKeeper/s7
 
414
        ToyKeeper/uv
 
415
        Werner/STAR_improvements
 
416
        alexvh/basic_off_time_driver
 
417
        dthoang
 
418
        odd/MGdriver
 
419
 
 
420
    offtime:
 
421
        JonnyC/STAR/STAR_off_time
 
422
        ToyKeeper/STAR_noinit
 
423
        ToyKeeper/blf-a6
 
424
        ToyKeeper/blf-a6/cypreus2
 
425
        ToyKeeper/cypreus
 
426
        ToyKeeper/s7
 
427
        ToyKeeper/starry-offtime
 
428
        ToyKeeper/uv
 
429
        Werner/STAR_improvements
 
430
        _the_/TheStar
 
431
        alexvh/basic_off_time_driver
 
432
        odd/MGdriver
 
433
        pilotdog68/xintd-x3
 
434
        tterev3/pic10f322-examples
 
435
 
 
436
    ontime:
 
437
        DrJones/MiniDrv
 
438
        DrJones/NLITE
 
439
        DrJones/luxdrv
 
440
        JonnyC/STAR/STAR
 
441
        Tamagotchi/7135x8v2
 
442
        Tido/BLF-VLD
 
443
        ToyKeeper/tail-light
 
444
        _the_/TheStar
 
445
        tterev3/power_cycle_light
 
446
 
 
447
    short-cycle:
 
448
        DrJones/luxdrv
 
449
        _the_/TheStar
 
450
 
 
451
    star-configurable:
 
452
        DrJones/NLITE
 
453
        JonnyC/STAR/STAR
 
454
        JonnyC/STAR/STAR_dual_switch
 
455
        JonnyC/STAR/STAR_off_time
 
456
        ToyKeeper/STAR_noinit
 
457
        ToyKeeper/blf-a6
 
458
        ToyKeeper/starry-offtime
 
459
        _the_/TheStar
 
460
 
 
461
    yes:
 
462
        DrJones/MiniMo
 
463
        ToyKeeper/Ferrero_Rocher
 
464
 
 
465
Modes
 
466
 
 
467
    100% only:
 
468
        ToyKeeper/STAR_1mode
 
469
 
 
470
    5-minute timer:
 
471
        DrJones/luxdrv
 
472
 
 
473
    OTC calibrator:
 
474
        ToyKeeper/battcheck
 
475
 
 
476
    SOS:
 
477
        Tamagotchi/7135x8v2
 
478
        Tido/BLF-VLD
 
479
 
 
480
    battcheck:
 
481
        DrJones/luxdrv
 
482
        Tamagotchi/7135x8v2
 
483
        ToyKeeper/Ferrero_Rocher
 
484
        ToyKeeper/blf-a6
 
485
        ToyKeeper/blf-a6/cypreus2
 
486
        ToyKeeper/cypreus
 
487
        ToyKeeper/s7
 
488
        ToyKeeper/starry-offtime
 
489
        ToyKeeper/tail-light
 
490
        ToyKeeper/uv
 
491
 
 
492
    battcheck calibrator:
 
493
        ToyKeeper/battcheck
 
494
 
 
495
    beacon:
 
496
        ToyKeeper/cypreus
 
497
        ToyKeeper/s7
 
498
        ToyKeeper/tail-light
 
499
        ToyKeeper/uv
 
500
        _the_/TheStar
 
501
        odd/MGdriver
 
502
        tterev3/power_cycle_light
 
503
 
 
504
    bike flasher:
 
505
        Tamagotchi/7135x8v2
 
506
        ToyKeeper/blf-a6
 
507
        ToyKeeper/blf-a6/cypreus2
 
508
        ToyKeeper/cypreus
 
509
        ToyKeeper/s7
 
510
        ToyKeeper/tail-light
 
511
 
 
512
    candle flicker:
 
513
        Werner/candleflicker
 
514
 
 
515
    config:
 
516
        DrJones/luxdrv
 
517
        ToyKeeper/blf-a6
 
518
        pilotdog68/xintd-x3
 
519
        tterev3/power_cycle_light
 
520
 
 
521
    distress beacon:
 
522
        Tamagotchi/7135x8v2
 
523
        Tido/BLF-VLD
 
524
        _the_/TheStar
 
525
 
 
526
    fade:
 
527
        Tido/BLF-VLD
 
528
 
 
529
    hidden moon:
 
530
        Tamagotchi/7135x8v2
 
531
 
 
532
    momentary:
 
533
        JonnyC/STAR/MTN_momentary_temp
 
534
        JonnyC/STAR/STAR_momentary
 
535
 
 
536
    party strobe:
 
537
        ToyKeeper/blf-a6/cypreus2
 
538
        ToyKeeper/cypreus
 
539
        ToyKeeper/s7
 
540
        ToyKeeper/uv
 
541
 
 
542
    police flasher:
 
543
        Tamagotchi/7135x8v2
 
544
 
 
545
    ramp:
 
546
        DrJones/luxdrv
 
547
        Tamagotchi/7135x8v2
 
548
        alexvh/basic_off_time_driver
 
549
 
 
550
    soft lock:
 
551
        ToyKeeper/Ferrero_Rocher
 
552
 
 
553
    strobe:
 
554
        Tamagotchi/7135x8v2
 
555
        Tido/BLF-VLD
 
556
        odd/MGdriver
 
557
 
 
558
    tactical strobe:
 
559
        DrJones/luxdrv
 
560
        Tom_E
 
561
        ToyKeeper/blf-a6
 
562
        ToyKeeper/starry-offtime
 
563
        _the_/TheStar
 
564
        tterev3/pic10f322-examples
 
565
 
 
566
    variable heartbeat:
 
567
        DrJones/heartbeat
 
568
 
 
569
    variable strobe:
 
570
        ToyKeeper/blf-a6/cypreus2
 
571
        ToyKeeper/cypreus
 
572
        ToyKeeper/s7
 
573
 
 
574
TODO
 
575
 
 
576
    incomplete meta:
 
577
        Tamagotchi/7135x8v2
 
578
        _the_/TheStar
 
579
 
 
580
    needs documentation:
 
581
        Tamagotchi/7135x8v2