Changeset 24dc66c in rtems


Ignore:
Timestamp:
10/05/09 10:32:28 (14 years ago)
Author:
Thomas Doerfler <Thomas.Doerfler@…>
Branches:
4.10, 4.11, 5, master
Children:
aa5ddd3
Parents:
bbb96ceb
Message:

renamed config files

Location:
make
Files:
1 added
2 deleted
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • make/ChangeLog

    rbbb96ceb r24dc66c  
     12009-10-04      Sebastian Huber <sebastian.huber@embedded-brains.de>
     2
     3        * custom/lpc2478.cfg, custom/lpc2478_ncs.cfg,
     4        custom/lpc2478_ncs_ram.cfg: Removed files.
     5        * custom/lpc24xx_ea.cfg, custom/lpc24xx_ncs_ram.cfg,
     6        custom/lpc24xx_ncs_rom_ext.cfg, custom/lpc24xx_ncs_rom_int.cfg: New
     7        files.
     8
    192009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
    210
  • make/custom/lpc24xx.cfg

    rbbb96ceb r24dc66c  
    1111RTEMS_BSP_FAMILY = lpc24xx
    1212
    13 CPU_CFLAGS = -mcpu=arm7tdmi-s -mstructure-size-boundary=8 -mapcs-frame \
    14         -Wextra -Wno-unused -Wpointer-arith -Wcast-qual -Wconversion -Wmissing-prototypes -fno-inline
     13CPU_CFLAGS = -mcpu=arm7tdmi-s -mstructure-size-boundary=8 -mthumb
    1514
    1615CFLAGS_OPTIMIZE_V = -Os -g
  • make/custom/lpc24xx_ea.cfg

    rbbb96ceb r24dc66c  
    11#
    2 #  Config file for LPC2478 (QVGA Base Board from Embedded Artists).
     2#  Config file for LPC24XX (QVGA Base Board from Embedded Artists).
    33#
    44#  $Id$
    55#
    66
    7 LPC24XX_LINKCMDS = linkcmds.lpc2478
     7LPC24XX_LINKCMDS = linkcmds.lpc24xx_ea
    88
    99include $(RTEMS_ROOT)/make/custom/lpc24xx.cfg
Note: See TracChangeset for help on using the changeset viewer.