index
:
blinkenrocket-firmware
master
Firmware
Blinkenrocket
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Lines
2016-03-17
system.cc documentation
Daniel Friesel
-14
/
+17
2016-03-16
make delay independent from speed, document meaning of both
Daniel Friesel
-8
/
+46
2016-03-16
Fix occasional lag when switching animations
Daniel Friesel
-4
/
+10
2016-03-16
more natural speed semantic (speed++ -> animation is faster)
Daniel Friesel
-10
/
+10
2016-03-15
more sync to also suppot iPhones
Daniel Friesel
-2
/
+2
2016-03-15
blinkenrocket.py: Decrease sync time and extend comment
Daniel Friesel
-2
/
+3
2016-03-15
even more display documentation!
Daniel Friesel
-0
/
+57
2016-03-15
more display documentation
Daniel Friesel
-10
/
+25
2016-03-14
version bump :)
1.0beta
Daniel Friesel
-6
/
+6
2016-03-14
Fix scrolling with direction==1
Daniel Friesel
-20
/
+54
2016-03-14
Longer patterns are supported.
Sebastian Muszytowski
-1
/
+0
2016-03-14
Update messagespecification with length constraints
Sebastian Muszytowski
-1
/
+1
2016-03-14
wakeup: Do not return until both buttons have been released (closes #3)
Daniel Friesel
-5
/
+12
2016-03-13
speed to 2 instead of 1 for better readability
Sebastian Muszytowski
-1
/
+1
2016-03-13
Storage: document private members
Daniel Friesel
-13
/
+98
2016-03-13
storage: shave off one i2c_read() in load, remove now unneeded header storage
Daniel Friesel
-9
/
+10
2016-03-12
>255byte pattern support, commit 2/2
Daniel Friesel
-13
/
+22
2016-03-12
preparations for >255byte patterns
Daniel Friesel
-4
/
+34
the rest of the code (display etc.) isn't well-tested yet and will follow in another commit
2016-03-12
blinkenrocket.py: Use lots of silence and sync for now
Daniel Friesel
-1
/
+1
2016-03-11
Add german info/error strings (Use "LANG=DE make")
Daniel Friesel
-2
/
+26
2016-03-11
Show timeout message when contact is lost during flashing
Daniel Friesel
-0
/
+33
2016-03-11
show name and version when storage is empty
Daniel Friesel
-4
/
+4
2016-03-09
do not bork when receiving empty patterns
Daniel Friesel
-0
/
+6
2016-03-08
minor documentation fixes
Daniel Friesel
-1
/
+5
2016-03-05
storage: We can save up to 248 patterns -- ignore everything afterwards
Daniel Friesel
-8
/
+33
2016-03-04
Modem: Reset hamming state when (re)enabling the modem
Daniel Friesel
-1
/
+9
2016-03-03
add copyright notices
Daniel Friesel
-2
/
+123
2016-03-01
move common loadPattern code into separate function
Daniel Friesel
-32
/
+23
2016-03-01
move "storage is empty" to PROGMEM as well
Daniel Friesel
-33
/
+8
2016-03-01
move flash and shutdown patterns to PROGMEM
Daniel Friesel
-84
/
+66
2016-02-29
Add "currently flashing EEPROM" animation
Daniel Friesel
-4
/
+61
2016-02-29
add support for a powerdown image
Daniel Friesel
-30
/
+57
2016-02-27
Update Known Bugs
Daniel Friesel
-7
/
+4
2016-02-27
fixed start output of flasher.py
Sebastian Muszytowski
-2
/
+1
2016-02-27
add makefile option for mass-programming with
Sebastian Muszytowski
-0
/
+82
"make massprogram" which utilized the flasher.py utility.
2016-02-27
switch modem back to 48kHz
Daniel Friesel
-1
/
+1
2016-02-27
disable animation switcher when storage is empty (closes #1)
Daniel Friesel
-1
/
+3
2016-02-27
display: support scrolling in both directions
Daniel Friesel
-6
/
+24
2016-02-27
blinkenrocket.py / modem_transmit: Accept arbitrary number of text strings
Daniel Friesel
-4
/
+5
2016-02-26
Disable hamming state reset logic (contains a -really- stuid bug)
Daniel Friesel
-6
/
+6
2016-02-26
display: explicitly include pgmspace.h
Daniel Friesel
-0
/
+1
2016-02-25
blinkenrocket.py: Add leading silence
Daniel Friesel
-1
/
+1
2016-02-25
Storage::hasData: Also return false when no animations were saved
Daniel Friesel
-1
/
+1
2016-02-24
known bugs and todos
Daniel Friesel
-0
/
+13
2016-02-24
system: Use private enum for special modem control bytes
Daniel Friesel
-7
/
+13
2016-02-24
update storage documentation
Daniel Friesel
-3
/
+7
2016-02-24
add pattern transfer test code to blinkenrocket.py, speed up modem/receive
Daniel Friesel
-22
/
+32
2016-02-24
Add END/EOT signal, only write number of animations at EOT
Daniel Friesel
-15
/
+30
2016-02-24
working pattern transmissions with 16kHz
Daniel Friesel
-1
/
+1
2016-02-24
more receive bugfixes
Daniel Friesel
-7
/
+7
[next]