Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SPI basic test and test header file. #7976

Merged

Commits on Jan 31, 2019

  1. Add SPI test and test header file.

    This test will run on CI and dose not verify the SPI communication.
    mprse committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    30ad0e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

  1. Define SPI pins for NUCLEO_F429ZI.

    This is required for testing.
    mprse committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    2a58aa3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    450ebf9 View commit details
    Browse the repository at this point in the history
  3. Define SPI pins for K66F.

    Required for testing.
    mprse committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    01dce88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    831722c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    26f2d85 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

  1. Disable examples unsupported on spi feature branch.

    mbed-os-example-sd-driver: on spi feature branch SD componen is disabled for K64F - disable this example.
    mbed-os-example-bootloader: example is using SPI pins which are now undefined on NUCLEO_F429ZI - disable this example.
    mprse committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    9a3e96d View commit details
    Browse the repository at this point in the history