| Commit message (Expand) | Author | Files | Lines |
| 2018-08-22 | Reduced ROM size back to pre-branch levels | Selene ToyKeeper | 1 | -225/+158 |
| 2018-08-22 | should stop coding for today, undo custom changes not to be commited | Thomas Arthofer | 1 | -3/+3 |
| 2018-08-22 | New IDE, replace tabs with spaces to match existing code | Thomas Arthofer | 1 | -236/+236 |
| 2018-08-22 | Also remove FIXME hint for aux-led pattern change | Thomas Arthofer | 1 | -2/+0 |
| 2018-08-22 | Fix Change-Aux-LED Pattern, Fix Strobe Modes | Thomas Arthofer | 1 | -142/+250 |
| 2018-08-06 | Added more driver types to Anduril. | Selene ToyKeeper | 1 | -0/+10 |
| 2018-07-01 | Made it easier to define thermal parameters per driver type. | Selene ToyKeeper | 1 | -16/+24 |
| 2018-06-30 | Fixed bug: moon mode flickered a bit in momentary mode | Selene ToyKeeper | 1 | -10/+8 |
| 2018-06-30 | Fixed thermal regulation bug, where it used the wrong target to determine adj... | Selene ToyKeeper | 1 | -3/+24 |
| 2018-06-30 | Just in case, overheating in muggle mode triggers an immediate drop to the fl... | Selene ToyKeeper | 1 | -0/+12 |
| 2018-06-29 | Oops, not sure how it even compiled with this typo. | Selene ToyKeeper | 1 | -1/+1 |
| 2018-06-27 | Made high levels regulate down even faster. Added missing save_config() at t... | Selene ToyKeeper | 1 | -5/+6 |
| 2018-06-27 | Move driver-specific ramp tables into the driver's config file. | Selene ToyKeeper | 1 | -17/+18 |
| 2018-06-24 | re-applied D4S-specific config, got lost in the merge | Selene ToyKeeper | 1 | -3/+6 |
| 2018-06-24 | Moved driver-specific details to separate header files. | Selene ToyKeeper | 1 | -37/+50 |
| 2018-06-24 | Initial D4S support for Anduril. (but only the parts which can't be public yet) | Selene ToyKeeper | 1 | -2/+17 |
| 2018-06-24 | Added script to build all supported Anduril targets. | Selene ToyKeeper | 1 | -5/+5 |
| 2018-06-23 | Moved pseudo_rand() into its own header, and made it gather entropy from ADC ... | Selene ToyKeeper | 1 | -26/+10 |
| 2018-06-17 | Made thermal response faster at high levels. Not yet tested. | Selene ToyKeeper | 1 | -2/+17 |
| 2018-06-17 | Started adding support for aux LEDs which go out the front instead of lightin... | Selene ToyKeeper | 1 | -1/+4 |
| 2018-06-17 | Changed halfsleep mode to TICK_DURING_STANDBY. Added blinking indicator LED ... | Selene ToyKeeper | 1 | -0/+50 |
| 2018-06-16 | Added dual-switch support (tail clicky + e-switch) to muggle mode. | Selene ToyKeeper | 1 | -8/+29 |
| 2018-05-06 | Added "votive candle mode", a.k.a. candle mode timer. | Selene ToyKeeper | 1 | -1/+47 |
| 2018-05-01 | Added BLF GT support to Anduril. | Selene ToyKeeper | 1 | -10/+42 |
| 2018-05-01 | Added missing ifdef for muggle mode behavior at boot. | Selene ToyKeeper | 1 | -0/+2 |
| 2018-04-24 | Second pass at making config modes smaller. Seems much better now. | Selene ToyKeeper | 1 | -91/+68 |
| 2018-04-24 | First pass at refactoring config modes to save space. Also, moved all config... | Selene ToyKeeper | 1 | -85/+92 |
| 2018-04-23 | Converted muggle mode to a smooth ramp style. Made it remember this in eepro... | Selene ToyKeeper | 1 | -32/+126 |
| 2018-04-23 | Experiment: make ramp blinks configurable by blinking at every fixed-ramp ste... | Selene ToyKeeper | 1 | -2/+35 |
| 2018-01-24 | Minor candle mode tweaks for a better appearance. | Selene ToyKeeper | 1 | -3/+3 |
| 2018-01-24 | Made candle mode more candle-like and more complex. | Selene ToyKeeper | 1 | -7/+22 |
| 2018-01-24 | Anduril: Re-ordered strobe modes. Reduced compiled size a bit by caching vol... | Selene ToyKeeper | 1 | -35/+49 |
| 2018-01-24 | Anduril: Added room-temperature calibration function. Slowed down thermal re... | Selene ToyKeeper | 1 | -43/+44 |
| 2018-01-24 | Thermal regulation adjustments... | Selene ToyKeeper | 1 | -11/+29 |
| 2018-01-04 | Made thermal adjustment speed change depending on how far it needs to go. | Selene ToyKeeper | 1 | -5/+35 |
| 2017-12-11 | Working toward a FW3A release now. Made strobes use Nx7135 (when available) ... | Selene ToyKeeper | 1 | -19/+33 |
| 2017-11-08 | Added a candle flicker mode to Anduril. Easy to enable/disable at compile time. | Selene ToyKeeper | 1 | -8/+85 |
| 2017-11-06 | Added an incredibly simple muggle mode... 1-mode, on/off only, disconnect po... | Selene ToyKeeper | 1 | -0/+59 |
| 2017-10-21 | Moved indicator_led() from Anduril into FSM. Made it auto-set indicator leve... | Selene ToyKeeper | 1 | -75/+39 |
| 2017-10-20 | Made indicator LED turn on/off in lightning mode along with main LED. | Selene ToyKeeper | 1 | -0/+15 |
| 2017-10-20 | Er, don't save_config() every frame... wait until the user lets go of the bu... | Selene ToyKeeper | 1 | -1/+6 |
| 2017-10-20 | Added Q8 indicator LED support to Anduril. | Selene ToyKeeper | 1 | -0/+77 |
| 2017-10-06 | Temperature is 14.1 now, now 13.2. Divide by 2 instead of 4 before display. | Selene ToyKeeper | 1 | -1/+1 |
| 2017-09-29 | Made dual-switch startup optionally go to moon if e-switch is held. | Selene ToyKeeper | 1 | -1/+6 |
| 2017-09-29 | Added option to start at memorized level, for momentary use on dual-switch li... | Selene ToyKeeper | 1 | -1/+45 |
| 2017-09-28 | Make sure hold-from-off ramps up, not down. | Selene ToyKeeper | 1 | -0/+3 |
| 2017-09-28 | Added reversing to Anduril. Made EV_tick always send 0 while in "hold" state. | Selene ToyKeeper | 1 | -2/+32 |
| 2017-09-28 | Rearranged some build options and made sure the build still works if some are... | Selene ToyKeeper | 1 | -11/+30 |
| 2017-09-28 | Fixed issue where double-click-from-off followed by double-click-to-true-turb... | Selene ToyKeeper | 1 | -1/+0 |
| 2017-09-28 | Fleshed out options to blink at floor, ceiling, and channel boundaries. | Selene ToyKeeper | 1 | -18/+32 |