source: rtems/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx.inc @ f41fb2b

4.115
Last change on this file since f41fb2b was f41fb2b, checked in by Sebastian Huber <sebastian.huber@…>, on 12/06/11 at 14:01:55

2011-12-06 Sebastian Huber <sebastian.huber@…>

  • misc/system-clocks.c: New file.
  • Makefile.am: Reflect change from above.
  • include/nand-mlc.h: Fixed lpc32xx_mlc_is_bad_page().
  • make/custom/lpc32xx.inc, make/custom/lpc32xx_mzx_stage_1.cfg: Flags for EABI tool chain.
  • configure.ac, include/bsp.h, include/lpc32xx.h, misc/emc.c, misc/i2c.c, rtc/rtc-config.c, startup/bspstarthooks.c: Avoid compile time ARM_CLK and HCLK.
  • Property mode set to 100644
File size: 174 bytes
Line 
1#
2#  Config file for LPC32XX.
3#
4#  $Id$
5#
6
7include $(RTEMS_ROOT)/make/custom/default.cfg
8
9RTEMS_CPU = arm
10
11CPU_CFLAGS = -mcpu=arm926ej-s -mthumb
12
13CFLAGS_OPTIMIZE_V ?= -O2 -g
Note: See TracBrowser for help on using the repository browser.