test: Add travis CI

Signed-off-by: Sebastian Meyer <ich@sebmeyer.de>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Sebastian Meyer
2018-02-01 22:49:50 +01:00
committed by Kevin O'Connor
parent 58dd6d9106
commit a6b0649cb1
8 changed files with 71 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
# Base config file for atmega2560
CONFIG_MACH_AVR=y
CONFIG_MACH_atmega2560=y
CONFIG_CLOCK_FREQ=16000000

View File

@@ -0,0 +1,4 @@
# Base config file for atmega328
CONFIG_MACH_AVR=y
CONFIG_MACH_atmega328=y
CONFIG_CLOCK_FREQ=16000000

View File

@@ -0,0 +1,2 @@
# Base config file for beaglebone
CONFIG_MACH_PRU=y

View File

@@ -0,0 +1,2 @@
# Base config file for host simulator
CONFIG_MACH_SIMU=y

View File

@@ -0,0 +1,2 @@
# Base config file for linux process
CONFIG_MACH_LINUX=y

View File

@@ -0,0 +1,2 @@
# Base config file for Atmel SAM3x8e ARM processor
CONFIG_MACH_SAM3X8E=y