diff options
Diffstat (limited to 'test/configs')
-rw-r--r-- | test/configs/atmega2560-16mhz.config | 4 | ||||
-rw-r--r-- | test/configs/atmega328-16mhz.config | 4 | ||||
-rw-r--r-- | test/configs/beaglebone.config | 2 | ||||
-rw-r--r-- | test/configs/hostsimulator.config | 2 | ||||
-rw-r--r-- | test/configs/linuxprocess.config | 2 | ||||
-rw-r--r-- | test/configs/sam3x8e.config | 2 |
6 files changed, 16 insertions, 0 deletions
diff --git a/test/configs/atmega2560-16mhz.config b/test/configs/atmega2560-16mhz.config new file mode 100644 index 00000000..ec4d6cde --- /dev/null +++ b/test/configs/atmega2560-16mhz.config @@ -0,0 +1,4 @@ +# Base config file for atmega2560 +CONFIG_MACH_AVR=y +CONFIG_MACH_atmega2560=y +CONFIG_CLOCK_FREQ=16000000 diff --git a/test/configs/atmega328-16mhz.config b/test/configs/atmega328-16mhz.config new file mode 100644 index 00000000..b231660e --- /dev/null +++ b/test/configs/atmega328-16mhz.config @@ -0,0 +1,4 @@ +# Base config file for atmega328 +CONFIG_MACH_AVR=y +CONFIG_MACH_atmega328=y +CONFIG_CLOCK_FREQ=16000000 diff --git a/test/configs/beaglebone.config b/test/configs/beaglebone.config new file mode 100644 index 00000000..9e56034b --- /dev/null +++ b/test/configs/beaglebone.config @@ -0,0 +1,2 @@ +# Base config file for beaglebone +CONFIG_MACH_PRU=y diff --git a/test/configs/hostsimulator.config b/test/configs/hostsimulator.config new file mode 100644 index 00000000..49c2c4db --- /dev/null +++ b/test/configs/hostsimulator.config @@ -0,0 +1,2 @@ +# Base config file for host simulator +CONFIG_MACH_SIMU=y diff --git a/test/configs/linuxprocess.config b/test/configs/linuxprocess.config new file mode 100644 index 00000000..ec3a09ef --- /dev/null +++ b/test/configs/linuxprocess.config @@ -0,0 +1,2 @@ +# Base config file for linux process +CONFIG_MACH_LINUX=y diff --git a/test/configs/sam3x8e.config b/test/configs/sam3x8e.config new file mode 100644 index 00000000..a388f836 --- /dev/null +++ b/test/configs/sam3x8e.config @@ -0,0 +1,2 @@ +# Base config file for Atmel SAM3x8e ARM processor +CONFIG_MACH_SAM3X8E=y |