Skip to main content

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

I think this is going to be something we're going to be looking at soon.
It's a common problem for most ISVs that use the CDT.  We need to provide
hooks to allow people to extend and customize the parser.

===========================

Chris Recoskie
Team Lead, IBM CDT Team
IBM Toronto
http://www.eclipse.org/cdt



                                                                       
             kesselhaus@xxxxxx                                         
             t                                                         
             Sent by:                                                   To
             cdt-dev-bounces@e         "CDT General developers list."  
             clipse.org                <cdt-dev@xxxxxxxxxxx>           
                                                                        cc
                                                                       
             25/05/2006 08:54                                      Subject
             PM                        Re: [cdt-dev] Interrupt function
                                       format                          
                                                                       
             Please respond to                                         
               "CDT General                                            
             developers list."                                         
             <cdt-dev@eclipse.                                         
                   org>                                                
                                                                       
                                                                       




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

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev




Back to the top