Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Interrupt function format

Well, that's something I asked before, but it is not easy, as there are also dialects like Tasking

void __interrupt(MY_INT1) MyIntIsr(void)
{
}

and 

void __interrupt_fast(MY_INT1) MyIntIsr(void)
{
}

Though,someone might add a feature to exclude such words/regex from scanning?

Regards,
Henning


> -------- Original-Nachricht --------
> Datum: Thu, 25 May 2006 14:47:51 +0200
> Von: Christo Malan <cmalan@xxxxxxxxxx>
> An: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
> Betreff: [cdt-dev] Interrupt function format
> 
> Hi
> I am using a embedded c compiler and interrupt functions is in this format
> void MML_Int(void) __interrupt[TIMERA0_VECTOR]
> Is it possible to make CDT understand this type syntax, because at the 
> moment the functions don't show up in the outline.
> 
> Thanx
> Christo
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev

-- 


Bis zu 70% Ihrer Onlinekosten sparen: GMX SmartSurfer!
      Kostenlos downloaden: http://www.gmx.net/de/go/smartsurfer
    


Back to the top