From ebd6bfeae9008d221aff4d88f7e5060dfeaaf089 Mon Sep 17 00:00:00 2001 From: Rogerz Zhang Date: Sat, 2 Feb 2013 19:12:23 +0800 Subject: [PATCH] add all arm bsp to build matrix --- .travis.yml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5452d8a819..8b3cf8fa49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,4 +17,40 @@ notifications: env: - RTT_BSP='at91sam9260' RTT_TOOL_CHAIN='sourcery-arm' +# - RTT_BSP='avr32uc3b0' +# - RTT_BSP='bf533' +# - RTT_BSP='dev3210' - RTT_BSP='efm32' RTT_TOOL_CHAIN='sourcery-arm' +# - RTT_BSP='jz47xx' + - RTT_BSP='lm3s8962' RTT_TOOL_CHAIN='sourcery-arm' + - RTT_BSP='lm3s9b9x' RTT_TOOL_CHAIN='sourcery-arm' + - RTT_BSP='lm4f232' RTT_TOOL_CHAIN='sourcery-arm' + - RTT_BSP='lpc1114' RTT_TOOL_CHAIN='sourcery-arm' + - RTT_BSP='lpc122x' RTT_TOOL_CHAIN='sourcery-arm' + - RTT_BSP='lpc176x' RTT_TOOL_CHAIN='sourcery-arm' + - RTT_BSP='lpc178x' RTT_TOOL_CHAIN='sourcery-arm' + - RTT_BSP='lpc2148' RTT_TOOL_CHAIN='sourcery-arm' + - RTT_BSP='lpc2478' RTT_TOOL_CHAIN='sourcery-arm' +# - RTT_BSP='ls1bdev' +# - RTT_BSP='m16c62p' + - RTT_BSP='mb9bf500r' RTT_TOOL_CHAIN='sourcery-arm' + - RTT_BSP='mb9bf506r' RTT_TOOL_CHAIN='sourcery-arm' +# - RTT_BSP='microblaze' + - RTT_BSP='mini2440' RTT_TOOL_CHAIN='sourcery-arm' +# - RTT_BSP='mini4020' +# - RTT_BSP='nios_ii' +# - RTT_BSP='nuc140' +# - RTT_BSP='pic32ethernet' + - RTT_BSP='sam7s' RTT_TOOL_CHAIN='sourcery-arm' + - RTT_BSP='sam7x' RTT_TOOL_CHAIN='sourcery-arm' +# - RTT_BSP='simulator' + - RTT_BSP='stm32f0x' RTT_TOOL_CHAIN='sourcery-arm' + - RTT_BSP='stm32f107' RTT_TOOL_CHAIN='sourcery-arm' + - RTT_BSP='stm32f10x' RTT_TOOL_CHAIN='sourcery-arm' + - RTT_BSP='stm32f20x' RTT_TOOL_CHAIN='sourcery-arm' + - RTT_BSP='stm32f40x' RTT_TOOL_CHAIN='sourcery-arm' +# - RTT_BSP='taihu' +# - RTT_BSP='upd70f3454' +# - RTT_BSP='wh44b0' +# - RTT_BSP='x86' +# - RTT_BSP='xplorer4330' -- GitLab