aboutsummaryrefslogtreecommitdiff
path: root/hw/hank/noctigon-dm11/hwdef.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-11-27fixed ADC on attiny1634 and related buildsSelene ToyKeeper1-29/+1
2023-11-10refactor checkpoint: splitting MCU-specific code into arch/$MCU.[ch]Selene ToyKeeper1-5/+3
Phew, that's a lot of changes! And there's still a lot more to do...
2023-11-03moved ATTINY and MODEL_NUMBER into $target/arch and $target/model,Selene ToyKeeper1-1/+0
and updated other scripts and files accordingly
2023-11-02got things to compile again, renamed #includesSelene ToyKeeper1-2/+2
(also modified the build scripts to work with the new file structure)
2023-11-02reorganized project files (part 1)Selene ToyKeeper1-0/+0
(just moved files, didn't change the contents yet, and nothing will work without updating #includes and build scripts and stuff)
2023-07-22converted noctigon-dm11-* builds to multi-channelSelene ToyKeeper1-27/+17
(but I could only test dm11-boost on actual hardware) (also, it looks like dm11-sbt90 is almost identical to the base kr4 build, so I removed its hwdef)
2023-07-21converted noctigon-k1 to multi-channelSelene ToyKeeper1-1/+1
2023-07-16fixed d4v2, kr4, m44, emisar-2ch (using new refactor),Selene ToyKeeper1-40/+5
added RGB aux channel modes to models which didn't have it
2023-05-30synced configs between D4v2 and KR4Selene ToyKeeper1-11/+29
2023-04-29converted KR4-nofet buildSelene ToyKeeper1-4/+2
2023-04-29D4v2 can use 8-bit ramp tables tooSelene ToyKeeper1-1/+1
2023-04-29KR4: ramp can use 8 bits, since values never go over 255Selene ToyKeeper1-6/+6
also, don't blink at top of linear range
2023-04-29Noctigon KR4: updated to use new channel systemSelene ToyKeeper1-0/+212
(also tweaked D4v2 build to match KR4 as much as possible) (also added Extended Simple UI to Hank's config)