* [ECOS] HAL port to LPC2294
@ 2005-07-26 12:16 Michael Labus
2005-07-26 12:27 ` Andrew Lunn
2005-07-26 12:57 ` Jani Monoses
0 siblings, 2 replies; 3+ messages in thread
From: Michael Labus @ 2005-07-26 12:16 UTC (permalink / raw)
To: ecos-devel
Hi,
I am going to port ecos on the LPC2294 board from olimex. Searching the
list for similar projects I found the following entry:
On Tue, Feb 08, 2005 at 02:16:48PM -0600, Andrew McKay wrote:
> Hi,
>
> Has anyone writtin a HAL layer for the LPC21xx family of ARM
> processors? I'm working on a project that we may want to use ECOS on.
> We're not too sure which exact processor we are using yet, but one of
> our candidates is the Phillips LPC21xx family.
/packages/hal/arm/lpc2xxx/
eCosCentric also have a port for the LPC229x development board.
Andrew
My question is whether the source for the LPC229x board is already
included in the /packages/hal/arm/lpc2xxx/ source or can be downloaded
somewhere else. Using the Configtool I could not find any template or
import any package for the LPC2294.
Regards,
Michael
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ECOS] HAL port to LPC2294
2005-07-26 12:16 [ECOS] HAL port to LPC2294 Michael Labus
@ 2005-07-26 12:27 ` Andrew Lunn
2005-07-26 12:57 ` Jani Monoses
1 sibling, 0 replies; 3+ messages in thread
From: Andrew Lunn @ 2005-07-26 12:27 UTC (permalink / raw)
To: Michael Labus; +Cc: ecos-devel
On Tue, Jul 26, 2005 at 02:16:51PM +0200, Michael Labus wrote:
> Hi,
>
> I am going to port ecos on the LPC2294 board from olimex. Searching the
> list for similar projects I found the following entry:
>
> On Tue, Feb 08, 2005 at 02:16:48PM -0600, Andrew McKay wrote:
> > Hi,
> >
> > Has anyone writtin a HAL layer for the LPC21xx family of ARM
> > processors? I'm working on a project that we may want to use ECOS on.
> > We're not too sure which exact processor we are using yet, but one of
> > our candidates is the Phillips LPC21xx family.
>
> /packages/hal/arm/lpc2xxx/
>
> eCosCentric also have a port for the LPC229x development board.
>
> Andrew
>
> My question is whether the source for the LPC229x board is already
> included in the /packages/hal/arm/lpc2xxx/ source or can be downloaded
> somewhere else.
eCosCentric have not released any of there LPC ports.
So you have a choice of doing a port yourself based on the existing
LPC ports or licensing the code from eCosCentric. I'm sure they will
be in touch with you soon....
Andrew
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ECOS] HAL port to LPC2294
2005-07-26 12:16 [ECOS] HAL port to LPC2294 Michael Labus
2005-07-26 12:27 ` Andrew Lunn
@ 2005-07-26 12:57 ` Jani Monoses
1 sibling, 0 replies; 3+ messages in thread
From: Jani Monoses @ 2005-07-26 12:57 UTC (permalink / raw)
To: ecos-devel
> My question is whether the source for the LPC229x board is already
> included in the /packages/hal/arm/lpc2xxx/ source or can be downloaded
there's no 'LPC229x board'.
There are various boards based on the different LPC2xxx uC-s. The current CVS code
supports 3 boards, two using 2106 and one using 2129.
Look at how they are written and make a new platform port for your board.Most of the
difference will be in the hal_platform_setup.h file where you write the bootup code, and
in the linker scripts in pkgconf.
There may also be missing bits in the lpc/var directory where lpc22xx pieces need to be
handled and you will need to fill those. Probably not much, but even so contributing them
back will be appreciated :)
Jani
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-07-26 12:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-26 12:16 [ECOS] HAL port to LPC2294 Michael Labus
2005-07-26 12:27 ` Andrew Lunn
2005-07-26 12:57 ` Jani Monoses
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).