eCos + LPC21xx footprint
Jani Monoses
jani@iv.ro
Tue Nov 16 09:32:00 GMT 2004
>
> --- orig/packages/hal/arm/arch/current/src/vectors.S
> +++ mod/packages/hal/arm/arch/current/src/vectors.S
> @@ -206,7 +206,7 @@
> ldr pc,.software_interrupt // 0x08 start && software int
> ldr pc,.abort_prefetch // 0x0C
> ldr pc,.abort_data // 0x10
> - .word 0 // unused
> +#ifdef CYGPKG_HAL_ARM_LPC2XXX
> + .word 0xB4405F62 // used by LPC2XXX bootloader, 32 bit
> +#endif
of course there should be an #else too here :)
I hand edited the patch which did not contain the #ifdef at all
More information about the Ecos-patches
mailing list