| Commit message (Expand) | Author | Files | Lines |
| 2021-09-10 | added -mrelax to build.sh; saves ~330 bytes on t1634 builds | Selene ToyKeeper | 1 | -1/+1 |
| 2021-08-16 | fixed spurious warnings in level_calc on multi-channel lights | Selene ToyKeeper | 1 | -1/+3 |
| 2021-08-14 | clarified the new level_calc calculations a bit, experimented to make sure th... | Selene ToyKeeper | 1 | -26/+32 |
| 2021-08-12 | got PFM / dynamic PWM actually working on Noctigon KR4 | Selene ToyKeeper | 1 | -1/+1 |
| 2021-08-12 | made PWM TOP value configurable at command line in level_calc.py, and added a... | Selene ToyKeeper | 1 | -9/+70 |
| 2021-07-22 | give a more useful error message when t1616 files aren't installed | Selene ToyKeeper | 1 | -2/+11 |
| 2021-04-01 | added attiny1616 flashing instructions, and made flash-tiny1616.sh configurab... | Selene ToyKeeper | 1 | -1/+12 |
| 2021-04-01 | Added attiny1616 info to the README, and made bin/build.sh support more flexi... | Selene ToyKeeper | 1 | -3/+8 |
| 2020-12-18 | Add AVR 1-Series and t1616 board and scripts | Gabriel Hart | 2 | -2/+6 |
| 2019-11-22 | added -fwhole-program gcc flag, suggested by Agro. Signficantly reduces ROM ... | Selene ToyKeeper | 1 | -1/+1 |
| 2019-09-18 | added a compile flag to fix compatibility with GCC 7/8/9's new semantics for ... | Selene ToyKeeper | 1 | -2/+2 |
| 2019-09-15 | level_calc.py: note the highest level for each channel before the next channe... | Selene ToyKeeper | 1 | -0/+10 |
| 2019-08-28 | added arbitrary ramp shape powers to level_calc.py, to more easily hit specif... | Selene ToyKeeper | 1 | -3/+11 |
| 2019-08-05 | added scripts to flash attiny1634, which were missing before | Selene ToyKeeper | 2 | -0/+12 |
| 2019-08-05 | replaced deprecated avr-size with avr-objdump in build.sh | Selene ToyKeeper | 1 | -1/+3 |
| 2019-07-30 | level_calc: made it easier to change maximum PWM value | Selene ToyKeeper | 1 | -3/+5 |
| 2019-07-26 | merged a sanitized copy of the Emisar D4v2 branch; history summarized below: | Selene ToyKeeper | 3 | -0/+22 |
| 2019-03-26 | added seventh-root shape to level_calc.py | Selene ToyKeeper | 1 | -2/+3 |
| 2019-03-08 | level_calc.py: Combined log_2 and log_e into just log, because all logs have ... | Selene ToyKeeper | 1 | -4/+5 |
| 2018-12-14 | Enable BOD on attiny85 by default, because it matters on the FW3A and doesn't... | Selene ToyKeeper | 1 | -1/+1 |
| 2018-11-03 | Added a help message to build.sh and flash.sh | Selene ToyKeeper | 2 | -0/+13 |
| 2018-11-03 | added a wrapper to flash fuses and firmware at the same time, like the old sc... | Selene ToyKeeper | 1 | -0/+12 |
| 2018-11-03 | Reduced duplication across build scripts, replaced per-MCU scripts with a tin... | Selene ToyKeeper | 4 | -84/+36 |
| 2018-11-03 | Split flashing scripts into firmware vs fuses, to help prevent accidental bri... | Selene ToyKeeper | 8 | -6/+29 |
| 2018-11-03 | Renamed flash/build scripts to better indicate MCU type. | Selene ToyKeeper | 7 | -0/+1 |
| 2018-09-30 | Made level_calc.py's ramp shape configurable from the command line, instead o... | Selene ToyKeeper | 1 | -1/+6 |
| 2018-08-22 | Reduced ROM size back to pre-branch levels | Selene ToyKeeper | 3 | -3/+3 |
| 2018-06-25 | Made it easier to change ramp shape in bin/level_calc.py . | Selene ToyKeeper | 1 | -10/+13 |
| 2018-06-24 | Added script to build all supported Anduril targets. | Selene ToyKeeper | 3 | -6/+18 |
| 2017-10-14 | Made level_calc.py support both python2.7 and python3. | Selene ToyKeeper | 1 | -6/+19 |
| 2017-09-24 | Reduced standby power by 700X by turning off brownout detection. | Selene ToyKeeper | 1 | -1/+1 |
| 2017-08-30 | Reorganized FSM files, one dir per UI. | Selene ToyKeeper | 1 | -1/+1 |
| 2016-09-20 | Extra parents in include path. | Selene ToyKeeper | 1 | -1/+1 |
| 2016-09-09 | Updated Mike C's X85 firmware (new version 2016-06-22, IIRC). | Selene ToyKeeper | 2 | -0/+30 |
| 2016-09-09 | level_calc minor formatting fix | Selene ToyKeeper | 1 | -1/+1 |
| 2016-09-09 | Flash ROM last, set fuses first. Switched from low=0xe2 to low=0xd2. | Selene ToyKeeper | 1 | -2/+2 |
| 2016-09-09 | Add more parents to include path. | Selene ToyKeeper | 1 | -1/+1 |
| 2016-07-03 | Added extra parent includes to gcc path. | Selene ToyKeeper | 1 | -1/+1 |
| 2016-05-22 | Fixed level_calc N-channel calculations to fix all errors I could find. | Selene ToyKeeper | 1 | -13/+43 |
| 2016-05-22 | Made level_calc.py work with any number of power channels. | Selene ToyKeeper | 1 | -96/+96 |
| 2015-11-08 | Different tiny25 fuses: No brownout detection, and slower startup. | Selene ToyKeeper | 1 | -1/+1 |
| 2015-10-18 | Removed the need to specify header file paths. | Selene ToyKeeper | 2 | -2/+2 |
| 2015-09-30 | made visually-linear curve function configurable in level_calc.py | Selene ToyKeeper | 1 | -6/+22 |
| 2015-09-10 | Made offtime-cap work on attiny25 in addition to the attiny13 it already supp... | Selene ToyKeeper | 2 | -4/+6 |
| 2015-09-10 | Added attiny25-compatible build and flash scripts. | Selene ToyKeeper | 3 | -1/+30 |
| 2015-04-19 | Added "-c -std=gnu99" to build script, made some small 'inline' changes to so... | Selene ToyKeeper | 1 | -2/+3 |
| 2015-04-19 | Added nicer avr-size output during builds. | Selene ToyKeeper | 1 | -1/+1 |
| 2015-04-06 | Added dual PWM support to level_calc.py, and made it work better when run via... | Selene ToyKeeper | 1 | -12/+82 |
| 2015-04-06 | Moved level_calc.py to bin/ since it's useful for general purposes. | Selene ToyKeeper | 1 | -0/+61 |
| 2014-11-05 | Convenience script for compiling attiny13a firmwares. | Selene ToyKeeper | 1 | -0/+24 |