Travis-ci tweaks, added CPUREV to 01 regression test, needed by mbxxx platform

This commit is contained in:
stefano pascali 2013-07-12 09:53:53 +02:00 committed by ismb-pert
parent fcb09d5d30
commit b43ce0f677
18 changed files with 18 additions and 18 deletions

2
.gitignore vendored
View file

@ -17,7 +17,7 @@
*.esb *.esb
*.avr-raven *.avr-raven
*.exp5438 *.exp5438
*.mb851 *.mbxxx
*.win32 *.win32
*.apple2enh *.apple2enh
*.atari *.atari

View file

@ -1,5 +1,5 @@
/** /**
* \addtogroup mb851-platform * \addtogroup mbxxx-platform
* *
* @{ * @{
*/ */

View file

@ -1,5 +1,5 @@
/** /**
* \addtogroup mb851-platform * \addtogroup mbxxx-platform
* *
* @{ * @{
*/ */

View file

@ -1,5 +1,5 @@
/** /**
* \addtogroup mb851-platform * \addtogroup mbxxx-platform
* *
* @{ * @{
*/ */

View file

@ -1,5 +1,5 @@
/** /**
* \addtogroup mb851-platform * \addtogroup mbxxx-platform
* *
* @{ * @{
*/ */

View file

@ -1,5 +1,5 @@
/** /**
* \addtogroup mb851-platform * \addtogroup mbxxx-platform
* *
* @{ * @{
*/ */

View file

@ -1,5 +1,5 @@
/** /**
* \addtogroup mb851-platform * \addtogroup mbxxx-platform
* *
* @{ * @{
*/ */

View file

@ -1,5 +1,5 @@
/** /**
* \addtogroup mb851-platform * \addtogroup mbxxx-platform
* *
* @{ * @{
*/ */

View file

@ -1,5 +1,5 @@
/** /**
* \addtogroup mb851-platform * \addtogroup mbxxx-platform
* *
* @{ * @{
*/ */

View file

@ -1,5 +1,5 @@
/** /**
* \addtogroup mb851-platform * \addtogroup mbxxx-platform
* *
* @{ * @{
*/ */

View file

@ -1,5 +1,5 @@
/** /**
* \addtogroup mb851-platform * \addtogroup mbxxx-platform
* *
* @{ * @{
*/ */

View file

@ -1,5 +1,5 @@
/** /**
* \addtogroup mb851-platform * \addtogroup mbxxx-platform
* *
* @{ * @{
*/ */

View file

@ -1,5 +1,5 @@
/** /**
* \addtogroup mb851-platform * \addtogroup mbxxx-platform
* *
* @{ * @{
*/ */

View file

@ -1,5 +1,5 @@
/** /**
* \addtogroup mb851-platform * \addtogroup mbxxx-platform
* *
* @{ * @{
*/ */

View file

@ -8,7 +8,7 @@
* Author : MCD Application Team * Author : MCD Application Team
* Version : V1.0 * Version : V1.0
* Date : September 2009 * Date : September 2009
* Description : Driver for leds management on STM32W108 MB851 board * Description : Driver for leds management on STM32W108 MBXXX boards
******************************************************************************** ********************************************************************************
* THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS
* WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME. * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME.

View file

@ -6,7 +6,7 @@ hello-world/avr-raven \
hello-world/econotag \ hello-world/econotag \
hello-world/esb \ hello-world/esb \
hello-world/exp5438 \ hello-world/exp5438 \
hello-world/mb851 \ hello-world/mbxxx \
hello-world/micaz \ hello-world/micaz \
hello-world/minimal-net \ hello-world/minimal-net \
hello-world/native \ hello-world/native \

View file

@ -40,7 +40,7 @@ addzero = $(if $(call gt,${nine},$(1)),$(words ${1}),0$(words ${1}))
define dooneexample define dooneexample
@echo Building example $(3): $(1) for target $(2) @echo Building example $(3): $(1) for target $(2)
@((cd $(EXAMPLESDIR)/$(1); \ @((cd $(EXAMPLESDIR)/$(1); \
make TARGET=$(2) clean && make TARGET=$(2)) > \ make TARGET=$(2) CPUREV=xB clean && make CPUREV=xB TARGET=$(2)) > \
$(3)-$(subst /,-,$(1))$(2).report 2>&1 && \ $(3)-$(subst /,-,$(1))$(2).report 2>&1 && \
(echo $(1) $(2): OK | tee $(3)-$(subst /,-,$(1))$(2).summary) || \ (echo $(1) $(2): OK | tee $(3)-$(subst /,-,$(1))$(2).summary) || \
(echo $(1) $(2): FAIL ಠ.ಠ | tee $(3)-$(subst /,-,$(1))$(2).summary ; \ (echo $(1) $(2): FAIL ಠ.ಠ | tee $(3)-$(subst /,-,$(1))$(2).summary ; \

View file

@ -10,7 +10,7 @@ DEFINES=PROJECT_CONF_H=\"bridge-conf.h\"
UIP_CONF_IPV6=1 UIP_CONF_IPV6=1
ifndef TARGET ifndef TARGET
TARGET=mb851 TARGET=mbxxx
endif endif
PROJECTDIRS = dev PROJECTDIRS = dev