jondaddio / arduino-tvout

Automatically exported from code.google.com/p/arduino-tvout
0 stars 0 forks source link

tvout with atmega8? #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Take PAL Example
2. Purge from quite everithing to reduce memory footprint
3. Compile with atmega8 board

What is the expected output? What do you see instead?
Compile/not compile

error: 'TIMSK1' was not declared in this scope
ecc

What version of the product are you using? On what operating system?
Arduino 0022

Please provide any additional information below.
I know atmega8 is not supporterd now, may be in the future?

Original issue reported on code.google.com by f.rivato@gmail.com on 31 Jan 2011 at 10:51

GoogleCodeExporter commented 8 years ago
As long as the atmega8 has a 16bit timer (I believe it does) Ill fix the 
compile errors but TVout is still going to be to flash hungry for anything 
useful.  I had planned at some time (time permitting) to create a stripped down 
version of the library that would fit on smaller devices.  However this would 
happen when the core is done and I'm not sure when that will happen.

Original comment by mdmetzle@gmail.com on 3 Feb 2011 at 1:06

GoogleCodeExporter commented 8 years ago
Thank for your replay. Will be the happiness of many owners of older arduino.
When ready I'll make some test. Bye

Original comment by f.rivato@gmail.com on 4 Feb 2011 at 8:39

GoogleCodeExporter commented 8 years ago
I am working on re factoring some of the code I will work in atmega8 support.

Original comment by mdmetzle@gmail.com on 25 Jun 2012 at 1:37

GoogleCodeExporter commented 8 years ago
Great!

Original comment by f.rivato@gmail.com on 25 Jun 2012 at 8:48