This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: hal_platform_setup.h usage


> Andrew wrote:
> >You can use that macro within the setup code, ie inside
> >hal_platform_setup. For application code there is often a
> >function, eg the AT91 boards have hal_at91_led().
> 
> Thank you andrew i found the hal_lpc2xxx_set_leds() function, that's
> exactly what i was seeking for !
> 
> So if i understand things correctly, the whole hal_platform_setup
> thing is launched at startup ?

Correct. Take a look at the HAL porting guide. It should tell you more
about how the startup sequence works.
 
> Can i modify that file to fit my platform specs ?
> 
> I'm using the olimex lpc2106 eval board package on an IAR kickstart
> lpc2106 eval board and some things are a bit different here and there.

You might want to make a new HAL package based on the nearest match.
Look at the porting guide and other HALs for ideas.

     Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]