]> git.defcon.no Git - avrfbosd/log
avrfbosd
11 years agoMerge branch 'videodetect'
Jon Langseth [Sun, 22 Jul 2012 11:51:58 +0000 (13:51 +0200)]
Merge branch 'videodetect'

11 years agoTimer-code. This works fine with my video-grabber. My LCD struggles, but that may...
Jon Langseth [Sun, 22 Jul 2012 11:51:12 +0000 (13:51 +0200)]
Timer-code. This works fine with my video-grabber. My LCD struggles, but that may be hardware, not software.

11 years agoCosmetic changes to test-picture :)
Jon Langseth [Sun, 22 Jul 2012 00:50:42 +0000 (02:50 +0200)]
Cosmetic changes to test-picture :)

11 years agoStarting to get somewhere on the video-sync-detect
Jon Langseth [Sun, 22 Jul 2012 00:30:23 +0000 (02:30 +0200)]
Starting to get somewhere on the video-sync-detect

11 years agoChanged hardware configuration. ATmega not supplies CLKO-clock to ATtiny, freeing...
Jon Langseth [Sat, 21 Jul 2012 14:49:39 +0000 (16:49 +0200)]
Changed hardware configuration. ATmega not supplies CLKO-clock to ATtiny, freeing up one ATtiny pin.

11 years agoSomeone was complaining about my use of tabs vs spaces. I agree. This commit replaces...
Jon Langseth [Sat, 21 Jul 2012 11:25:07 +0000 (13:25 +0200)]
Someone was complaining about my use of tabs vs spaces. I agree. This commit replaces all indentation with tabs, except for ASM code.

11 years agoOh, that was some old cruft
Jon Langseth [Sat, 21 Jul 2012 00:30:54 +0000 (02:30 +0200)]
Oh, that was some old cruft

11 years agoMoved sync-generator code into project. Lots of duplicated code, but ....
Jon Langseth [Sat, 21 Jul 2012 00:28:57 +0000 (02:28 +0200)]
Moved sync-generator code into project. Lots of duplicated code, but ....

11 years agoRemoved a line
Jon Langseth [Fri, 20 Jul 2012 22:03:42 +0000 (00:03 +0200)]
Removed a line

11 years agoOops, got a bit trigger-happy with the cleanup, ripped out an opening bracket
Jon Langseth [Fri, 20 Jul 2012 20:46:41 +0000 (22:46 +0200)]
Oops, got a bit trigger-happy with the cleanup, ripped out an opening bracket

11 years agoStarting with a working frame-buffer, and a hard-coded test-image. Code is heavily...
Jon Langseth [Fri, 20 Jul 2012 20:38:56 +0000 (22:38 +0200)]
Starting with a working frame-buffer, and a hard-coded test-image. Code is heavily inspired by the arduino-tvout library