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

4.115
Last change on this file since 82525a75 was 82525a75, checked in by Sebastian Huber <sebastian.huber@…>, on 09/22/11 at 07:09:07

2011-09-22 Sebastian Huber <sebastian.huber@…>

  • make/custom/lpc32xx.inc: Workaround for GCC bug 50106.
  • include/lpc32xx.h: Fixed register map for NAND MLC.
  • include/boot.h: Declare lpc32xx_set_boot_block_bad().
  • misc/boot.c: Define lpc32xx_set_boot_block_bad().
  • include/nand-mlc.h, misc/nand-mlc-erase-block-safe.c, misc/nand-mlc-read-blocks.c, misc/nand-mlc-write-blocks.c, misc/nand-mlc.c: Changed bad block handling. Support for non-aligned data. Documentation.
  • Property mode set to 100644
File size: 252 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 = -mstructure-size-boundary=8 -mcpu=arm926ej-s -mfpu=vfp -mfloat-abi=soft -mthumb \
12        -fno-schedule-insns2
13
14CFLAGS_OPTIMIZE_V = -O2 -g
Note: See TracBrowser for help on using the repository browser.