aboutsummaryrefslogtreecommitdiff
path: root/fsm/tk.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-11-07made build fail if eeprom data bigger than MCU's eeprom sizeSelene ToyKeeper1-0/+14
Based on techniques suggested by DurvalMenezes here: https://github.com/ToyKeeper/anduril/pull/4
2023-11-03renamed tk*.h to arch/*.h or fsm/*.h (part 1)Selene ToyKeeper1-0/+0
to get them out of the root dir, and to start cleaning up mcu/arch code
2023-04-25updated D4Sv2-tintramp -> Emisar 2-channel build target ...Selene ToyKeeper1-0/+8
... and reworked how gradual_tick() works ... and updated LT1S Pro to use new method
2023-04-17switched the rest of FSM + Anduril to use SPDX license headersSelene ToyKeeper1-3/+4
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.
2018-12-18Reworked the config file include system so it'll include the #defined valueSelene ToyKeeper1-0/+17
instead of having to hard-code a bunch of specific recognized values.