Commit b5a51f8b authored by Anas Nashif's avatar Anas Nashif
Browse files

tests: s1000: rename board



Instead of Intel_S1000, use correct name "Intel S1000 CRB"

Signed-off-by: default avatarAnas Nashif <anas.nashif@intel.com>
parent 76cba5d5
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
Title: Intel_S1000 tests
Title: Intel S1000 CRB tests

Description:

This test illustrates the various features enabled on Intel_S1000.
This test illustrates the various features enabled on Intel S1000 CRB.

Features exhibited in this test set
============================
@@ -15,7 +15,7 @@ GPIO toggling
    also calls its callback function if interrupt is configured

I2C slave communication
  - Intel_S1000 I2C configured as master, 7 bit mode, standard speed
  - Intel S1000 CRB I2C configured as master, 7 bit mode, standard speed
  - 2 LED matrices are configured as slaves
  - The LED matrices are written over I2C to emit blue light and red
    light alternately
@@ -35,7 +35,7 @@ UART prints
Building and Running Project:

This project outputs to the console.  It can be built and executed
on Intel_S1000 using the flyswatter2 as follows:
on Intel S1000 CRB using the flyswatter2 as follows:

    make flash

@@ -57,7 +57,7 @@ or
Sample Output:

***** BOOTING ZEPHYR OS v1.9.99-intel_internal - BUILD: Oct 31 2017 14:48:57 *****
Sample app running on: xtensa Intel_S1000
Sample app running on: xtensa Intel S1000 CRB
Reading GPIO_24 = 0
LED0 = 10
GPIO_24 triggered
+2 −2
Original line number Diff line number Diff line
@@ -7,9 +7,9 @@
/**
 * @file
 *
 * @brief Sample app to illustrate dma transfer on Intel_S1000.
 * @brief Sample app to illustrate dma transfer on Intel S1000 CRB.
 *
 * Intel_S1000 - Xtensa
 * Intel S1000 CRB - Xtensa
 * --------------------
 *
 * The dma_cavs driver is being used.
+3 −3
Original line number Diff line number Diff line
@@ -7,10 +7,10 @@
/**
 * @file
 *
 * @brief Sample app to utilize GPIO on Intel_S1000.
 * @brief Sample app to utilize GPIO on Intel S1000 CRB.
 *
 * Intel_S1000 - Xtensa
 * --------------------
 * Intel S1000 CRB
 * ---------------
 *
 * The gpio_dw driver is being used.
 *
+4 −4
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@
/**
 * @file
 *
 * @brief Sample app to illustrate i2c master-slave communication on Intel_S1000.
 * @brief Sample app to illustrate i2c master-slave communication on Intel S1000 CRB.
 *
 * Intel_S1000 - Xtensa
 * --------------------
 * Intel S1000 CRB
 * ---------------
 *
 * The i2c_dw driver is being used.
 *
 * In this sample app, the Intel_S1000 master I2C communicates with 2 slave
 * In this sample app, the Intel S1000 CRB master I2C communicates with 2 slave
 * LED I2C matrices driving them to emit blue light and red light alternately.
 * While this validates the write functionality, the read functionality is
 * verified by reading the LED0 values after each write. It would display
+1 −4
Original line number Diff line number Diff line
@@ -7,10 +7,7 @@
/**
 * @file
 *
 * @brief Sample app to illustrate I2S transmission (playback) on Intel_S1000.
 *
 * Intel_S1000 - Xtensa
 * --------------------
 * @brief Sample app to illustrate I2S transmission (playback) on Intel S1000 CRB.
 *
 * The i2s_cavs driver is being used.
 *
Loading