branches with status:
Name Status Last Modified Last Commit
lp://staging/~toykeeper/flashlight-firmware/multi-channel 1 Development 2023-10-13 20:29:57 UTC
784. rewrote emisar-d4k-3ch to use delta-s...

Author: Selene ToyKeeper
Revision Date: 2023-10-13 20:29:57 UTC

rewrote emisar-d4k-3ch to use delta-sigma modulation (PWM + DSM),
which gives much better resolution, especially for the 8-bit channel.
Also...
- set_channel_mode() aborts when going from/to the same channel,
  to avoid unnecessary flicker
- hsv2rgb() uses 16-bit R/G/B and V now
- changed default channel to All
- reduced default channel modes to just A, B, C, and All
- smooth ramp floor defaults to 1/150
- raised level when aux LEDs turn on high during use
  (for better compatibility with red main LEDs)

lp://staging/~toykeeper/flashlight-firmware/anduril2 1 Development 2023-03-28 19:27:00 UTC
657. added a "tactical mode" on "Off -> 6C...

Author: Selene ToyKeeper
Revision Date: 2023-03-28 19:27:00 UTC

added a "tactical mode" on "Off -> 6C"

Tactical Mode is similar to Momentary Mode or Lockout Mode, but it has
three mode slots which are independent of other config values. The default
is a classic tactical setup with "high, low, strobe", each with immediate
activation as soon as the button is pressed.

Each slot can be a regular ramp level 1 to 150, or a strobe-group mode.

To exit, press 6C or loosen/tighten the tailcap.

Aux LEDs follow the same pattern as Lockout Mode.

To configure, use 7H. There are 3 options, one for each slot.
Enter a number 1 to 150 for a ramp mode, 0 for current strobe,
or 151+ for a specific strobe mode.

lp://staging/~toykeeper/flashlight-firmware/sp10-pro 1 Development 2021-11-13 12:35:01 UTC
632. fixed SP10 ramp flickering properly, ...

Author: Selene ToyKeeper
Revision Date: 2021-11-13 12:35:01 UTC

fixed SP10 ramp flickering properly, using double-buffered registers
instead of my janky forced phase-reset workaround
(gchart found the solution but couldn't reproduce the issue,
 so I tried his method and confirmed it seems to be fixed)

lp://staging/flashlight-firmware 1 Development 2021-08-09 00:17:05 UTC
249. added meta for SammysHP/rampinglight

Author: Selene Scriven
Revision Date: 2021-08-09 00:17:05 UTC

added meta for SammysHP/rampinglight

lp://staging/~toykeeper/flashlight-firmware/fsm 1 Development 2020-10-18 21:19:29 UTC
490. merged lume1 branch for LoneOceans' F...

Author: Selene Scriven
Revision Date: 2020-10-18 21:19:29 UTC

merged lume1 branch for LoneOceans' FW3A-Lume1 driver support

lp://staging/~toykeeper/flashlight-firmware/lume1 1 Development 2020-09-07 06:58:53 UTC
492. cleaned up cfg-fw3x-lume1.h a little:...

Author: Selene Scriven
Revision Date: 2020-09-07 06:58:53 UTC

cleaned up cfg-fw3x-lume1.h a little:
- removed old thermal definitions which aren't used any more
- rearranged a couple options to group them better

lp://staging/~toykeeper/flashlight-firmware/d4v2 1 Development 2019-07-21 23:35:13 UTC
434. merged a sanitized copy of the Emisar...

Author: Selene Scriven
Revision Date: 2019-07-21 23:31:18 UTC

merged a sanitized copy of the Emisar D4v2 branch; history summarized below:
------------------------------------------------------------
revno: 457
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Thu 2019-07-18 22:42:50 -0600
message:
  make sure no thermal events are handled while off
  (even though it shouldn't be possible, since it only happens after 15 minutes,
   and the light is only awake in muggle-off mode for 1 second)
