This is the mail archive of the ecos-devel@sources.redhat.com 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: [ECOS] HAL port to LPC2294


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


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