Move STM32 examples to examples/stm32 subdir.

This commit is contained in:
Uwe Hermann
2010-12-30 01:52:44 +01:00
parent b65f3f06d0
commit bcce98da54
115 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ OBJCOPY = $(PREFIX)-objcopy
OBJDUMP = $(PREFIX)-objdump
# Uncomment this line if you want to use the installed (not local) library.
# TOOLCHAIN_DIR = `dirname \`which $(CC)\``/../$(PREFIX)
TOOLCHAIN_DIR = ../../..
TOOLCHAIN_DIR = ../../../..
CFLAGS += -Os -g -Wall -Wextra -I$(TOOLCHAIN_DIR)/include -fno-common \
-mcpu=cortex-m3 -mthumb
LDSCRIPT = $(BINARY).ld

Some files were not shown because too many files have changed in this diff Show More