lp://staging/~sammyshp/flashlight-firmware/2c-turbo-config
- Get this branch:
- bzr branch lp://staging/~sammyshp/flashlight-firmware/2c-turbo-config
Branch merges
- Selene ToyKeeper: Pending requested
-
Diff: 122 lines (+36/-8)4 files modifiedToyKeeper/spaghetti-monster/anduril/load-save-config-fsm.h (+3/-0)
ToyKeeper/spaghetti-monster/anduril/load-save-config.c (+6/-0)
ToyKeeper/spaghetti-monster/anduril/ramp-mode.c (+21/-8)
ToyKeeper/spaghetti-monster/anduril/ramp-mode.h (+6/-0)
Branch information
Recent revisions
- 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
- 611. By Selene Scriven <email address hidden>
-
merged digitalcircuit's anduril2_
opt_disable_ autocal_ therm branch,
allowing configs to disable the thermal autocalibration feature - 610. By Selene Scriven <email address hidden>
-
fixed spurious warnings in level_calc on multi-channel lights
(also fixed reported values being too low by a factor of channel.pwm_min)
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