lp://staging/~sammyshp/flashlight-firmware/moon-dont-ramp-up
- Get this branch:
- bzr branch lp://staging/~sammyshp/flashlight-firmware/moon-dont-ramp-up
Branch merges
- Selene ToyKeeper: Pending requested
-
Diff: 225 lines (+75/-11)9 files modifiedToyKeeper/spaghetti-monster/anduril/anduril-manual.txt (+9/-1)
ToyKeeper/spaghetti-monster/anduril/config-default.h (+5/-0)
ToyKeeper/spaghetti-monster/anduril/load-save-config-fsm.h (+6/-0)
ToyKeeper/spaghetti-monster/anduril/load-save-config.c (+12/-0)
ToyKeeper/spaghetti-monster/anduril/off-mode.c (+1/-1)
ToyKeeper/spaghetti-monster/anduril/off-mode.h (+6/-0)
ToyKeeper/spaghetti-monster/anduril/ramp-mode-fsm.h (+1/-1)
ToyKeeper/spaghetti-monster/anduril/ramp-mode.c (+29/-8)
ToyKeeper/spaghetti-monster/anduril/ramp-mode.h (+6/-0)
Branch information
Recent revisions
- 620. By Sven Greiner
-
Add option to stop ramping up from moon
With `#undef MOON_START_RAMPING` entering moon from off by holding the
switch will not automatically start ramping up. This ensures that moon
is entered reliably when the switch is held long enough.Timings still apply (you can release the switch when the light turns on
or when it blips, depending on the configured timing). - 619. By Sven Greiner
-
Add runtime configuration of 2C turbo style
This adds a new configuration option to the global configuration menu if
`USE_2C_STYLE_CONFIG` is defined. The user can select between 0 (no
change), 1 (Anduril 1 behavior) and 2 (Anduril 2) behavior. The default
is taken from `USE_2C_MAX_TURBO` if it is defined.If `USE_2C_
STYLE_CONFIG` is not defined, this creates the same output as
before (no increase in code size).Also add dynamic setup of the global configuration menu.
- 618. By Selene Scriven <email address hidden>
-
made it possible to use autolock in simple UI
(requires the user to set it up, so it won't happen to new users unless they do it on purpose) - 617. By Selene Scriven <email address hidden>
-
added documentation for the global config menu and jump start level
- 616. By Selene Scriven <email address hidden>
-
moved jump start into FSM so it'll be more universal and the app won't need special clauses
(also adjusted KR4 jump start levels a bit) - 615. By Selene Scriven <email address hidden>
-
made jump start level configurable at runtime, and made it activate in more places
- 614. By Selene Scriven <email address hidden>
-
force reset PWM phase when turning on from zero
(to make initial response consistent)
(otherwise, it can randomly take up to ~16ms to turn on) - 612. By Selene Scriven <email address hidden>
-
merged digitalcircuit's branch to make autolock timer configurable at build time
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/flashlight-firmware