~toykeeper/flashlight-firmware/trunk

« back to all changes in this revision

Viewing changes to index.txt

  • Committer: Selene Scriven
  • Date: 2015-02-16 20:43:57 UTC
  • Revision ID: ubuntu@toykeeper.net-20150216204357-zuie800u2jk7p015
Updated repo metadata.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Most of the firmware here is for ATTINY13A chips.  Other architectures 
5
5
will be noted when appropriate.
6
6
 
 
7
  alexvh/basic_off_time_driver/
 
8
 
 
9
    Nanjg 105C firmware which implements off-time memory without an 
 
10
    off-time capacitor.  Needs special avrdude parameters while 
 
11
    flashing.
 
12
 
 
13
  bin/
 
14
 
 
15
    Miscellaneous scripts which might be useful.
 
16
 
 
17
  DrJones/
 
18
 
 
19
    Several firmwares from DrJones: luxdrv, MiniDrv, MiniMo, heartbeat.
 
20
 
 
21
  dthoang/
 
22
 
 
23
    dthoang's Olight Baton-like version of STAR_momentary.
 
24
 
 
25
  hello_world/
 
26
 
 
27
    A quick mod of STAR_on-time designed simply to test if the build and 
 
28
    flash tool chains are working.
 
29
 
7
30
  JonnyC/
8
31
 
9
32
    Files contributed by JonnyC from BLF.
53
76
    ToyKeeper's custom firmware for a Convoy S-series light modded with 
54
77
    Nichia 219B and 5x7135 380mA chips for 1900mA maximum power.
55
78
 
 
79
  ToyKeeper/starry-offtime/
 
80
 
 
81
    ToyKeeper's improved version of STAR_offtime.
 
82
 
56
83
  ToyKeeper/tail-light/
57
84
 
58
85
    Firmware designed for use as a bike tail light, ideally with a red 
59
86
    emitter driven by a 2x7135 nanjg 105c driver.  The AK-47A driver is 
60
87
    a good starting point.
61
88
 
62
 
  alexvh/basic_off_time_driver/
63
 
 
64
 
    Nanjg 105C firmware which implements off-time memory without an 
65
 
    off-time capacitor.
66
 
 
67
 
  bin/
68
 
 
69
 
    Miscellaneous scripts which might be useful.
70
 
 
71
 
  hello_world/
72
 
 
73
 
    A quick mod of STAR_on-time designed simply to test if the build and 
74
 
    flash tool chains are working.
75
 
 
76
89
  tterev3/
77
90
 
78
91
    Files contributed by tterev3 from BLF.
82
95
    Fairly simple example firmwares for PIC10F322 chips, and a good base 
83
96
    for derivative projects since a lot of the plumbing is already 
84
97
    written.
 
98
 
 
99
  Werner/
 
100
 
 
101
    Werner's versions of STAR offtime and STAR momentary, and a candle 
 
102
    flicker simulation.