summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx.inc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* 2011-12-06 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-12-061-2/+1
| | | | * make/custom/lpc24xx.inc: Flags for EABI tool chain.
* 2011-07-21 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-07-211-1/+1
| | | | | * include/lpc24xx.h: Added ADC defines. * make/custom/lpc24xx.inc: Workaround for GCC bug 49641.
* 2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-05-201-1/+2
| | | | * make/custom/lpc24xx.inc: Workaround for GCC bug 38644.
* 2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-04-301-1/+1
| | | | * make/custom/lpc24xx.inc: Use VFP floating point model.
* removed over-paranoid warning switchesThomas Doerfler2010-04-091-2/+1
|
* Changes throughoutThomas Doerfler2010-04-091-1/+2
|
* 2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-031-2/+0
| | | | | | | | | | | * configure.ac: Add RTEMS_BSP_LINKCMDS. * make/custom/lpc24xx.inc: Remove LDFLAGS. * make/custom/lpc24xx_ea.cfg: Remove LPC24XX_LINKCMDS. * make/custom/lpc24xx_ncs_ram.cfg: Remove LPC24XX_LINKCMDS. * make/custom/lpc24xx_ncs_rom_ext.cfg: Remove LPC24XX_LINKCMDS. * make/custom/lpc24xx_ncs_rom_int.cfg: Remove LPC24XX_LINKCMDS. * startup/linkcmds: Remove. * Makefile.am: Rework linkcmds handling.
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-211-2/+0
| | | | * make/custom/lpc24xx.inc: Remove RTEMS_BSP_FAMILY.
* 2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-171-0/+17
* make/custom/lpc24xx.inc: New (Renamed from lpc24xx.cfg). * make/custom/lpc24xx.cfg: Removed. * make/custom/lpc24xx_ea.cfg, lpc24xx_ncs_ram.cfg, make/custom/lpc24xx_ncs_rom_ext.cfg, make/custom/lpc24xx_ncs_rom_int.cfg: Include make/custom/lpc24xx.inc.