Skip to content

Commit

Permalink
bigger board
Browse files Browse the repository at this point in the history
  • Loading branch information
Marti Bolivar committed Sep 20, 2010
1 parent 7175fe1 commit f24798a
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 121 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1 +1,3 @@
build/
*~

9 changes: 5 additions & 4 deletions vga/Makefile
Expand Up @@ -29,11 +29,12 @@ LIBMAPLE_PATH := $(SRCROOT)/libmaple
SUPPORT_PATH := $(SRCROOT)/support

# Useful variables
GLOBAL_CFLAGS := -Os -g -mcpu=cortex-m3 -mthumb -march=armv7-m -nostdlib \
-ffunction-sections -fdata-sections -Wl,--gc-sections \
-DBOARD_$(BOARD) -DMCU_$(MCU)
GLOBAL_CFLAGS := -Os -g -mcpu=cortex-m3 -mthumb -march=armv7-m -nostdlib \
-ffunction-sections -fdata-sections -Wl,--gc-sections \
-DBOARD_$(BOARD) -DMCU_$(MCU)
GLOBAL_CXXFLAGS := -fno-rtti -fno-exceptions -Wall -DBOARD_$(BOARD) -DMCU_$(MCU)

GLOBAL_ASFLAGS := -mcpu=cortex-m3 -march=armv7-m -mthumb -DBOARD_$(BOARD) \
-DMCU_$(MCU) -x assembler-with-cpp

LDDIR := $(SUPPORT_PATH)/ld
LDFLAGS = -T$(LDDIR)/$(LDSCRIPT) -L$(LDDIR) \
Expand Down

0 comments on commit f24798a

Please sign in to comment.