| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added missing GPL header, fixed typo, fixed missing return. | Selene ToyKeeper | 2017-08-19 | 2 | -1/+25 |
| * | Made LVP work. | Selene ToyKeeper | 2017-08-19 | 2 | -62/+177 |
| * | First RoundTable example actually works (simple momentary 1-mode UI). | Selene ToyKeeper | 2017-08-18 | 4 | -159/+423 |
| * | Some early ideas for Round Table. Nothing close to compile-able yet. | Selene ToyKeeper | 2017-08-18 | 4 | -1/+542 |
| * | merged crescendo updates: added thermal regulation | Selene ToyKeeper | 2017-07-28 | 1 | -5/+35 |
| |\ |
|
| | * | Got 10-bit temperature measurement working. | Selene ToyKeeper | 2017-06-25 | 1 | -5/+35 |
| * | | Merged convoy/biscotti updates. | Selene ToyKeeper | 2017-07-11 | 0 | -0/+0 |
| |\ \ |
|
| | * | | Updated voltage calibration values. Upgraded from regular strobe to police s... | Selene ToyKeeper | 2017-03-17 | 1 | -24/+24 |
| | * | | Added _delay_4ms() stuff, to save space on projects which need a few bytes mo... | Selene ToyKeeper | 2017-03-16 | 1 | -0/+13 |
| * | | | Merged the crescendo (ramping-clicky UI) branch. | Selene ToyKeeper | 2017-06-18 | 3 | -2/+31 |
| |\ \ \
| | |/
| |/| |
|
| | * | | merged trunk | Selene ToyKeeper | 2017-06-18 | 1 | -1/+1 |
| | |\ \
| |/ /
|/| | |
|
| * | | | fixed tiny25 BOGOMIPS value | Selene ToyKeeper | 2017-05-01 | 1 | -1/+1 |
| | * | | Fixed a compiler warning about tk-random.h. | Selene ToyKeeper | 2017-03-26 | 1 | -1/+4 |
| | * | | Made tk-delay.h allow use of both _delay_ms() and _delay_4ms(). | Selene ToyKeeper | 2017-03-18 | 1 | -3/+4 |
| | * | | Fixed LVP. Verified it works on FET+1 and attiny25. Added presets for MTN17... | Selene ToyKeeper | 2017-03-18 | 1 | -0/+12 |
| | * | | Added _delay_4ms() thing from new smaller biscotti. Will need it for crescendo. | Selene ToyKeeper | 2017-03-16 | 1 | -0/+13 |
| |/ / |
|
| * | | Added info about getting USBasp to work in Windows (especially Windows 10). | Selene ToyKeeper | 2016-09-20 | 1 | -0/+5 |
| * | | Extra parents in include path. | Selene ToyKeeper | 2016-09-20 | 1 | -1/+1 |
| * | | Merged in Mike C's X85 firmware. | Selene ToyKeeper | 2016-09-09 | 2 | -0/+30 |
| |\ \ |
|
| | * | | Updated Mike C's X85 firmware (new version 2016-06-22, IIRC). | Selene ToyKeeper | 2016-09-09 | 2 | -0/+30 |
| * | | | merged new Convoy "Biscotti" firmware | Selene ToyKeeper | 2016-09-09 | 1 | -26/+26 |
| |\ \ \
| | |/
| |/| |
|
| | * | | merged trunk | Selene ToyKeeper | 2016-09-09 | 2 | -3/+3 |
| | |\ \
| |/ /
|/| | |
|
| * | | | Merged bistro and bistro-tripledown updates. | Selene ToyKeeper | 2016-09-09 | 4 | -99/+162 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | level_calc minor formatting fix | Selene ToyKeeper | 2016-09-09 | 1 | -1/+1 |
| | * | | Flash ROM last, set fuses first. Switched from low=0xe2 to low=0xd2. | Selene ToyKeeper | 2016-09-09 | 1 | -2/+2 |
| | * | | Add more parents to include path. | Selene ToyKeeper | 2016-09-09 | 1 | -1/+1 |
| * | | | merged trunk | Selene ToyKeeper | 2015-10-18 | 5 | -2/+48 |
| |\ \ \ |
|
| | * \ \ | Merged many updates from tiny25/bistro branch. | Selene ToyKeeper | 2015-10-18 | 5 | -2/+48 |
| | |\ \ \ |
|
| * | | | | | merged trunk | Selene ToyKeeper | 2015-10-07 | 0 | -0/+0 |
| |\| | | | |
|
| | | | | * | Raised the LVP trigger level since it seemed to be too low. | Selene ToyKeeper | 2016-07-03 | 1 | -1/+1 |
| | | | | * | Added extra parent includes to gcc path. | Selene ToyKeeper | 2016-07-03 | 1 | -1/+1 |
| | | | | * | Calibrated voltage for nanjg 105d drivers used by Convoy. | Selene ToyKeeper | 2016-07-03 | 1 | -25/+25 |
| | | | |/ |
|
| | | | * | Added bistro-tripledown.c. | Selene ToyKeeper | 2016-05-23 | 1 | -1/+34 |
| | | | * | Fixed level_calc N-channel calculations to fix all errors I could find. | Selene ToyKeeper | 2016-05-22 | 1 | -13/+43 |
| | | | * | Made level_calc.py work with any number of power channels. | Selene ToyKeeper | 2016-05-22 | 1 | -96/+96 |
| | | | * | Different tiny25 fuses: No brownout detection, and slower startup. | Selene ToyKeeper | 2015-11-08 | 1 | -1/+1 |
| | | |/ |
|
| | | * | Removed the need to specify header file paths. | Selene ToyKeeper | 2015-10-18 | 2 | -2/+2 |
| | | * | Made pgm_rand() more erratic (beginning of PROGMEM is boring for this purpose), | Selene ToyKeeper | 2015-10-12 | 1 | -2/+3 |
| | | * | Oops, forgot to add tk-random header. | Selene ToyKeeper | 2015-10-12 | 1 | -0/+28 |
| | | * | Made a simple program to blink out temperature measurements. | Selene ToyKeeper | 2015-10-10 | 2 | -0/+17 |
| | | * | merged trunk | Selene ToyKeeper | 2015-10-07 | 0 | -0/+0 |
| | | |\
| | |/
| |/| |
|
| | * | | merged TK refactoring effort and bistro project from sandbox: | Selene ToyKeeper | 2015-10-07 | 5 | -6/+417 |
| | |\ \
| |/ /
|/| | |
|
| | * | | merged Tido's BLF-VLD code | Selene ToyKeeper | 2015-09-14 | 0 | -0/+0 |
| | |\ \ |
|
| | | | * | merged sandbox -- added Tido's BLF-VLD, updated s7 and added volts+tents batt... | Selene ToyKeeper | 2015-10-05 | 2 | -7/+25 |
| | | | |\
| |_|_|/
|/| | | |
|
| * | | | | Replaced how USE_FILE_DELAY works. | Selene ToyKeeper | 2015-10-05 | 1 | -7/+12 |
| * | | | | Added nanjg board/pin layout definition to tk-attiny.h. | Selene ToyKeeper | 2015-10-05 | 1 | -0/+13 |
| * | | | | merged tiny25 branch | Selene ToyKeeper | 2015-10-05 | 5 | -6/+399 |
| |\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| | * | | Added volts+tenths and 8-bar battery check styles. | Selene ToyKeeper | 2015-10-03 | 2 | -16/+120 |
| | * | | made visually-linear curve function configurable in level_calc.py | Selene ToyKeeper | 2015-09-30 | 1 | -6/+22 |
| | * | | Oops, delay_s() should delay for 1000 ms, not BOGOMIPS ms. | Selene ToyKeeper | 2015-09-11 | 2 | -3/+4 |