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