forked from Imagelibrary/rtems
linkcmds updated, simio references removed, and switch to libchip for serial ports from simio. Added a MEMORY_MAP file to capture information about the various addresses on this board. In addition, many of the beta patches are now included.
13 lines
178 B
INI
13 lines
178 B
INI
#
|
|
# Configuration file for the GDB C4x simulator as a C3x
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
RTEMS_BSP=c3xsim
|
|
RTEMS_CPU_MODEL=c32
|
|
CPU_CFLAGS = -mcpu=32
|
|
|
|
include $(RTEMS_ROOT)/make/custom/c4xsim.cfg
|
|
|