| Commit message (Expand) | Author | Files | Lines |
| 2023-11-03 | moved ATTINY and MODEL_NUMBER into $target/arch and $target/model, | Selene ToyKeeper | 1 | -1/+0 |
| 2023-11-03 | renamed cfg.h -> anduril.h inside source files | Selene ToyKeeper | 1 | -1/+1 |
| 2023-11-03 | renamed cfg.h -> anduril.h so each UI can have its own cfg (part 1) | Selene ToyKeeper | 1 | -0/+0 |
| 2023-11-02 | got things to compile again, renamed #includes | Selene ToyKeeper | 1 | -2/+2 |
| 2023-11-02 | reorganized project files (part 1) | Selene ToyKeeper | 1 | -0/+0 |
| 2023-10-28 | converted emisar-d18 to new API | Selene ToyKeeper | 1 | -12/+27 |
| 2023-04-17 | switched the rest of FSM + Anduril to use SPDX license headers | Selene ToyKeeper | 1 | -0/+4 |
| 2023-03-28 | added a "tactical mode" on "Off -> 6C" | Selene ToyKeeper | 1 | -0/+3 |
| 2021-04-13 | config updates for Hank (Emisar / Noctigon): | Selene ToyKeeper | 1 | -0/+1 |
| 2020-08-31 | added model numbers to each build target, and to version check function | Selene ToyKeeper | 1 | -1/+2 |
| 2020-08-20 | raised ceiling levels for simple UI in each build target | Selene ToyKeeper | 1 | -3/+11 |
| 2020-08-05 | re-enabled voltage correction on D18 and ROT66G2, because it fits now | Selene ToyKeeper | 1 | -18/+0 |
| 2020-07-31 | 3 build targets were too big... fixed by turning off voltage calibration mode... | Selene ToyKeeper | 1 | -0/+3 |
| 2020-07-31 | made Emisar D18 build fit in ROM again (it was 6 bytes over; now it's 8 bytes... | Selene ToyKeeper | 1 | -1/+1 |
| 2020-07-12 | cleaned up s/ceiling/ceil/ and s/muggle_/simple_ui_/ in config files | Selene ToyKeeper | 1 | -2/+2 |
| 2020-07-08 | made lighted button go low/high based on DEFAULT_LEVEL instead of MAX_1x7135, | Selene ToyKeeper | 1 | -1/+1 |
| 2020-03-16 | merged some misc fixes from pakutrai, cleaned up comments, removed unused sym... | Selene ToyKeeper | 1 | -2/+0 |
| 2019-11-24 | enabled muggle mode again in all build targets, since it fits now | Selene ToyKeeper | 1 | -6/+0 |
| 2019-09-24 | added a version check function on 15+ clicks from off, added a safety ramp-do... | Selene ToyKeeper | 1 | -0/+6 |
| 2019-05-22 | turned off hard turbo drop since it doesn't seem to be needed any more | Selene ToyKeeper | 1 | -1/+1 |
| 2019-03-26 | updated D18 config to 03-21 version | Selene ToyKeeper | 1 | -12/+12 |
| 2019-03-26 | tweaked D18 ramp (03-18a version) | Selene ToyKeeper | 1 | -2/+2 |
| 2019-03-18 | adjusted Emisar D18 ramp shape and other config options | Selene ToyKeeper | 1 | -13/+21 |
| 2019-03-18 | added Emisar D18 config (not final) | Selene ToyKeeper | 1 | -8/+27 |
| 2018-12-18 | Reworked the config file include system so it'll include the #defined value | Selene ToyKeeper | 1 | -0/+1 |
| 2018-11-03 | Made it easier to override hwdef-*.h values in cfg-*.h files. | Selene ToyKeeper | 1 | -4/+0 |
| 2018-09-06 | Enabled THERM_HARD_TURBO_DROP on Emisar D4 and FW3A. | Selene ToyKeeper | 1 | -1/+1 |
| 2018-07-01 | Made it easier to define thermal parameters per driver type. | Selene ToyKeeper | 1 | -4/+2 |
| 2018-06-30 | Fixed thermal regulation bug, where it used the wrong target to determine adj... | Selene ToyKeeper | 1 | -0/+6 |
| 2018-06-27 | Move driver-specific ramp tables into the driver's config file. | Selene ToyKeeper | 1 | -0/+17 |
| 2018-06-24 | Refactored driver/hardware definition code to be one file per driver type. | Selene ToyKeeper | 1 | -2/+1 |
| 2018-06-24 | Moved driver-specific details to separate header files. | Selene ToyKeeper | 1 | -0/+2 |