summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2016-02-13fix receive for all transmission lengths.Daniel Friesel-3/+5
2016-02-12derpDaniel Friesel-0/+0
2016-02-12remove hamming submodule (no longer needed)Daniel Friesel-3/+0
2016-02-12quick&dirty hamming buffer implementation.Daniel Friesel-1/+53
2016-02-12FECModem: set byte to 0 (frownie symbol) if it contained an uncorrectable errorDaniel Friesel-7/+9
2016-02-12fixed ord -> charSebastian Muszytowski-2/+2
2016-02-12fixed typeSebastian Muszytowski-1/+1
2016-02-06add make target "flash" which points at programSebastian Muszytowski-0/+2
2016-02-05Makefile: Fix secsize/funsize invocationDaniel Friesel-2/+2
2016-02-05add (untested) Hamming forward error correction code and corresponding classDaniel Friesel-6/+111
2016-02-01add animation delay supportDaniel Friesel-26/+49
2016-02-01rename animation.mode to more appropriate animation.typeDaniel Friesel-9/+9
2016-01-31clean up includesDaniel Friesel-9/+0
2016-01-31add rocket.initialize() function for initial MCU and peripheral setupDaniel Friesel-22/+28
2016-01-31move display update to system idle loopDaniel Friesel-1/+2
2016-01-31document Modem and System classesDaniel Friesel-2/+47
2016-01-31fix audio generation coderashfael-2/+2
2016-01-30system: make shutdown method private and actually use itDaniel Friesel-32/+40
2016-01-30document Display classDaniel Friesel-0/+71
2016-01-30Add a DoxyfileDaniel Friesel-0/+2385
2016-01-29unittest extended and uncovered some errors. WOW!Sebastian Muszytowski-3/+25
2016-01-29more complete testingSebastian Muszytowski-0/+46
2016-01-29add blinkenrocket tests and some additions to main classSebastian Muszytowski-3/+80
2016-01-29re-add transmission demo codeDaniel Friesel-3/+8
2016-01-29check ->length for texts, tooDaniel Friesel-9/+5
2016-01-28merge text_t and animation_t into single animation type to reduce code and me...Daniel Friesel-52/+31
2016-01-27fix animation header functionSebastian Muszytowski-1/+2
2016-01-27make modem_transmit compatible with new blinkenrocket.pySebastian Muszytowski-4/+5
2016-01-27adjust message specification accordinglySebastian Muszytowski-2/+5
2016-01-27removed obsolete code, added new blinkenrocket python suiteSebastian Muszytowski-142/+176
2016-01-27read scroll speed from text structDaniel Friesel-10/+14
2016-01-26preliminary animation supportDaniel Friesel-27/+55
2016-01-26use uint8_t arrays instead of chars for all buffer data structuresDaniel Friesel-15/+15
2016-01-26add structs/typedefs for text and animation dataDaniel Friesel-9/+29
2016-01-25storage.cc: The "file system" stores the page, not the byte offsetDaniel Friesel-1/+1
2016-01-25refactor I2C class into Storage class. Work-in-progress.Daniel Friesel-93/+197
2016-01-24some documentation to ease my understanding in the futureSebastian Muszytowski-0/+8
2016-01-24I2C proof of concept: works!Daniel Friesel-1/+86
2016-01-23add first draft of MessageSpecificationSebastian Muszytowski-0/+83
2016-01-23minor changeSebastian Muszytowski-3/+6
2016-01-22add a bit of OS specific stuffSebastian Muszytowski-1/+9
2016-01-22Fix string receive (set trailing null byte in setString)Daniel Friesel-1/+3
2016-01-22make the path correctSebastian Muszytowski-1/+1
2016-01-22Merge branch 'master' of github.com:blinkenrocket/firmwareSebastian Muszytowski-0/+5
2016-01-22proper null bytes for padding purposesSebastian Muszytowski-2/+2
2016-01-22add modem_transmit utilDaniel Friesel-0/+5
2016-01-22Merge branch 'master' of github.com:blinkenrocket/firmwareSebastian Muszytowski-26/+43
2016-01-22add hammington2416 utility for testingSebastian Muszytowski-0/+31
2016-01-22display: rename *scroll* to *update* (would be confusing for animations other...Daniel Friesel-10/+10
2016-01-22display: Don't run (rather slow) scroll code in ISRDaniel Friesel-4/+24