Commit graph

59 commits

Author SHA1 Message Date
Kai Lauterbach cf173e6c84 LED cotnrol bug fixed. 2013-09-11 20:53:14 +02:00
Kai Lauterbach 040a46e0fd Fixed... 2012-01-11 19:02:37 +01:00
Aaron Mueller f7df4ec29a Remove some dependencies from the program target in the Makefile 2012-01-10 18:46:24 +01:00
Kai Lauterbach eff9f080b2 device id not product id 2012-01-10 17:09:29 +01:00
Kai Lauterbach 002a63c292 Formatted. 2012-01-04 16:30:54 +01:00
Kai Lauterbach bbaddb8d5b Faster... 2011-12-31 18:36:00 +01:00
Kai Lauterbach 7e69136551 New animation. 2011-12-31 18:25:40 +01:00
Kai Lauterbach 3e746efaab Sample argument parser inproved. 2011-12-31 18:24:05 +01:00
Kai Lauterbach 779e522e33 Documentation extended. 2011-12-30 13:33:05 +01:00
Kai Lauterbach b9b0b48c6c Parameter documentation changed. 2011-12-27 13:05:37 +01:00
Kai Lauterbach 219ddba8f3 Comments changed to doxygen formatting. 2011-12-27 12:48:34 +01:00
Kai Lauterbach 33dababf34 Yet another smaller firmware. 2011-12-27 12:01:05 +01:00
Kai Lauterbach ee31fc5b65 Smaller than before. 2011-12-27 11:49:02 +01:00
Kai Lauterbach 0fcba5516f EEMEM definition moved to globals. 2011-12-27 11:47:26 +01:00
Kai Lauterbach 39960a20c6 Safe 6 byte of flash. 2011-12-27 11:46:16 +01:00
Kai Lauterbach 89ae3edfcb EEMEM defination added. 2011-12-27 11:45:16 +01:00
Kai Lauterbach 7a375c9b26 Documentation fixed. 2011-12-25 12:51:59 +01:00
Kai Lauterbach 70e877008f Some comments added. 2011-12-24 18:30:04 +01:00
Kai Lauterbach 23a4e5ac1e Firmware readme. 2011-12-23 20:19:08 +01:00
Kai Lauterbach 635787c26a Only updated. 2011-12-22 20:23:44 +01:00
Kai Lauterbach 9956c61996 New compiled version with embedded delay support and sample eeprom
content.
2011-12-22 19:05:54 +01:00
Kai Lauterbach f68c38b625 Reading the delay out of the 5 most significant bits from the framedata variable frame. 2011-12-21 18:11:56 +01:00
Kai Lauterbach 53040bd56c First implementation of a embedded delay information in a single frame. 2011-12-20 23:22:20 +01:00
Kai Lauterbach 8653fb545c Newline removed. 2011-12-20 22:44:26 +01:00
Kai Lauterbach 8a9aaa2487 Documentation added.
Some other optimizations for size.
2011-12-20 22:36:04 +01:00
Kai Lauterbach 194bb4f782 Just smaller. 2011-12-20 22:35:49 +01:00
Kai Lauterbach 7ba9f760a0 Prevent mein.eep changing while build process. 2011-12-20 22:26:11 +01:00
Kai Lauterbach 37f0d5abe9 Some constants added. 2011-12-19 19:23:47 +01:00
Kai Lauterbach ae799dbbdd EEPROM write command added. 2011-12-19 19:23:23 +01:00
Kai Lauterbach 6daf3eac91 Sinus demo at startup. 2011-12-19 19:21:28 +01:00
Kai Lauterbach 226333eaf7 Not required anymore. 2011-12-18 22:21:49 +01:00
Kai Lauterbach 73ad4d9fd9 Code optimized, delay changing via USB added and animation viewing
routine fixed.
2011-12-18 22:16:32 +01:00
Kai Lauterbach 5d944fac4b Delay request added. 2011-12-18 22:16:17 +01:00
Kai Lauterbach ff56b090fd Animation support added. 2011-12-18 19:35:47 +01:00
Kai Lauterbach 9d6eb9dfc5 Sizeoptimized v-usb added. 2011-12-18 19:35:12 +01:00
Kai Lauterbach ff3ca89f2e Structure typedef added for future implementation. 2011-12-18 13:47:34 +01:00
Kai Lauterbach 6abbbcf78a type.h include removed. 2011-12-18 13:47:06 +01:00
Kai Lauterbach 44ca75161f Deoptimized. 2011-12-17 22:03:57 +01:00
Kai Lauterbach 7c76f3303e EEPROM write/read access via USB implemented. 2011-12-10 11:46:58 +01:00
Kai Lauterbach 1ceeaf0d1e Some more changes. 2011-12-10 00:50:28 +01:00
Kai Lauterbach beb8d0c4e2 Some more code size optimizations. 2011-12-10 00:50:28 +01:00
Kai Lauterbach 9aca5cf6f9 Code optimized for size. 2011-12-10 00:50:28 +01:00
Kai Lauterbach e6a5e55a3e Custom USB requests changed. 2011-12-10 00:50:28 +01:00
Kai Lauterbach f8242b9ae3 Delay call from mainloop removed because of faster
usb communication.
2011-12-07 21:16:47 +01:00
Kai Lauterbach 09f600f9e1 First implementation of the USB communication. 2011-12-07 21:16:46 +01:00
Kai Lauterbach 0a316aaed9 First working version of the ISR to control the LEDs. 2011-12-07 21:16:46 +01:00
Kai Lauterbach 15c681c7e3 A simple test program to simulate the bitshifting in the ISR. 2011-12-07 21:16:46 +01:00
Kai Lauterbach a0ae46b6c3 Copied changes from USB branch. 2011-12-07 21:16:46 +01:00
Kai Lauterbach 8a2a2d99ed First implementation of the new ISR. 2011-12-07 21:16:46 +01:00
Kai Lauterbach 36e9290611 Missing description added. 2011-11-05 16:53:24 +01:00