Modules docs and interrupts

General discussion relating to the library modules supplied with the compiler

Moderators: David Barker, Jerry Messina

Post Reply
User avatar
octal
Registered User
Registered User
Posts: 586
Joined: Thu Jan 11, 2007 12:49 pm
Location: Paris IDF
Contact:

Modules docs and interrupts

Post by octal » Tue Jan 30, 2007 5:00 pm

Hi,
I think that it would be nice (and very useful/important) for developpers to know WHAT interrupts and WHAT Timers (and ressources) are used by a module.

If we can have a global table summurizing all the resources for each module we can avoid having troubles and searching in modules source codes because of a timer already used (and/or modified inside the module) or an interrupt already activated in a module.

Best regards
Octal

Post Reply