aboutsummaryrefslogtreecommitdiff
path: root/hw/hank/noctigon-kr4/2ch/hwdef.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-11-10refactor checkpoint: splitting MCU-specific code into arch/$MCU.[ch]Selene ToyKeeper1-3/+1
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-03moved variant builds under their parent, like "d4-219" -> "d4/219"Selene ToyKeeper1-0/+0
2023-11-02got things to compile again, renamed #includesSelene ToyKeeper1-1/+1
(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-04-27Noctigon KR4-tintramp updated to use new channel systemSelene ToyKeeper1-3/+3
(was easy since it just uses the generic Emisar-2ch build with a couple small overrides)
2023-04-17switched the rest of FSM + Anduril to use SPDX license headersSelene ToyKeeper1-4/+5
instead of full GPL headers (or all too often, nothing at all) There are a few "FIXME" entries where I'm not sure about the correct copyright.
2021-11-03fixed KR4-tintramp build (switch wasn't working) and added it to MODELSSelene ToyKeeper1-8/+5
2021-11-03added KR4-tintramp buildSelene ToyKeeper1-0/+49
(is basically identical to D4Sv2-tintramp, but with the switch on a different pin, and no button LED)