index
:
blinkenrocket-firmware
master
Firmware
Blinkenrocket
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Lines
2016-01-31
clean up includes
Daniel Friesel
-9
/
+0
2016-01-31
add rocket.initialize() function for initial MCU and peripheral setup
Daniel Friesel
-22
/
+28
2016-01-31
move display update to system idle loop
Daniel Friesel
-1
/
+2
2016-01-31
document Modem and System classes
Daniel Friesel
-2
/
+47
2016-01-31
fix audio generation code
rashfael
-2
/
+2
2016-01-30
system: make shutdown method private and actually use it
Daniel Friesel
-32
/
+40
2016-01-30
document Display class
Daniel Friesel
-0
/
+71
2016-01-30
Add a Doxyfile
Daniel Friesel
-0
/
+2385
2016-01-29
unittest extended and uncovered some errors. WOW!
Sebastian Muszytowski
-3
/
+25
2016-01-29
more complete testing
Sebastian Muszytowski
-0
/
+46
2016-01-29
add blinkenrocket tests and some additions to main class
Sebastian Muszytowski
-3
/
+80
2016-01-29
re-add transmission demo code
Daniel Friesel
-3
/
+8
2016-01-29
check ->length for texts, too
Daniel Friesel
-9
/
+5
2016-01-28
merge text_t and animation_t into single animation type to reduce code and ↵
Daniel Friesel
-52
/
+31
memory overhead
2016-01-27
fix animation header function
Sebastian Muszytowski
-1
/
+2
2016-01-27
make modem_transmit compatible with new blinkenrocket.py
Sebastian Muszytowski
-4
/
+5
2016-01-27
adjust message specification accordingly
Sebastian Muszytowski
-2
/
+5
2016-01-27
removed obsolete code, added new blinkenrocket python suite
Sebastian Muszytowski
-142
/
+176
2016-01-27
read scroll speed from text struct
Daniel Friesel
-10
/
+14
2016-01-26
preliminary animation support
Daniel Friesel
-27
/
+55
2016-01-26
use uint8_t arrays instead of chars for all buffer data structures
Daniel Friesel
-15
/
+15
2016-01-26
add structs/typedefs for text and animation data
Daniel Friesel
-9
/
+29
2016-01-25
storage.cc: The "file system" stores the page, not the byte offset
Daniel Friesel
-1
/
+1
2016-01-25
refactor I2C class into Storage class. Work-in-progress.
Daniel Friesel
-93
/
+197
2016-01-24
some documentation to ease my understanding in the future
Sebastian Muszytowski
-0
/
+8
2016-01-24
I2C proof of concept: works!
Daniel Friesel
-1
/
+86
2016-01-23
add first draft of MessageSpecification
Sebastian Muszytowski
-0
/
+83
2016-01-23
minor change
Sebastian Muszytowski
-3
/
+6
2016-01-22
add a bit of OS specific stuff
Sebastian Muszytowski
-1
/
+9
2016-01-22
Fix string receive (set trailing null byte in setString)
Daniel Friesel
-1
/
+3
2016-01-22
make the path correct
Sebastian Muszytowski
-1
/
+1
2016-01-22
Merge branch 'master' of github.com:blinkenrocket/firmware
Sebastian Muszytowski
-0
/
+5
2016-01-22
proper null bytes for padding purposes
Sebastian Muszytowski
-2
/
+2
2016-01-22
add modem_transmit util
Daniel Friesel
-0
/
+5
2016-01-22
Merge branch 'master' of github.com:blinkenrocket/firmware
Sebastian Muszytowski
-26
/
+43
2016-01-22
add hammington2416 utility for testing
Sebastian Muszytowski
-0
/
+31
2016-01-22
display: rename *scroll* to *update* (would be confusing for animations ↵
Daniel Friesel
-10
/
+10
otherwise)
2016-01-22
display: Don't run (rather slow) scroll code in ISR
Daniel Friesel
-4
/
+24
2016-01-22
make display buffer private, add separate modem receive buffer
Daniel Friesel
-19
/
+16
2016-01-22
Merge branch 'master' of github.com:blinkenrocket/firmware
Sebastian Muszytowski
-55
/
+89
2016-01-22
Add the Hamming submodule for EEC capabilities in the modem. Keep it a ↵
Sebastian Muszytowski
-0
/
+3
submodule because of license difference
2016-01-20
display: add variable for scroll delay
Daniel Friesel
-1
/
+3
2016-01-20
reset display after receiving data
Daniel Friesel
-0
/
+10
2016-01-20
excapsulate display and modem state in their respective classes
Daniel Friesel
-20
/
+32
2016-01-20
move display and modem code from ISR to class functions
Daniel Friesel
-35
/
+45
2016-01-19
support scrolling arbitrary strings.
Daniel Friesel
-64
/
+49
2016-01-16
display: rename turn_on/off to enable/disable, move setup code from main to ↵
Daniel Friesel
-18
/
+17
enable
2016-01-16
main: adjust font include path
Daniel Friesel
-1
/
+1
2016-01-15
removed old font
Sebastian Muszytowski
-392
/
+128
2016-01-15
turn modem voltage divider off during sleep
Daniel Friesel
-8
/
+30
needs hw revision >= git commit 71f427bd100963b1aafb545bfca319c50e1c48cd
[next]