ecos/packages/hal/arm/lpc24xx/ea2468/current C ...
[email protected] 11 May 2012 10:25:27 -0000
| Newsgroups | gmane.os.ecos.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs/ecos Module name: ecos Changes by: [email protected] 2012-05-11 10:25:27 Modified files: packages/hal/arm/lpc24xx/ea2468/current: ChangeLog packages/hal/arm/lpc24xx/ea2468/current/cdl: hal_arm_lpc24xx_ea2468.cdl packages/hal/arm/lpc24xx/ea2468/current/include/pkgconf: mlt_arm_lpc24xx_ea2468_ram.ldi mlt_arm_lpc24xx_ea2468_rom.ldi Added files: packages/hal/arm/lpc24xx/ea2468/current/tests: fiq.c Log message: * include/pkgconf/mlt_arm_lpc24xx_ea2468_rom.ldi: * include/pkgconf/mlt_arm_lpc24xx_ea2468_ram.ldi: Relocate fixed vectors to 0x40000020. Previously, the HAL_VSR_GET/SET macros accessed the wrong locations and didn't have any effect; now both hardware and software have the same idea of where the VSR table is. NOTE: that this renders RAM applications built with this layout incompatible with RedBoot built with the old layout. A new RedBoot needs to be installed. * cdl/hal_arm_lpc24xx_ea2468.cdl: * tests/fiq.c: Add FIQ test program.