I have an ISR in a library.
I want to be able to compile the ISR with a generic target and not have the
ISR name tied to a specific interrupt vector.
I want to be able to add the library with the ISR to a project and then have
the ISR function name aliased or linked to the appropriate
vector that the specific AVR target uses.

I'am unable to get the project to compile with a vector name in the vector
jump table.
The ISR itself is added but nothing in the vector jump table.

Is this possible?

Thanks,
John
_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to