aboutsummaryrefslogtreecommitdiff
path: root/hwdef-Mateminco_MF01-Mini.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-10-10converted mateminco-mf01-mini build to new APISelene ToyKeeper1-50/+0
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.
2020-04-29removed unused TEMP_CHANNEL thing from FSM-related codeSelene ToyKeeper1-2/+0
2020-03-13went back to slower clk/128 ADC timingSelene ToyKeeper1-1/+1
2020-01-30switched to a pseudo-rolling-average method to reduce noise, set prescaler ↵Selene ToyKeeper1-1/+1
back to 64
2020-01-29rewrote ADC code to use a continuous lowpass system on all measurements, to ↵Selene ToyKeeper1-1/+1
eliminate noise and maybe increase precision (thermal code still needs to be rewritten though)
2019-08-26just cleaning up some commentsSelene ToyKeeper1-1/+1
2019-06-28added support for Mateminco MF01-MiniSelene ToyKeeper1-11/+11
2019-03-18added Emisar D18 config (not final)Selene ToyKeeper1-10/+8
2018-12-18Reworked the config file include system so it'll include the #defined valueSelene ToyKeeper1-0/+6
instead of having to hard-code a bunch of specific recognized values.
2018-11-03Made it easier to override hwdef-*.h values in cfg-*.h files.Selene ToyKeeper1-5/+17
2018-06-24Refactored driver/hardware definition code to be one file per driver type.Selene ToyKeeper1-0/+35