aboutsummaryrefslogtreecommitdiff
path: root/arch/mcu.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-10refactor checkpoint: splitting MCU-specific code into arch/$MCU.[ch]Selene ToyKeeper1-136/+11
2023-11-07made build fail if eeprom data bigger than MCU's eeprom sizeSelene ToyKeeper1-16/+8
2023-11-03renamed tk*.h in file contents, and deleted unused filesSelene ToyKeeper1-2/+2
2023-11-03renamed tk*.h to arch/*.h or fsm/*.h (part 1)Selene ToyKeeper1-0/+0
2023-10-29fixed delay timing on attiny1616 (it was about 17% too long this whole time)Selene ToyKeeper1-1/+1
2023-04-17switched the rest of FSM + Anduril to use SPDX license headersSelene ToyKeeper1-23/+6
2021-05-04Update 1-Series to use 10 MHz clock and Phase Correct PWM. Add PWM documenta...Gabriel Hart1-8/+8
2021-04-01touched up a bit of formatting and a note for later optimizationSelene ToyKeeper1-0/+1
2020-12-18Add AVR 1-Series and t1616 board and scriptsGabriel Hart1-0/+28
2020-04-29removed unused TEMP_CHANNEL thing from FSM-related codeSelene ToyKeeper1-2/+3
2019-09-28remapped D1S V2 pins to match new driverSelene ToyKeeper1-0/+4
2019-08-26fixed attiny13 buildsSelene ToyKeeper1-1/+3
2019-08-05merged a sanitized copy of the Emisar D4v2 branch; history summarized below:Selene ToyKeeper1-3/+52
2019-07-26merged a sanitized copy of the Emisar D4v2 branch; history summarized below:Selene ToyKeeper1-3/+52
2018-12-18Reworked the config file include system so it'll include the #defined valueSelene ToyKeeper1-35/+8
2018-10-07First working PL47 build. Does aux LEDs on pin 7 but not pin 3.Selene ToyKeeper1-0/+3
2018-08-31Added support for the BLF/Lumintop GT Mini.Selene ToyKeeper1-0/+3
2018-08-30First Anduril build for Fireflies ROT66.Selene ToyKeeper1-0/+3
2018-07-01Added hardware profiles and build targets for Emisar D1 and D1S.Selene ToyKeeper1-0/+6
2018-06-24Refactored driver/hardware definition code to be one file per driver type.Selene ToyKeeper1-260/+22
2018-06-24Initial D4S support for Anduril. (but only the parts which can't be public yet)Selene ToyKeeper1-0/+6
2018-05-01Created BLF GT driver definition.Selene ToyKeeper1-0/+45
2017-10-21Made DELAY_ZERO_TIME a per-MCU option; hopefully will sync to PWM better that...Selene ToyKeeper1-0/+9
2017-09-22Added FW3A driver support to FSM and Anduril.Selene ToyKeeper1-0/+37
2017-09-03Got the 4th PWM channel to work, ish. (channel 4 is inverted though)Selene ToyKeeper1-8/+10
2017-08-30Replaced FSM_*_LAYOUT with FSM_*_DRIVER because I think it makes more sense.Selene ToyKeeper1-11/+11
2017-08-26Replaced bare config errors with the preprocessor's intended method of throwi...Selene ToyKeeper1-2/+2
2017-08-19Added unfinished UI similar to Olight Baton series.Selene ToyKeeper1-9/+7
2017-08-19Renamed from RoundTable to SpaghettiMonster (FSM).Selene ToyKeeper1-2/+2
2017-08-18First RoundTable example actually works (simple momentary 1-mode UI).Selene ToyKeeper1-2/+15
2017-08-18Some early ideas for Round Table. Nothing close to compile-able yet.Selene ToyKeeper1-1/+81
2017-05-01fixed tiny25 BOGOMIPS valueSelene ToyKeeper1-1/+1
2017-03-18Fixed LVP. Verified it works on FET+1 and attiny25. Added presets for MTN17...Selene ToyKeeper1-0/+12
2016-05-23Added bistro-tripledown.c.Selene ToyKeeper1-1/+34
2015-10-10Made a simple program to blink out temperature measurements.Selene ToyKeeper1-0/+3
2015-10-05Added nanjg board/pin layout definition to tk-attiny.h.Selene ToyKeeper1-0/+13
2015-09-11Oops, delay_s() should delay for 1000 ms, not BOGOMIPS ms.Selene ToyKeeper1-2/+3
2015-09-11Refactored blf-a6 a bunch to export code to includes and make attiny portabil...Selene ToyKeeper1-0/+90