mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-16 04:44:45 +08:00
renamed config files
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2009-10-04 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* custom/lpc2478.cfg, custom/lpc2478_ncs.cfg,
|
||||
custom/lpc2478_ncs_ram.cfg: Removed files.
|
||||
* custom/lpc24xx_ea.cfg, custom/lpc24xx_ncs_ram.cfg,
|
||||
custom/lpc24xx_ncs_rom_ext.cfg, custom/lpc24xx_ncs_rom_int.cfg: New
|
||||
files.
|
||||
|
||||
2009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am: Add new BSP variants for ARM simulator in GDB.
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
#
|
||||
# Config file for LPC2478 (NCS).
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
LPC24XX_LINKCMDS = linkcmds.lpc2478_ncs
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/lpc24xx.cfg
|
||||
|
||||
define bsp-post-link
|
||||
$(OBJCOPY) -O ihex '$@' '$(basename $@).hex'
|
||||
$(default-bsp-post-link)
|
||||
endef
|
||||
@@ -1,14 +0,0 @@
|
||||
#
|
||||
# Config file for LPC2478 (NCS, code and data in external RAM).
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
LPC24XX_LINKCMDS = linkcmds.lpc2478_ncs_ram
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/lpc24xx.cfg
|
||||
|
||||
define bsp-post-link
|
||||
$(OBJCOPY) -S '$@' '$(basename $@).elf'
|
||||
$(default-bsp-post-link)
|
||||
endef
|
||||
@@ -10,8 +10,7 @@ RTEMS_CPU = arm
|
||||
|
||||
RTEMS_BSP_FAMILY = lpc24xx
|
||||
|
||||
CPU_CFLAGS = -mcpu=arm7tdmi-s -mstructure-size-boundary=8 -mapcs-frame \
|
||||
-Wextra -Wno-unused -Wpointer-arith -Wcast-qual -Wconversion -Wmissing-prototypes -fno-inline
|
||||
CPU_CFLAGS = -mcpu=arm7tdmi-s -mstructure-size-boundary=8 -mthumb
|
||||
|
||||
CFLAGS_OPTIMIZE_V = -Os -g
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
#
|
||||
# Config file for LPC2478 (QVGA Base Board from Embedded Artists).
|
||||
# Config file for LPC24XX (QVGA Base Board from Embedded Artists).
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
LPC24XX_LINKCMDS = linkcmds.lpc2478
|
||||
LPC24XX_LINKCMDS = linkcmds.lpc24xx_ea
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/lpc24xx.cfg
|
||||
|
||||
9
make/custom/lpc24xx_ncs_ram.cfg
Normal file
9
make/custom/lpc24xx_ncs_ram.cfg
Normal file
@@ -0,0 +1,9 @@
|
||||
#
|
||||
# Config file for LPC24XX (NCS).
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
LPC24XX_LINKCMDS = linkcmds.lpc24xx_ncs_ram
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/lpc24xx.cfg
|
||||
Reference in New Issue
Block a user