lp://staging/~arthofer-thomas/flashlight-firmware/on-off-variations
- Get this branch:
- bzr branch lp://staging/~arthofer-thomas/flashlight-firmware/on-off-variations
Branch merges
Branch information
Recent revisions
- 392. By Thomas Arthofer
-
Add immediate/delayed on + off. Currently the behavior is only influenced by one variable each.
- 391. By Thomas Arthofer
-
Reduce ramp-table size by adding "#define PWMn_COMPRESS from, to, replace"
Add compress.py which takes a existing cfg-*.h file and replaces #define PWMn_LEVELS with the shortened version and the COMPRESS instruction.e.g.
0 0 0 0 0 0 0 0 0 255would become
#define PWMn_COMPRESS 0, 10, 0
#define PWMn_LEVELS 255 - 389. By Selene Scriven <email address hidden>
-
merged event-rework branch; reduces ROM size by ~700 bytes and simplifies event system
- 387. By Selene Scriven <email address hidden>
-
Made it easier to override hwdef-*.h values in cfg-*.h files.
- 386. By Selene Scriven <email address hidden>
-
forgot to add the Sofirn SP36 config file earlier, oops
- 385. By Selene Scriven <email address hidden>
-
added missing ifdef which broke per-hardware ramp lengths
- 384. By Selene Scriven <email address hidden>
-
merged trunk and flash-safer branch (clean up flash/build scripts and make flashing less likely to produce bricks)
- 383. By Selene Scriven <email address hidden>
-
Corrected anduril.txt with the new aux LED button mappings.
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