modified:
  ToyKeeper/spaghetti-monster/anduril/anduril.c
------------------------------------------------------------
revno: 456
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Thu 2019-07-18 20:09:58 -0600
message:
  don't measure temperature while asleep
  (fixes bug on D4 V2, where it would start flashing after 15 minutes turned off in muggle mode)
  (also should speed up response to battery voltage changes while asleep)
modified:
  ToyKeeper/spaghetti-monster/fsm-adc.c
------------------------------------------------------------
revno: 455
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Thu 2019-07-18 20:05:56 -0600
message:
  made strobe brightness configurable per build target
modified:
  ToyKeeper/spaghetti-monster/anduril/anduril.c
------------------------------------------------------------
revno: 454
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Wed 2019-07-10 10:22:44 -0600
message:
  made the "therm faster" code only affect ramping down,
  and fixed a couple minor logic issues in the thermal regulation code
modified:
  ToyKeeper/spaghetti-monster/anduril/anduril.c
  ToyKeeper/spaghetti-monster/fsm-adc.c
------------------------------------------------------------
revno: 452
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Sat 2019-07-06 08:18:25 -0600
message:
  fixed spelling error in D4 / D4V2 files
modified:
  ToyKeeper/spaghetti-monster/anduril/cfg-emisar-d4.h
  ToyKeeper/spaghetti-monster/anduril/cfg-emisar-d4v2.h
------------------------------------------------------------
revno: 451
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Sat 2019-07-06 08:16:57 -0600
message:
  fixed placement of #ifdefs on reboot loop prevention
modified:
  ToyKeeper/spaghetti-monster/fsm-main.c
------------------------------------------------------------
revno: 450
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Sat 2019-07-06 08:15:59 -0600
message:
  made level_calc.py also find and show the channel transition points,
  so I won't have to do this manually all the time
modified:
  bin/level_calc.py
------------------------------------------------------------
revno: 449 [merge]
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Sat 2019-07-06 05:31:37 -0600
message:
  merged from fsm branch to get factory reset function
modified:
  ToyKeeper/spaghetti-monster/anduril/anduril-manual.txt
  ToyKeeper/spaghetti-monster/anduril/anduril.c
  ToyKeeper/spaghetti-monster/anduril/anduril.txt
  ToyKeeper/spaghetti-monster/anduril/cfg-fw3a.h
  ToyKeeper/spaghetti-monster/fsm-main.c
  ToyKeeper/spaghetti-monster/fsm-misc.c
  ToyKeeper/spaghetti-monster/fsm-misc.h
------------------------------------------------------------
revno: 448
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Sat 2019-07-06 05:13:40 -0600
message:
  started adding some ideas for later (maybe), but not currently used...
  ... may remove again later
modified:
  ToyKeeper/spaghetti-monster/fsm-adc.c
------------------------------------------------------------
revno: 447
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Sat 2019-07-06 05:13:11 -0600
message:
  adjusted D4 / D4v2 thermal response again; it really doesn't want to behave
modified:
  ToyKeeper/spaghetti-monster/anduril/cfg-emisar-d4.h
  ToyKeeper/spaghetti-monster/anduril/cfg-emisar-d4v2.h
------------------------------------------------------------
revno: 446
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Mon 2019-06-17 03:18:06 -0600
message:
  made d4 ramp slightly smoother at clock speed change
modified:
  ToyKeeper/spaghetti-monster/anduril/cfg-emisar-d4.h
  ToyKeeper/spaghetti-monster/anduril/cfg-emisar-d4v2.h
------------------------------------------------------------
revno: 445
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Mon 2019-06-17 03:17:40 -0600
message:
  improved D4S thermal response; less prone to overshooting and oscillation
modified:
  ToyKeeper/spaghetti-monster/anduril/cfg-emisar-d4s.h
