| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | merged trunk, prep for merging back | Selene ToyKeeper | 2018-05-08 | 1 | -6/+19 |
| |\ |
|
| | * | Made level_calc.py support both python2.7 and python3. | Selene ToyKeeper | 2017-10-14 | 1 | -6/+19 |
| * | | Reduced standby power by 700X by turning off brownout detection. | Selene ToyKeeper | 2017-09-24 | 1 | -1/+1 |
| * | | Reorganized FSM files, one dir per UI. | Selene ToyKeeper | 2017-08-30 | 1 | -1/+1 |
| |/ |
|
| * | 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 |
| * | | 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 |
| * | | 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 visually-linear curve function configurable in level_calc.py | Selene ToyKeeper | 2015-09-30 | 1 | -6/+22 |
| * | Made offtime-cap work on attiny25 in addition to the attiny13 it already supp... | Selene ToyKeeper | 2015-09-10 | 2 | -4/+6 |
| * | Added attiny25-compatible build and flash scripts. | Selene ToyKeeper | 2015-09-10 | 3 | -1/+30 |
| * | Added "-c -std=gnu99" to build script, made some small 'inline' changes to so... | Selene ToyKeeper | 2015-04-19 | 1 | -2/+3 |
| * | Added nicer avr-size output during builds. | Selene ToyKeeper | 2015-04-19 | 1 | -1/+1 |
| * | Added dual PWM support to level_calc.py, and made it work better when run via... | Selene ToyKeeper | 2015-04-06 | 1 | -12/+82 |
| * | Moved level_calc.py to bin/ since it's useful for general purposes. | Selene ToyKeeper | 2015-04-06 | 1 | -0/+61 |
| * | Convenience script for compiling attiny13a firmwares. | Selene ToyKeeper | 2014-11-05 | 1 | -0/+24 |
| * | verify images after flashing them (oops, requires 6 pins, not 5) | Selene ToyKeeper | 2014-10-15 | 1 | -1/+1 |
| * | Er, don't try to verify after flashing. At least on my setup, this fails | Selene ToyKeeper | 2014-07-23 | 1 | -1/+1 |
| * | Added a dir to hold generally-useful utilities. | Selene ToyKeeper | 2014-07-22 | 1 | -0/+3 |