| Commit message (Expand) | Author | Age | Files | Lines |
| * | with each build, dump a .cpp file with the source after preprocessing | Selene ToyKeeper | 2023-05-30 | 1 | -1/+5 |
| * | bin/flash-1616.py: added shebang header and +x bit | Selene ToyKeeper | 2023-05-02 | 1 | -1/+3 |
| * | merging gchart's changes, part 1... | Selene ToyKeeper | 2023-04-07 | 1 | -0/+76 |
| * | fixed level_calc.py when using --pwm with 4 args instead of 5 | Selene ToyKeeper | 2022-04-28 | 1 | -1/+1 |
| * | avrdude fails when .fuse section is included, so omit that when copying elf t... | Selene ToyKeeper | 2022-04-14 | 1 | -1/+1 |
| * | increased SP10 PWM speed as much as possible without making ramp bumpy, and m... | Selene ToyKeeper | 2021-11-13 | 1 | -1/+7 |
| * | added -mrelax to build.sh; saves ~330 bytes on t1634 builds | Selene ToyKeeper | 2021-09-10 | 1 | -1/+1 |
| * | fixed spurious warnings in level_calc on multi-channel lights | Selene ToyKeeper | 2021-08-16 | 1 | -1/+3 |
| * | clarified the new level_calc calculations a bit, experimented to make sure th... | Selene ToyKeeper | 2021-08-14 | 1 | -26/+32 |
| * | got PFM / dynamic PWM actually working on Noctigon KR4 | Selene ToyKeeper | 2021-08-12 | 1 | -1/+1 |
| * | made PWM TOP value configurable at command line in level_calc.py, and added a... | Selene ToyKeeper | 2021-08-12 | 1 | -9/+70 |
| * | give a more useful error message when t1616 files aren't installed | Selene ToyKeeper | 2021-07-22 | 1 | -2/+11 |
| * | added attiny1616 flashing instructions, and made flash-tiny1616.sh configurab... | Selene ToyKeeper | 2021-04-01 | 1 | -1/+12 |
| * | Added attiny1616 info to the README, and made bin/build.sh support more flexi... | Selene ToyKeeper | 2021-04-01 | 1 | -3/+8 |
| * | Add AVR 1-Series and t1616 board and scripts | Gabriel Hart | 2020-12-18 | 2 | -2/+6 |
| * | merged upstream fsm branch | Selene ToyKeeper | 2019-11-25 | 1 | -1/+1 |
| |\ |
|
| | * | added -fwhole-program gcc flag, suggested by Agro. Signficantly reduces ROM ... | Selene ToyKeeper | 2019-11-22 | 1 | -1/+1 |
| * | | merged from fsm branch to get safety ramp-down and version check functions, a... | Selene ToyKeeper | 2019-09-29 | 2 | -6/+16 |
| |\| |
|
| | * | merged updates from trunk, including gcc7/8/9 compatibility | Selene ToyKeeper | 2019-09-18 | 2 | -5/+13 |
| | |\ |
|
| | | * | added a compile flag to fix compatibility with GCC 7/8/9's new semantics for ... | Selene ToyKeeper | 2019-09-18 | 1 | -2/+2 |
| | | * | added arbitrary ramp shape powers to level_calc.py, to more easily hit specif... | Selene ToyKeeper | 2019-08-28 | 1 | -3/+11 |
| | * | | level_calc.py: note the highest level for each channel before the next channe... | Selene ToyKeeper | 2019-09-15 | 1 | -0/+10 |
| | |/ |
|
| | * | added scripts to flash attiny1634, which were missing before | Selene ToyKeeper | 2019-08-05 | 2 | -0/+12 |
| | * | replaced deprecated avr-size with avr-objdump in build.sh | Selene ToyKeeper | 2019-08-05 | 1 | -1/+3 |
| * | | level_calc: made it easier to change maximum PWM value | Selene ToyKeeper | 2019-07-30 | 1 | -3/+5 |
| * | | merged a sanitized copy of the Emisar D4v2 branch; history summarized below: | Selene ToyKeeper | 2019-07-26 | 3 | -0/+22 |
| |/ |
|
| * | merged from trunk | Selene ToyKeeper | 2019-03-26 | 1 | -4/+5 |
| |\ |
|
| | * | level_calc.py: Combined log_2 and log_e into just log, because all logs have ... | Selene ToyKeeper | 2019-03-08 | 1 | -4/+5 |
| * | | added seventh-root shape to level_calc.py | Selene ToyKeeper | 2019-03-26 | 1 | -2/+3 |
| |/ |
|
| * | Enable BOD on attiny85 by default, because it matters on the FW3A and doesn't... | Selene ToyKeeper | 2018-12-14 | 1 | -1/+1 |
| * | Added a help message to build.sh and flash.sh | Selene ToyKeeper | 2018-11-03 | 2 | -0/+13 |
| * | added a wrapper to flash fuses and firmware at the same time, like the old sc... | Selene ToyKeeper | 2018-11-03 | 1 | -0/+12 |
| * | Reduced duplication across build scripts, replaced per-MCU scripts with a tin... | Selene ToyKeeper | 2018-11-03 | 4 | -84/+36 |
| * | Split flashing scripts into firmware vs fuses, to help prevent accidental bri... | Selene ToyKeeper | 2018-11-03 | 8 | -6/+29 |
| * | Renamed flash/build scripts to better indicate MCU type. | Selene ToyKeeper | 2018-11-03 | 7 | -0/+1 |
| * | Made level_calc.py's ramp shape configurable from the command line, instead o... | Selene ToyKeeper | 2018-09-30 | 1 | -1/+6 |
| * | Reduced ROM size back to pre-branch levels | Selene ToyKeeper | 2018-08-22 | 3 | -3/+3 |
| * | merged updates from fsm branch, including RampingIOS V3 and Werner UIs... | Selene ToyKeeper | 2018-08-06 | 3 | -6/+18 |
| |\ |
|
| | * | Added script to build all supported Anduril targets. | Selene ToyKeeper | 2018-06-24 | 3 | -6/+18 |
| * | | Made it easier to change ramp shape in bin/level_calc.py . | Selene ToyKeeper | 2018-06-25 | 1 | -10/+13 |
| |/ |
|
| * | 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 |