index
:
anduril
simple-ui
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fsm
/
events.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-11-02
reorganized project files (part 1)
Selene ToyKeeper
1
-0
/
+0
2023-10-29
converted noctigon-dm11-boost to use PWM+DSM, and recalibrated timing for del...
Selene ToyKeeper
1
-4
/
+4
2023-04-17
switched the rest of FSM + Anduril to use SPDX license headers
Selene ToyKeeper
1
-22
/
+5
2020-09-27
reworked nice_delay interrupt system and fixed some old issues:
Selene ToyKeeper
1
-4
/
+4
2020-09-14
reorganized code in fsm-events.* to put things in a more coherent order
Selene ToyKeeper
1
-52
/
+51
2020-09-14
fixed bug: ticks_since_last_event wasn't getting reset on button hold release
Selene ToyKeeper
1
-3
/
+4
2020-04-13
recalibrated timing of nice_delay_ms() based on strobe speed measurements...
Selene ToyKeeper
1
-4
/
+4
2019-11-14
fixed factory reset (wasn't running interrupt logic since it's deferred now)
Selene ToyKeeper
1
-6
/
+6
2019-11-14
refactored how interrupts work...
Selene ToyKeeper
1
-0
/
+3
2019-11-13
fixed some compile issues related to delay_4ms()
Selene ToyKeeper
1
-0
/
+2
2019-09-24
made the maximum number of clicks 15 instead of 14
Selene ToyKeeper
1
-1
/
+1
2019-08-05
merged a sanitized copy of the Emisar D4v2 branch; history summarized below:
Selene ToyKeeper
1
-8
/
+16
2019-07-26
merged a sanitized copy of the Emisar D4v2 branch; history summarized below:
Selene ToyKeeper
1
-8
/
+16
2018-11-11
Fixed the corner case of a button release when the previous state was already...
Selene ToyKeeper
1
-1
/
+1
2018-11-11
Several fixes...
Selene ToyKeeper
1
-4
/
+9
2018-11-11
Rewrote the event system to use a single byte for each event instead of an ar...
Selene ToyKeeper
1
-67
/
+29
2018-09-07
fixed bug: clicking MAX_CLICKS+1 times and holding the final click would hang...
Selene ToyKeeper
1
-4
/
+8
2018-09-01
Fixed bug introduced in trunk r211.1.9, where Anduril's goodnight mode didn't...
Selene ToyKeeper
1
-2
/
+6
2018-08-22
Reduced ROM size by making successive nice_delay_ms calls collapse any time t...
Selene ToyKeeper
1
-1
/
+7
2017-10-01
Use either full or quarter speed in nice delays, based on output level.
Selene ToyKeeper
1
-1
/
+19
2017-09-26
Added dynamic underclocking to FSM, instead of doing it manually in Anduril.
Selene ToyKeeper
1
-0
/
+30
2017-09-03
Got the 4th PWM channel to work, ish. (channel 4 is inverted though)
Selene ToyKeeper
1
-4
/
+0
2017-08-28
Fixed a crash when user presses the button more times than the UI supports.
Selene ToyKeeper
1
-1
/
+1
2017-08-26
Added beacons/strobes to DarkHorse.
Selene ToyKeeper
1
-1
/
+6
2017-08-25
Added battcheck mode to ramping-ui. It's bigger than I had hoped. :(
Selene ToyKeeper
1
-0
/
+12
2017-08-24
Added loop() to API, executes constantly.
Selene ToyKeeper
1
-0
/
+23
2017-08-19
Completely reorganized SpaghettiMonster code into smaller logical pieces: fsm...
Selene ToyKeeper
1
-0
/
+137