[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avr-libc-dev] SIGNAL / INTERRUPT checking
From: |
Colin O'Flynn |
Subject: |
[avr-libc-dev] SIGNAL / INTERRUPT checking |
Date: |
Thu, 26 Feb 2004 18:00:10 +0000 |
User-agent: |
KMail/1.5.3 |
Hello,
Would there be any interest in a program to check for legal SIGNAL / INTERRUPT
names?
Since as I understand this is impossible to do (easily) from inside avr-gcc,
it would just be an external program that scans the input files for
SIGNAL()/INTERRUPT(), then checks what the SIG_ name is. Then it compares it
to SIG_ names found in the header file for the AVR. If there is a mismatch,
it generates an error.
The program could be integrated into the makefile perhaps or something and
called before avr-gcc is called.
Regards,
-Colin
- [avr-libc-dev] patch for iom162.h - signal name consistency, Artur Lipowski, 2004/02/17
- Re: [avr-libc-dev] patch for iom162.h - signal name consistency, Theodore A. Roth, 2004/02/26
- Re: [avr-libc-dev] SIGNAL / INTERRUPT checking, Joerg Wunsch, 2004/02/27
- Re: [avr-libc-dev] SIGNAL / INTERRUPT checking, E. Weddington, 2004/02/27
- Re: [avr-libc-dev] SIGNAL / INTERRUPT checking, E. Weddington, 2004/02/27
- Re: [avr-libc-dev] SIGNAL / INTERRUPT checking, Colin O'Flynn, 2004/02/27
- Re: [avr-libc-dev] SIGNAL / INTERRUPT checking, Colin O'Flynn, 2004/02/27
- Re: [avr-libc-dev] SIGNAL / INTERRUPT checking, E. Weddington, 2004/02/27
- Re: [avr-libc-dev] SIGNAL / INTERRUPT checking, Colin O'Flynn, 2004/02/27