aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: added info on contributing, fixed minor formatting issuesSelene ToyKeeper2023-11-052-14/+48
* detect-mcu.sh: don't hang when MCU isn't found; exit with an error insteadSelene ToyKeeper2023-11-041-0/+4
* added missing noctigon-k9.3 files hidden by an overzealous .gitignore ruleSelene ToyKeeper2023-11-045-2/+4
* renamed anduril-manual.txt -> anduril-manual.mdSelene ToyKeeper2023-11-042-1/+1
* converted anduril-manual.txt to markdown formatSelene ToyKeeper2023-11-041-510/+595
* improved DFP setup and support:Selene ToyKeeper2023-11-046-30/+118
* @hank-*-boost: reduced ripple on low modesSelene ToyKeeper2023-11-042-4/+8
* @hank-*-boost: fixed flicker while holding button at moonSelene ToyKeeper2023-11-041-0/+2
* detect-mcu.sh: oops, that line of help text wasn't supposed to be executedSelene ToyKeeper2023-11-031-1/+1
* documentation updates...Selene ToyKeeper2023-11-036-517/+113
* added docs/which-hex-file.md to answer the #1 FAQSelene ToyKeeper2023-11-031-0/+39
* './make clean' should remove generated .cpp files tooSelene ToyKeeper2023-11-031-2/+2
* renamed tk*.h in file contents, and deleted unused filesSelene ToyKeeper2023-11-0313-269/+13
* renamed tk*.h to arch/*.h or fsm/*.h (part 1)Selene ToyKeeper2023-11-036-0/+0
* moved ATTINY and MODEL_NUMBER into $target/arch and $target/model,Selene ToyKeeper2023-11-03211-299/+251
* moved variant builds under their parent, like "d4-219" -> "d4/219"Selene ToyKeeper2023-11-0339-20/+21
* fixed compile scripts and added a "./make" wrapper for convenienceSelene ToyKeeper2023-11-033-15/+103
* renamed cfg.h -> anduril.h inside source filesSelene ToyKeeper2023-11-0351-52/+52
* renamed cfg.h -> anduril.h so each UI can have its own cfg (part 1)Selene ToyKeeper2023-11-0373-2/+2
* got things to compile again, renamed #includesSelene ToyKeeper2023-11-02164-977/+317
* reorganized project files (part 1)Selene ToyKeeper2023-11-02256-453/+0
* added LICENSE (GPLv3)Selene ToyKeeper2023-11-021-0/+674
* added barebones README.mdSelene ToyKeeper2023-11-021-0/+9
* repo converted from bzr to git, added .gitignoreSelene ToyKeeper2023-11-021-0/+13
* merged multi-channel branch with a major refactor and half a year of updatesSelene ToyKeeper2023-11-02270-6942/+13601
|\
| * slightly longer smooth-off animation, to make on and off feel symmetricalSelene ToyKeeper2023-10-311-1/+1
| * finally added a change logSelene ToyKeeper2023-10-311-0/+245
| * converted fw3x-lume1 to new API, I thinkSelene ToyKeeper2023-10-315-87/+168
| * restored original smooth-steps-downward timing;Selene ToyKeeper2023-10-311-1/+1
| * converted thefreeman-lin16dac to new API,Selene ToyKeeper2023-10-304-65/+201
| * build.sh: use busybox-compatible grep argsSelene ToyKeeper2023-10-301-1/+1
| * converted mateminco-mt35-mini to new APISelene ToyKeeper2023-10-303-72/+119
| * fixed sp10-pro build error (attiny DFP v2 changed some definitions)Selene ToyKeeper2023-10-301-1/+1
| * fixed delay timing on attiny1616 (it was about 17% too long this whole time)Selene ToyKeeper2023-10-293-6/+6
| * updated model names which changed recentlySelene ToyKeeper2023-10-291-2/+4
| * converted noctigon-k1-boost to multi-channel with PWM+DSMSelene ToyKeeper2023-10-293-152/+231
| * applied new delay factor to other DSM builds, and some new DSM_* definesSelene ToyKeeper2023-10-296-10/+37
| * converted noctigon-dm11-boost to use PWM+DSM, and recalibrated timing for del...Selene ToyKeeper2023-10-297-53/+126
| * fixed blf-lt1-t1616, after testing on actual hardwareSelene ToyKeeper2023-10-295-25/+39
| * converted noctigon-k1-sbt90 to new API and switched to dynamic PWMSelene ToyKeeper2023-10-283-156/+226
| * converted ff-rot66 to new APISelene ToyKeeper2023-10-284-26/+32
| * converted emisar-d18 to new APISelene ToyKeeper2023-10-284-66/+133
| * switched blf-lt1-t1616 from plain PWM to PWM+DSMSelene ToyKeeper2023-10-285-89/+186
| * enabled smooth steps on blf-q8 and sofirn-sp36, instead of tactical modeSelene ToyKeeper2023-10-271-1/+3
| * converted noctigon-m44 to use PWM+DSM instead of PWM+PFM (dynamic PWM)Selene ToyKeeper2023-10-276-105/+185
| * converted gchart-fet1-t1616 to new APISelene ToyKeeper2023-10-272-58/+112
| * converted blf-q8-t1616 to new API, using wurkkos-ts10 and wurkkos-ts25 as a baseSelene ToyKeeper2023-10-274-130/+184
| * converted noctigon-kr4-boost to new APISelene ToyKeeper2023-10-274-232/+73
| * fixed blf-q8 build (was 6 bytes too big)Selene ToyKeeper2023-10-261-0/+6
| * fixed emisar-d1v2 builds (only needed a simple one-liner)Selene ToyKeeper2023-10-263-3/+3