| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | | * | | adjusted Lume1 (FW3X) cfg and hwdef according to what seems right for it | Selene ToyKeeper | 2020-09-07 | 2 | -57/+45 |
| | | * | | added support for LED_ENABLE_PIN having a min/max ramp level where it turns on | Selene ToyKeeper | 2020-09-07 | 1 | -3/+21 |
| | | * | | added support for external thermal sensors in fsm-adc.c | Selene ToyKeeper | 2020-09-07 | 1 | -0/+14 |
| | | * | | imported cfg and hwdef files for lume1 | Selene ToyKeeper | 2020-09-02 | 2 | -0/+281 |
| | * | | | minor update to anduril-ui.png (added clarification of what "3H" means) | Selene ToyKeeper | 2020-10-18 | 2 | -27/+5 |
| * | | | | added ramp 3H -> momentary turbo | Selene ToyKeeper | 2020-10-16 | 2 | -0/+16 |
| | |_|/
|/| | |
|
| * | | | improved docs, changed blinky order: Battcheck, Tempcheck, Beacon, SOS | Selene ToyKeeper | 2020-09-30 | 6 | -94/+127 |
| * | | | fixed factory reset (forgot one line in previous commit) | Selene ToyKeeper | 2020-09-27 | 1 | -0/+1 |
| * | | | reworked nice_delay interrupt system and fixed some old issues: | Selene ToyKeeper | 2020-09-27 | 7 | -37/+38 |
| * | | | fixed bug: momentary bike mode could sometimes get stuck on for a few seconds... | Selene ToyKeeper | 2020-09-27 | 1 | -0/+1 |
| * | | | merged from fsm to get K1-12V thermal fix | Selene ToyKeeper | 2020-09-25 | 1 | -2/+6 |
| |\| | |
|
| | * | | reduced temperature limit for Noctigon K1-12V, to avoid overheating the boost... | Selene ToyKeeper | 2020-09-25 | 1 | -2/+6 |
| | |/ |
|
| * | | tiny clarification in the manual about memory | Selene ToyKeeper | 2020-09-25 | 1 | -0/+5 |
| * | | removed ROM-size reduction options from larger build targets; not needed any ... | Selene ToyKeeper | 2020-09-25 | 3 | -11/+0 |
| * | | reduced ROM size by ~58 to ~88 bytes by making lookup tables const | Selene ToyKeeper | 2020-09-25 | 1 | -5/+5 |
| * | | reduced ROM 4 bytes by rearranging thermal_config_save() logic a bit | Selene ToyKeeper | 2020-09-25 | 1 | -7/+6 |
| * | | documentation improvements: | Selene ToyKeeper | 2020-09-24 | 6 | -35/+122 |
| * | | reduced ROM another 24 bytes by refactoring config-mode.c | Selene ToyKeeper | 2020-09-24 | 1 | -16/+4 |
| * | | fixed bug: zero clicks in ceiling config set ceiling to nonsense value | Selene ToyKeeper | 2020-09-24 | 1 | -3/+3 |
| * | | re-added features to build targets which were too big before | Selene ToyKeeper | 2020-09-24 | 3 | -4/+4 |
| * | | changed menu style and moved menus from "click" events to "hold" events | Selene ToyKeeper | 2020-09-24 | 11 | -175/+180 |
| * | | clearer comments about "Ramp 2C" behaviors with each build option | Selene ToyKeeper | 2020-09-18 | 1 | -6/+7 |
| * | | added USE_2C_MAX_TURBO option from Tom E | Selene ToyKeeper | 2020-09-18 | 2 | -4/+19 |
| * | | forgot to add hybrid memory to the documentation | Selene ToyKeeper | 2020-09-15 | 1 | -3/+14 |
| * | | added hybrid memory option (a.k.a. manual memory timer) | Selene ToyKeeper | 2020-09-15 | 11 | -12/+91 |
| * | | added "disco" mode to RGB aux LEDs (fast random colors) | Selene ToyKeeper | 2020-09-14 | 7 | -16/+14 |
| * | | merged upstream fsm branch to get fix for laggy voltage readings on FW3A | Selene ToyKeeper | 2020-09-14 | 5 | -12/+16 |
| |\| |
|
| | * | steps.py: fixed python3 floating-point error | Selene ToyKeeper | 2020-08-30 | 1 | -1/+1 |
| | * | attempt to fix laggy voltage readings right after waking, on FW3A | Selene ToyKeeper | 2020-08-23 | 4 | -11/+15 |
| * | | reorganized code in fsm-events.* to put things in a more coherent order | Selene ToyKeeper | 2020-09-14 | 3 | -87/+95 |
| * | | fixed bug: ticks_since_last_event wasn't getting reset on button hold release | Selene ToyKeeper | 2020-09-14 | 4 | -8/+9 |
| * | | fixed bug: ramp 2H at floor went up instead of staying at floor | Selene ToyKeeper | 2020-09-14 | 1 | -3/+3 |
| * | | added model numbers to each build target, and to version check function | Selene ToyKeeper | 2020-08-31 | 39 | -2/+79 |
| * | | reduced size 18 bytes by removing unnecessary duplications of blink_once() | Selene ToyKeeper | 2020-08-31 | 2 | -5/+1 |
| * | | removed blink_confirm() because it's not used any more | Selene ToyKeeper | 2020-08-31 | 2 | -2/+12 |
| * | | removed unnecessary blink_once calls, made blink_once a bit less bright | Selene ToyKeeper | 2020-08-31 | 3 | -4/+1 |
| * | | made manual memory work when unlocking light | Selene ToyKeeper | 2020-08-31 | 1 | -0/+5 |
| * | | made text manual consistent with UI reference table | Selene ToyKeeper | 2020-08-25 | 1 | -38/+54 |
| * | | set more sensible defaults for simple UI levels | Selene ToyKeeper | 2020-08-24 | 1 | -2/+2 |
| * | | changed "Off 2H" to "ceil or turbo, based on simple UI active", and | Selene ToyKeeper | 2020-08-24 | 3 | -9/+18 |
| * | | raised ceiling levels for simple UI in each build target | Selene ToyKeeper | 2020-08-20 | 27 | -26/+152 |
| * | | made FF ROT66G2 and MF01-Mini build targets fit in 8192 bytes again | Selene ToyKeeper | 2020-08-18 | 2 | -2/+2 |
| * | | fixed auto-lock timings again, based on measurement averages of several lights | Selene ToyKeeper | 2020-08-18 | 1 | -6/+6 |
| * | | fixed auto-lock timing, this time based on measurements of a D4v2 instead of ... | Selene ToyKeeper | 2020-08-18 | 1 | -6/+6 |
| * | | fixed timing of auto-lock function, added SLEEP_TICKS_PER_MINUTE constants | Selene ToyKeeper | 2020-08-18 | 2 | -1/+14 |
| * | | shuffled functions around to make 4C lockout and 3C battcheck again | Selene ToyKeeper | 2020-08-18 | 4 | -40/+62 |
| * | | remapped "Off -> 2H" to momentary ceiling | Selene ToyKeeper | 2020-08-09 | 2 | -4/+10 |
| * | | Added a reference table to the manual, listing all button mappings | Selene ToyKeeper | 2020-08-06 | 1 | -0/+77 |
| * | | many button remappings: | Selene ToyKeeper | 2020-08-06 | 5 | -53/+98 |
| * | | documented new Anduril2 changes in anduril-manual.txt | Selene ToyKeeper | 2020-08-05 | 1 | -89/+218 |