From 6b5b10286e740979cafd94100271f266689c1abf Mon Sep 17 00:00:00 2001 From: Thomas Klaehn Date: Thu, 11 Aug 2016 15:30:55 +0200 Subject: [PATCH] project setup --- .cproject | 14 +------------- config/make/stm32f4xx.mk | 4 ++-- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/.cproject b/.cproject index 52959df..1f60e03 100755 --- a/.cproject +++ b/.cproject @@ -19,26 +19,20 @@ - + @@ -70,22 +64,16 @@ diff --git a/config/make/stm32f4xx.mk b/config/make/stm32f4xx.mk index 39113d7..83791ec 100644 --- a/config/make/stm32f4xx.mk +++ b/config/make/stm32f4xx.mk @@ -9,8 +9,8 @@ endif CROSS_COMPILE=arm-none-eabi- INCLUDES += \ - /usr/lib/arm-none-eabi/include \ - /usr/lib/gcc/arm-none-eabi/4.8/include + /opt/arm-2011.09/arm-none-eabi/include \ + /opt/arm-2011.09/lib/gcc/arm-none-eabi/4.6.1/include ifeq ($(DEBUG),y) OPTIM = 0