------------------------------------------------------------
revno: 444
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Thu 2019-06-06 23:12:26 -0600
message:
  adjusted Emisar D4 thermal response values...
  (this light really doesn't want to behave thermally,
   so the values here don't quite get an ideal response,
   but they're a lot better than they were)
modified:
  ToyKeeper/spaghetti-monster/anduril/cfg-emisar-d4.h
  ToyKeeper/spaghetti-monster/anduril/cfg-emisar-d4v2.h
------------------------------------------------------------
revno: 443
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Thu 2019-06-06 23:11:08 -0600
message:
  made anduril raise brightness slower when doing thermal regulation,
  made hard turbo drop only activate when it's actually at turbo
modified:
  ToyKeeper/spaghetti-monster/anduril/anduril.c
------------------------------------------------------------
revno: 442
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Thu 2019-06-06 23:09:54 -0600
message:
  made more thermal parameters configurable...
    - the speed of thermal history rotation (every 1s, 2s, or 4s)
    - prediction strength
  also made minimum time between temperature warnings factor in the lowpass, so the default is 5s again instead of 7s
modified:
  ToyKeeper/spaghetti-monster/fsm-adc.c
------------------------------------------------------------
revno: 441
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Wed 2019-06-05 03:39:34 -0600
message:
  adjusted d4v2 ramp to hit 1x7135 exactly at level 4/7, turned off hard turbo drop because it doesn't seem to be needed any more
modified:
  ToyKeeper/spaghetti-monster/anduril/cfg-emisar-d4v2.h
------------------------------------------------------------
revno: 440 [merge]
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Wed 2019-06-05 03:33:21 -0600
message:
  merged updates from fsm branch
added:
  ToyKeeper/spaghetti-monster/anduril/cfg-ff-e01.h
  ToyKeeper/spaghetti-monster/fireflies-ui/cfg-ff-e07-2.h
renamed:
  ToyKeeper/spaghetti-monster/fireflies-ui/cfg-ff-edc-thrower.h => ToyKeeper/spaghetti-monster/fireflies-ui/cfg-ff-e01.h
modified:
  ToyKeeper/spaghetti-monster/anduril/anduril.c
  ToyKeeper/spaghetti-monster/fireflies-ui/Makefile
  ToyKeeper/spaghetti-monster/fireflies-ui/build-all.sh
  ToyKeeper/spaghetti-monster/fireflies-ui/fireflies-ui.c
  ToyKeeper/spaghetti-monster/fireflies-ui/meta
  ToyKeeper/spaghetti-monster/fsm-events.h
  ToyKeeper/spaghetti-monster/fireflies-ui/cfg-ff-e01.h
------------------------------------------------------------
revno: 439
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Fri 2019-05-31 02:10:02 -0600
message:
  added D4v2-219 build for reduced power (only 75% FET)
added:
  ToyKeeper/spaghetti-monster/anduril/cfg-emisar-d4v2-219.h
------------------------------------------------------------
revno: 438
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Fri 2019-05-31 01:57:14 -0600
message:
  made MCU stay awake at boot long enough to get accurate voltage reading, sped up return-to-sleep delays, made RGB "voltage" preview mode last twice as long
modified:
  ToyKeeper/spaghetti-monster/anduril/anduril.c
------------------------------------------------------------
revno: 437
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Fri 2019-05-31 01:56:18 -0600
message:
  sped up button release timeout slightly to reduce lag when turning off light
modified:
  ToyKeeper/spaghetti-monster/fsm-events.h
------------------------------------------------------------
revno: 436 [merge]
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Thu 2019-05-23 00:43:14 -0600
message:
  merged from fsm branch to get a bunch of recent updates
modified:
  ... a lot of files
------------------------------------------------------------
revno: 435
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Tue 2019-05-21 14:25:28 -0600
message:
  no muggle mode on D4v2, by request
modified:
  ToyKeeper/spaghetti-monster/anduril/cfg-emisar-d4v2.h
------------------------------------------------------------
revno: 434
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Mon 2019-05-20 00:16:26 -0600
message:
  improved RGB aux LED previews for voltage mode and blinking mode
modified:
  ToyKeeper/spaghetti-monster/anduril/anduril.c
------------------------------------------------------------
revno: 433
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Fri 2019-05-10 23:53:47 -0600
message:
  fixed D4v2 ramp shape and thermal limit
modified:
  ToyKeeper/spaghetti-monster/anduril/cfg-emisar-d4v2.h
------------------------------------------------------------
revno: 432 [merge]
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Fri 2019-05-10 23:39:48 -0600
message:
  merged from lantern branch, to get newer candle mode
added:
  ToyKeeper/spaghetti-monster/anduril/cfg-blf-lantern.h
modified:
  ToyKeeper/spaghetti-monster/anduril/anduril.c
  ToyKeeper/spaghetti-monster/fsm-ramping.c
  ToyKeeper/spaghetti-monster/fsm-ramping.h
------------------------------------------------------------
revno: 431 [merge]
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Fri 2019-05-10 23:29:28 -0600
message:
  merged from upstream fsm branch
added:
  ToyKeeper/spaghetti-monster/anduril/cfg-fw3a-219.h
modified:
  ToyKeeper/spaghetti-monster/anduril/anduril-manual.txt
------------------------------------------------------------
revno: 430
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Fri 2019-05-10 23:27:55 -0600
message:
  use only red, green, and blue for voltage display... don't do color mixes
modified:
  ToyKeeper/spaghetti-monster/anduril/anduril.c
------------------------------------------------------------
revno: 429
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Fri 2019-05-10 23:27:30 -0600
message:
  flash-tiny1634-fuses had a typo
modified:
  bin/flash-tiny1634-fuses.sh
------------------------------------------------------------
revno: 428
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Sat 2019-05-04 18:03:28 -0600
message:
  fixed builds without sleep ticks enabled
modified:
  ToyKeeper/spaghetti-monster/fsm-wdt.c
------------------------------------------------------------
revno: 427
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Sat 2019-05-04 18:01:17 -0600
message:
  made aux LEDs turn on at boot time, instead of waiting until sleep LVP measures the battery
modified:
  ToyKeeper/spaghetti-monster/anduril/anduril.c
------------------------------------------------------------
revno: 426
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Sat 2019-05-04 18:00:34 -0600
message:
  implemented LVP in standby mode
  (which allows LVP to turn off high-drain aux LEDs while asleep,
   and allows RGB readout to change with battery charge)
modified:
  ToyKeeper/spaghetti-monster/fsm-adc.c
  ToyKeeper/spaghetti-monster/fsm-adc.h
  ToyKeeper/spaghetti-monster/fsm-wdt.c
------------------------------------------------------------
revno: 425
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Sat 2019-05-04 03:14:33 -0600
message:
  enable tenclick thermal config in D4v2 target
modified:
  ToyKeeper/spaghetti-monster/anduril/cfg-emisar-d4v2.h
------------------------------------------------------------
revno: 424
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Sat 2019-05-04 03:14:16 -0600
message:
  added RGB support to lockout mode, improved RGB behavior, set defaults to low because the high mode is way too bright
modified:
  ToyKeeper/spaghetti-monster/anduril/anduril.c
------------------------------------------------------------
revno: 423
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Sat 2019-05-04 02:36:55 -0600
message:
  got RGB aux LED modes working -- (off, low, high, blinking) and (7 colors + rainbow + voltage)
  (off mode only, for now, no lockout)
modified:
  ToyKeeper/spaghetti-monster/anduril/anduril.c
------------------------------------------------------------
revno: 422
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Fri 2019-05-03 18:25:23 -0600
message:
  Turn off aux LEDs when voltage is low. They use too much power on high mode.
modified:
  ToyKeeper/spaghetti-monster/anduril/anduril.c
------------------------------------------------------------
revno: 421
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Fri 2019-05-03 18:24:15 -0600
message:
  Calibrated D4v2 voltage.
modified:
  ToyKeeper/hwdef-Emisar_D4v2.h
------------------------------------------------------------
revno: 420
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Fri 2019-05-03 17:48:51 -0600
message:
  fixed RGB aux LED low mode
modified:
  ToyKeeper/hwdef-Emisar_D4v2.h
  ToyKeeper/spaghetti-monster/fsm-misc.c
------------------------------------------------------------
revno: 419
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Fri 2019-05-03 17:35:47 -0600
message:
  started on RGB aux LED support in Anduril, but it's just an early test right now
modified:
  ToyKeeper/spaghetti-monster/anduril/anduril.c
  ToyKeeper/spaghetti-monster/anduril/cfg-emisar-d4v2.h
------------------------------------------------------------
revno: 418
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Fri 2019-05-03 17:35:05 -0600
message:
  adjust ramping auto-aux-LED code to include RGB version (shut off when main LEDs are on)
modified:
  ToyKeeper/spaghetti-monster/fsm-ramping.c
------------------------------------------------------------
revno: 417
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Fri 2019-05-03 17:33:08 -0600
message:
  started on tiny1634 RGB aux LED support
  (seems to work except for the "low" output mode)
modified:
  ToyKeeper/hwdef-Emisar_D4v2.h
  ToyKeeper/spaghetti-monster/fsm-misc.c
  ToyKeeper/spaghetti-monster/fsm-misc.h
------------------------------------------------------------
revno: 416
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Fri 2019-05-03 16:22:15 -0600
message:
  fixed D4v2 PWM speed and delay speed, fixed hardware setup reference comments
modified:
  ToyKeeper/hwdef-Emisar_D4v2.h
------------------------------------------------------------
revno: 415
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Fri 2019-05-03 16:20:50 -0600
message:
  fixed attiny1634 clock speed adjustments
modified:
  ToyKeeper/tk-attiny.h
------------------------------------------------------------
revno: 414
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Fri 2019-05-03 15:38:52 -0600
message:
  renamed SWITCH_PIN_D (pin data) to SWITCH_PORT, to match AVR manual terminology
  (even though the value should be PINA or PINB or PINC)
modified:
  ToyKeeper/hwdef-Emisar_D4v2.h
  ToyKeeper/spaghetti-monster/fsm-pcint.c
  ToyKeeper/tk-attiny.h
------------------------------------------------------------
revno: 413
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Fri 2019-05-03 01:48:10 -0600
message:
  added tiny1634 flashing scripts
added:
  bin/flash-tiny1634-fuses.sh
  bin/flash-tiny1634.sh
------------------------------------------------------------
revno: 411
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Fri 2019-05-03 01:42:35 -0600
message:
  started adding tiny1634 support to FSM ... so much kludge, such need clean
modified:
  ToyKeeper/spaghetti-monster/fsm-adc.c
  ToyKeeper/spaghetti-monster/fsm-main.c
  ToyKeeper/spaghetti-monster/fsm-pcint.c
  ToyKeeper/spaghetti-monster/fsm-wdt.c
  ToyKeeper/tk-attiny.h
------------------------------------------------------------
revno: 410
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Fri 2019-05-03 01:40:15 -0600
message:
  added D4v2-1634 config and hwdef files
modified:
  ToyKeeper/hwdef-Emisar_D4v2.h
  ToyKeeper/spaghetti-monster/anduril/cfg-emisar-d4v2.h
------------------------------------------------------------
revno: 409
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Fri 2019-05-03 01:39:24 -0600
message:
  made build-all.sh detect attiny type from cfg file, and use it
modified:
  ToyKeeper/spaghetti-monster/anduril/build-all.sh
------------------------------------------------------------
revno: 403 [merge]
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Sun 2019-04-14 18:14:51 -0600
message:
  merged updates from upstream
added/modified:
  ... lots of files
------------------------------------------------------------
revno: 402
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Sun 2019-04-14 18:08:08 -0600
message:
  merged in some aux LED code updates from anduril
modified:
  ToyKeeper/spaghetti-monster/rampingios/rampingiosv3.c
------------------------------------------------------------
revno: 401
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Thu 2018-12-27 16:23:09 -0700
message:
  tk-attiny.h: started adding other MCU support
  also removed redundant eeprom size hints
modified:
  ToyKeeper/tk-attiny.h
------------------------------------------------------------
revno: 400
committer: Selene Scriven <bzr@toykeeper.net>
branch nick: emisar-d4v2
timestamp: Thu 2018-12-27 16:21:59 -0700
message:
  made dynamic clocking safer and more portable
  (uses library function instead of direct register access)
  (lib disables interrupts properly, which I wasn't doing)
modified:
  ToyKeeper/spaghetti-monster/anduril/anduril.c
  ToyKeeper/spaghetti-monster/fsm-events.c
  ToyKeeper/spaghetti-monster/fsm-misc.c
  ToyKeeper/spaghetti-monster/spaghetti-monster.h

lp://staging/~toykeeper/flashlight-firmware/blf-lantern 1 Development 2019-05-29 06:31:36 UTC
391. made muggle mode compatible with tint...

Author: Selene Scriven
Revision Date: 2019-05-29 06:31:36 UTC

made muggle mode compatible with tint ramping

lp://staging/~toykeeper/tkmisc/pycfg 1 Development 2019-03-09 03:45:57 UTC
44. Added python3 support, finally. (but ...

Author: Selene Scriven
Revision Date: 2019-03-09 03:45:57 UTC

Added python3 support, finally.
(but the GTK bits aren't updated yet)

lp://staging/~toykeeper/bzr-gtk/fix-pygtk-import-warnings 1 Development 2019-03-09 01:09:18 UTC
798. Fixed PyGtk import warnings.

Author: Selene Scriven
Revision Date: 2019-03-09 00:25:17 UTC

Fixed PyGtk import warnings.

lp://staging/~toykeeper/flashlight-firmware/emisar-d4 1 Development 2017-08-01 21:47:25 UTC
208. corrected info in 'meta'

Author: Selene ToyKeeper
Revision Date: 2017-08-01 21:40:16 UTC

corrected info in 'meta'

lp://staging/~toykeeper/flashlight-firmware/convoy 1 Development 2017-07-11 21:15:41 UTC
226. Merged trunk.

Author: Selene ToyKeeper
Revision Date: 2017-07-11 21:15:41 UTC

Merged trunk.

lp://staging/~toykeeper/flashlight-firmware/sandbox 1 Development 2017-03-27 01:32:59 UTC
185. merged Crescendo updates (TripleDown ...

Author: Selene ToyKeeper
Revision Date: 2017-03-27 01:32:59 UTC

merged Crescendo updates (TripleDown support)

lp://staging/~toykeeper/+junk/qa-keys 1 Development 2017-03-21 17:16:35 UTC
7. Updated pc-i386.model for nuclearbob.

Author: Selene ToyKeeper
Revision Date: 2017-03-21 17:16:35 UTC

Updated pc-i386.model for nuclearbob.

lp://staging/~toykeeper/ubuntu-power-tests/apt-update (Has a merge proposal) 1 Development 2016-05-27 23:04:53 UTC
103. Made power.py force whoopsie uploads ...

Author: Selene ToyKeeper
Revision Date: 2016-05-27 23:04:53 UTC

Made power.py force whoopsie uploads and collect whoopsie logs,
to make sure crashes get reported and that we can later get the
correct OOPS IDs and URLs.

Also, made it bzip2 -9v the syslog+dmesg files,
since they were using so much space.

lp://staging/~toykeeper/+junk/flash-helper 1 Development 2016-05-27 02:09:55 UTC
10. Be a *lot* more persistent when tryin...

Author: Selene ToyKeeper
Revision Date: 2016-05-27 02:09:55 UTC

Be a *lot* more persistent when trying to get online and do apt updates.
(because arale keeps failing at flash time due to network-manager issues)

lp://staging/~toykeeper/flashlight-firmware/blf-x6v2 2 Mature 2016-01-31 09:28:37 UTC
208. Added bistro UI diagram (configured f...

Author: Selene ToyKeeper
Revision Date: 2016-01-31 09:28:37 UTC

Added bistro UI diagram (configured for X6v2 production lights).

lp://staging/~toykeeper/flashlight-firmware/blf-a6-final 2 Mature 2015-10-16 22:03:00 UTC
162. Added testedandbaked's version of BLF...

Author: Selene ToyKeeper
Revision Date: 2015-10-16 22:03:00 UTC

Added testedandbaked's version of BLF-A6.
Adds SOS mode, egg timer, higher-resolution battcheck.
Removes second mode group and solderable star.

lp://staging/~toykeeper/qakit/add-pt-to-html (Has a merge proposal) 1 Development 2015-08-10 20:32:40 UTC
21. merged updates from trunk

Author: Selene ToyKeeper
Revision Date: 2015-08-10 20:32:40 UTC

merged updates from trunk

lp://staging/~toykeeper/lrt/add-reboot-test (Has a merge proposal) 1 Development 2015-06-26 00:58:47 UTC
104. Made reboot-test work on both python2...

Author: Selene ToyKeeper
Revision Date: 2015-06-26 00:58:47 UTC

Made reboot-test work on both python2 and python3.
Added --delete to remove output dir before running test.
Cleaned up run() a little.
Forced LANG because it doesn't work on LANG=C any more.

lp://staging/~toykeeper/+junk/reboot-test 1 Development 2015-05-14 20:30:28 UTC
8. Collect 'ls -alR /' too. Don't try to...

Author: Selene ToyKeeper
Revision Date: 2015-05-14 20:30:28 UTC

Collect 'ls -alR /' too.
Don't try to make a directory for logs gathered before the test starts.

lp://staging/~toykeeper/ubuntu-ui-toolkit/test-plan-qa-changes 1 Development 2014-09-11 06:32:33 UTC
1093. A few test script changes to make it ...

Author: Selene ToyKeeper
Revision Date: 2014-09-11 06:31:11 UTC

A few test script changes to make it work in QA.

lp://staging/~toykeeper/+junk/u1-downloader 1 Development 2014-06-19 17:52:00 UTC
24. Modified to run better from source, f...

Author: Selene ToyKeeper
Revision Date: 2014-06-19 17:51:07 UTC

Modified to run better from source, for cases where the binary doesn't work.

lp://staging/~toykeeper/+junk/mirshot 1 Development 2014-03-18 19:30:57 UTC
8. Added --resize and example grab.sh.

Author: Selene ToyKeeper
Revision Date: 2014-03-18 19:30:57 UTC

Added --resize and example grab.sh.

lp://staging/~toykeeper/qlbr/support-extras (Has a merge proposal) 1 Development 2014-02-21 18:12:33 UTC
66. fixed flake8 complaints

Author: Selene ToyKeeper
Revision Date: 2014-02-21 18:12:33 UTC

fixed flake8 complaints

lp://staging/~toykeeper/+junk/2fa 1 Development 2013-11-18 22:51:12 UTC
11. ported to python3 (also works on pyth...

Author: Selene ToyKeeper
Revision Date: 2013-11-18 22:51:12 UTC

ported to python3 (also works on python2.7)
committer: Adam Stokes <adam.stokes@ubuntu.com>

lp://staging/~toykeeper/canonical-identity-provider/faq-relink 1 Development 2013-06-04 20:03:44 UTC
901. oops, use the *support* contact form

Author: Selene ToyKeeper
Revision Date: 2013-06-04 20:03:44 UTC

oops, use the *support* contact form

lp://staging/~toykeeper/ubuntuone-testing/referrals-section-in-faq (Has a merge proposal) 1 Development 2012-08-08 20:43:51 UTC
121. removed extra code

Author: Selene ToyKeeper
Revision Date: 2012-08-08 20:42:49 UTC

removed extra code

lp://staging/~toykeeper/+junk/rt-metrics 1 Development 2012-08-04 00:41:00 UTC
42. refactored most report-related bits i...

Author: Selene ToyKeeper
Revision Date: 2012-08-04 00:41:00 UTC

refactored most report-related bits into a Report class, and made report sections modular
(also, added a couple sections to the U1 report and added Bugs to SSO report)
(it should be much easier and cleaner to customize individual reports now)

lp://staging/~toykeeper/+junk/rt-cli 1 Development 2012-07-19 02:53:24 UTC
8. handy script for replying to tickets ...

Author: Selene ToyKeeper
Revision Date: 2012-07-19 02:53:24 UTC

handy script for replying to tickets without the web UI

lp://staging/~toykeeper/+junk/graphite-charm 1 Development 2012-06-19 16:23:18 UTC
9. no need to open port 2003; all units ...

Author: Selene ToyKeeper
Revision Date: 2012-06-19 16:23:18 UTC

no need to open port 2003; all units have full net access to each other

lp://staging/~toykeeper/canonical-identity-provider/add-celery 1 Development 2011-12-19 21:18:45 UTC
237. temporary branch showing one way to c...

Author: Selene ToyKeeper
Revision Date: 2011-12-19 21:16:25 UTC

temporary branch showing one way to configure with celery

lp://staging/~toykeeper/canonical-identity-provider/add-raven 1 Development 2011-11-09 20:51:54 UTC
235. removed some debugging and duplicate ...

Author: Selene ToyKeeper
Revision Date: 2011-11-01 16:36:26 UTC

removed some debugging and duplicate Sentry calls

lp://staging/~toykeeper/+junk/isd-sentry-trunk 1 Development 2011-11-01 18:02:34 UTC
3. merged the first branch with Sentry w...

Author: Selene ToyKeeper
Revision Date: 2011-11-01 18:01:02 UTC

merged the first branch with Sentry working

lp://staging/~toykeeper/wsgi-oops/show-bzip-errors (Has a merge proposal) 1 Development 2011-09-08 20:43:02 UTC
62. Moved subprocess-based bits into util...

Author: Selene ToyKeeper
Revision Date: 2011-09-08 20:40:58 UTC

Moved subprocess-based bits into utils.py.

lp://staging/~toykeeper/wsgi-oops/prereq-info 1 Development 2011-06-21 05:29:42 UTC
60. Added README info about prereqs.

Author: Selene ToyKeeper
Revision Date: 2011-06-21 05:28:58 UTC

Added README info about prereqs.

lp://staging/~toykeeper/+junk/sso-with-mock-yubikey-server 1 Development 2011-05-10 09:12:41 UTC
143. Made the demo keys work... and stuff...

Author: Selene ToyKeeper
Revision Date: 2011-05-10 09:11:54 UTC

Made the demo keys work... and stuff:
Added 3 demo keys plus mine.
Fixed parsing of the first GET parameter.
Now uses only the unique device ID, if given a real OTP.
  (should make it possible to use real keys during the demo)

lp://staging/~toykeeper/+junk/get-S-tabbed 2 Mature 2008-07-28 09:04:47 UTC
3. Better example image / screenshot.

Author: Selene ToyKeeper
Revision Date: 2008-07-08 07:33:53 UTC

Better example image / screenshot.

138 of 38 results