| Commit message (Expand) | Author | Age | Files | Lines |
| * | strobe modes: added 4C to cycle backward through strobes | Selene ToyKeeper | 2023-03-28 | 1 | -0/+6 |
| * | just whitespace / comments | Selene ToyKeeper | 2023-03-28 | 3 | -4/+4 |
| * | fast-blink the aux LED in standby when battery is low | Selene ToyKeeper | 2023-02-10 | 5 | -34/+54 |
| * | fixed voltage calibration resolution on SP10 Pro | Selene ToyKeeper | 2022-10-21 | 1 | -2/+2 |
| * | allow supporting single-color and RGB side button in the same build | Selene ToyKeeper | 2022-07-29 | 7 | -12/+46 |
| * | added Emisar D1v2 models (old FET+7135, new linear+FET, new linear-only) | Selene ToyKeeper | 2022-07-29 | 4 | -6/+52 |
| * | fixed level_calc.py when using --pwm with 4 args instead of 5 | Selene ToyKeeper | 2022-04-28 | 1 | -1/+1 |
| * | merged sp10-pro shutoff fix and mt35-mini support | Selene ToyKeeper | 2022-04-14 | 14 | -13/+191 |
| |\ |
|
| | * | applied new phase-hack flags to other builds where relevant | Selene ToyKeeper | 2022-04-14 | 7 | -0/+21 |
| | * | sp10-pro: hard reset phase while turning off, fixes shutoff bug without a delay | Selene ToyKeeper | 2022-04-14 | 2 | -10/+22 |
| | * | avrdude fails when .fuse section is included, so omit that when copying elf t... | Selene ToyKeeper | 2022-04-14 | 2 | -10/+10 |
| | * | moved fuses from cfg to hwdef, renamed LED_EN/DISABLE_DELAY to LED_ON/OFF_DELAY | Selene ToyKeeper | 2022-04-14 | 4 | -34/+40 |
| | * | merged gchart's latest changes: | Selene ToyKeeper | 2022-04-14 | 7 | -3/+142 |
| | |\ |
|
| | | * | Created LED_DISABLE_DELAY option and enabled it for SP10 Pro to hopefully eli... | Gabriel Hart | 2022-04-13 | 3 | -1/+6 |
| | | * | Added FUSES section to SP10 Pro for building ELF file with BOD Active fuse se... | Gabriel Hart | 2022-04-12 | 3 | -5/+17 |
| | | * | Merge from TK's main A2 branch thru Rev 647 which includes several patches fo... | Gabriel Hart | 2022-04-11 | 42 | -115/+1322 |
| | | |\
| | |/
| |/| |
|
| | | * | Tweak a few MT35Mini settings | Gabriel Hart | 2022-01-29 | 4 | -2/+101 |
| | | * | Experimental: add optional delay when using LED_ENABLE_PIN to avoid flashes o... | Gabriel Hart | 2022-01-05 | 3 | -4/+13 |
| | | * | Experimental: add optional delay when using LED_ENABLE_PIN to avoid flashes o... | Gabriel Hart | 2022-01-04 | 3 | -1/+12 |
| * | | | just a couple quick notes on using attiny1616, since the process is still evo... | Selene ToyKeeper | 2022-04-14 | 1 | -0/+13 |
| |/ / |
|
| * | | revert spurious change to version.h | Selene ToyKeeper | 2022-04-09 | 1 | -1/+4 |
| * | | merged sofirn sp10-pro branch (should have done it months ago, but forgot) | Selene ToyKeeper | 2022-04-09 | 21 | -96/+366 |
| |\ \ |
|
| | * \ | merged anduril2 branch for upstream changes | Selene ToyKeeper | 2021-12-16 | 17 | -6/+596 |
| | |\ \ |
|
| | * | | | fixed SP10 ramp flickering properly, using double-buffered registers | Selene ToyKeeper | 2021-11-13 | 1 | -4/+5 |
| | * | | | enabled manual memory and timer by default; | Selene ToyKeeper | 2021-11-13 | 1 | -0/+6 |
| | * | | | increased SP10 PWM speed as much as possible without making ramp bumpy, and m... | Selene ToyKeeper | 2021-11-13 | 4 | -6/+20 |
| | * | | | reduced SP10 firefly/moon power usage slightly, by keeping CPU underclocked m... | Selene ToyKeeper | 2021-11-06 | 1 | -1/+1 |
| | * | | | reduced SP10 downward ramp flicker even more | Selene ToyKeeper | 2021-11-06 | 1 | -4/+4 |
| | * | | | greatly smoothed out SP10 ramp, and configured defaults | Selene ToyKeeper | 2021-11-06 | 2 | -16/+25 |
| | * | | | merged recent anduril2 branch updates | Selene ToyKeeper | 2021-11-06 | 18 | -81/+218 |
| | |\ \ \ |
|
| | * \ \ \ | merged gchart's recent changes | Selene ToyKeeper | 2021-11-06 | 13 | -74/+298 |
| | |\ \ \ \
| | | |_|/
| | |/| | |
|
| | | * | | | Merge TKs changes through her commit 628 | Gabriel Hart | 2021-10-29 | 7 | -67/+137 |
| | | |\ \ \ |
|
| | | * | | | | Add thefreeman's DAC linear driver (beta); also update Sofirn bilds to use th... | Gabriel Hart | 2021-10-29 | 6 | -7/+161 |
| | | * | | | | SP10 Pro: lower AA LVP to 0.7v | Gabriel Hart | 2021-09-20 | 2 | -2/+2 |
| | * | | | | | merged gchart's SP10 Pro branch | Selene ToyKeeper | 2021-09-19 | 14 | -84/+172 |
| | |\| | | | |
|
| | | * | | | | SP10 Pro: use dynamic PWM, add hidden firefly, adjust candle amplitude, and t... | Gabriel Hart | 2021-09-19 | 3 | -15/+25 |
| | | * | | | | Merge TK changes thru rev 623 (2021-09-17) | Gabriel Hart | 2021-09-19 | 32 | -190/+1112 |
| | | |\ \ \ \
| | |/ / / /
| |/| | | | |
|
| | | * | | | | Merge TK's changes thru her rev 618 including autolock in Simple UI and jump ... | Gabriel Hart | 2021-08-29 | 11 | -26/+129 |
| | | |\ \ \ \ |
|
| | | * | | | | | Add 2C Turbo for BLF Lantern (LT1) | Gabriel Hart | 2021-08-29 | 2 | -1/+4 |
| | | * | | | | | Merge in TK's repo thru revision 613 | Gabriel Hart | 2021-08-20 | 7 | -61/+87 |
| | | |\ \ \ \ \ |
|
| | | * | | | | | | from Tom E, support PB4 for any of the 3 PWM channels | Gabriel Hart | 2021-08-20 | 1 | -1/+12 |
| | | * | | | | | | Adjusted more Sofirn SP10 config values (party strobe, candle amp, max_1x7135) | Gabriel Hart | 2021-08-15 | 2 | -3/+9 |
| | | * | | | | | | Adjusted Sofirn SP10 ramp values | Gabriel Hart | 2021-08-15 | 2 | -2/+3 |
| | | * | | | | | | Merge updates from TKs main branch | Gabriel Hart | 2021-08-12 | 21 | -68/+323 |
| | | |\ \ \ \ \ \ |
|
| | | * | | | | | | | Finalized SP10S and renamed to SP10 Pro. Updated Sofirn settings to include SOS. | Gabriel Hart | 2021-08-12 | 7 | -66/+64 |
| | | * | | | | | | | Updating from TKs recent change (fix for compile without USE_SIMPLE_UI) | Gabriel Hart | 2021-06-06 | 1 | -1/+9 |
| | | |\ \ \ \ \ \ \ |
|
| | | * \ \ \ \ \ \ \ | Add config option to allow 3C smooth/stepped selection in Simple UI, add that... | Gabriel Hart | 2021-05-15 | 8 | -5/+58 |
| | | |\ \ \ \ \ \ \ \ |
|
| | | * \ \ \ \ \ \ \ \ | Merge recent updates from TK. Also update Sofirn target with preferences fro... | Gabriel Hart | 2021-05-14 | 35 | -136/+70 |
| | | |\ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | | Update 1-Series to use 10 MHz clock and Phase Correct PWM. Add PWM documenta... | Gabriel Hart | 2021-05-04 | 6 | -27/+43 |
| | | * | | | | | | | | | | Merge from main branch | Gabriel Hart | 2021-04-14 | 19 | -67/+153 |
| | | |\ \ \ \ \ \ \ \ \ \ |
|