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