source: rtems/c/src/lib/libbsp/arm/lpc176x/make/custom/lpc1768_mbed.cfg @ d04cb124

4.115
Last change on this file since d04cb124 was 19260fb, checked in by Martin Boretto <martin.boretto@…>, on 06/09/14 at 14:27:18

bsp/lpc176x: New BSP

  • Property mode set to 100644
File size: 446 bytes
Line 
1#
2# Config file for mbed LPC1768 board.
3#
4
5include $(RTEMS_ROOT)/make/custom/default.cfg
6
7RTEMS_CPU = arm
8
9CPU_CFLAGS = -march=armv7-m -mthumb
10
11CFLAGS_OPTIMIZE_V = -O2 -ggdb3 -DNDEBUG
12BINEXT?=.bin
13# This defines the operations performed on the linked executable.
14# is currently required.
15define bsp-post-link
16    $(OBJCOPY) -O binary --strip-all \
17        $(basename $@)$(EXEEXT) $(basename $@)$(BINEXT)
18    $(SIZE) $(basename $@)$(EXEEXT)
19endef
Note: See TracBrowser for help on using the repository browser.