aboutsummaryrefslogtreecommitdiff
path: root/bin (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-09-24Reduced standby power by 700X by turning off brownout detection.Selene ToyKeeper1-1/+1
(from 24.7 uA to 0.35 uA)
2017-08-30Reorganized FSM files, one dir per UI.Selene ToyKeeper1-1/+1
2016-09-20Extra parents in include path.Selene ToyKeeper1-1/+1
2016-09-09Updated Mike C's X85 firmware (new version 2016-06-22, IIRC).Selene ToyKeeper2-0/+30
2016-09-09level_calc minor formatting fixSelene ToyKeeper1-1/+1
2016-09-09Flash ROM last, set fuses first. Switched from low=0xe2 to low=0xd2.Selene ToyKeeper1-2/+2
2016-09-09Add more parents to include path.Selene ToyKeeper1-1/+1
2016-07-03Added extra parent includes to gcc path.Selene ToyKeeper1-1/+1
2016-05-22Fixed level_calc N-channel calculations to fix all errors I could find.Selene ToyKeeper1-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.
2016-05-22Made level_calc.py work with any number of power channels.Selene ToyKeeper1-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.
2015-11-08Different tiny25 fuses: No brownout detection, and slower startup.Selene ToyKeeper1-1/+1
(am trying to reduce power use and hopefully prevent accidental resets)
2015-10-18Removed the need to specify header file paths.Selene ToyKeeper2-2/+2
Makes it easier to put all the files into one dir for building outside the repository.
2015-09-30made visually-linear curve function configurable in level_calc.pySelene ToyKeeper1-6/+22
2015-09-10Made offtime-cap work on attiny25 in addition to the attiny13 it already ↵Selene ToyKeeper2-4/+6
supported. Added attiny type as a build script option, so the code will automatically select the right options.
2015-09-10Added attiny25-compatible build and flash scripts.Selene ToyKeeper3-1/+30
Tested (and works) with Tom E's eswitch_NOINIT.c for attiny25.
2015-04-19Added "-c -std=gnu99" to build script, made some small 'inline' changes to ↵Selene ToyKeeper1-2/+3
sources, and made output even smaller.
2015-04-19Added nicer avr-size output during builds.Selene ToyKeeper1-1/+1
2015-04-06Added dual PWM support to level_calc.py, and made it work better when run ↵Selene ToyKeeper1-12/+82
via an icon in Windows. Fixed estimation formulas to better account for high minimum modes.
2015-04-06Moved level_calc.py to bin/ since it's useful for general purposes.Selene ToyKeeper1-0/+61
Made level_calc.py prompt the user for input interactively, or get values from the command line if possible.
2014-11-05Convenience script for compiling attiny13a firmwares.Selene ToyKeeper1-0/+24
2014-10-15verify images after flashing them (oops, requires 6 pins, not 5)Selene ToyKeeper1-1/+1
2014-07-23Er, don't try to verify after flashing. At least on my setup, this failsSelene ToyKeeper1-1/+1
and then it aborts the fuse steps. So, no verification.
2014-07-22Added a dir to hold generally-useful utilities.Selene ToyKeeper1-0/+3
Includes a short script to flash a .hex file onto an attiny13a using the usbasp device.