| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | | | | | | | | Fixed the case with multiple 7135 channels (they should add up). Fixed the calculation of moon mode. Fixed boundary cases, including below-zero PWM. Had to ask the user for the type (FET/7135) of each channel. | ||||
| * | Made level_calc.py work with any number of power channels. | Selene ToyKeeper | 2016-05-22 | 1 | -96/+96 |
| | | | | | | | Results are slightly different than before, and I'm not sure if I broke something or fixed something. Hard to tell. Regardless, it seems to work fine. | ||||
| * | Different tiny25 fuses: No brownout detection, and slower startup. | Selene ToyKeeper | 2015-11-08 | 1 | -1/+1 |
| | | | | | (am trying to reduce power use and hopefully prevent accidental resets) | ||||
| * | Removed the need to specify header file paths. | Selene ToyKeeper | 2015-10-18 | 2 | -2/+2 |
| | | | | | Makes it easier to put all the files into one dir for building outside the repository. | ||||
| * | 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 ↵ | Selene ToyKeeper | 2015-09-10 | 2 | -4/+6 |
| | | | | | | | supported. Added attiny type as a build script option, so the code will automatically select the right options. | ||||
| * | Added attiny25-compatible build and flash scripts. | Selene ToyKeeper | 2015-09-10 | 3 | -1/+30 |
| | | | | | | Tested (and works) with Tom E's eswitch_NOINIT.c for attiny25. | ||||
| * | Added "-c -std=gnu99" to build script, made some small 'inline' changes to ↵ | Selene ToyKeeper | 2015-04-19 | 1 | -2/+3 |
| | | | | | sources, and made output even smaller. | ||||
| * | 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 ↵ | Selene ToyKeeper | 2015-04-06 | 1 | -12/+82 |
| | | | | | | | via an icon in Windows. Fixed estimation formulas to better account for high minimum modes. | ||||
| * | Moved level_calc.py to bin/ since it's useful for general purposes. | Selene ToyKeeper | 2015-04-06 | 1 | -0/+61 |
| | | | | | | Made level_calc.py prompt the user for input interactively, or get values from the command line if possible. | ||||
| * | 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 |
| | | | | | | and then it aborts the fuse steps. So, no verification. | ||||
| * | Added a dir to hold generally-useful utilities. | Selene ToyKeeper | 2014-07-22 | 1 | -0/+3 |
| Includes a short script to flash a .hex file onto an attiny13a using the usbasp device. | |||||
