Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ARMmbed/mbed-os
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: arduino/mbed-os
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: sip-workshop-fpga
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 10 files changed
  • 4 contributors

Commits on Jul 10, 2019

  1. LPC546XX: Add pins to LPCXpresso restricted list

    FPGA GPIO tests cannot be run on certain pins
    
    Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
    mmahadevan108 authored and c1728p9 committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    1aafdfa View commit details
    Browse the repository at this point in the history
  2. LPC MCUXpresso: Remove extra I2C transaction on byte write

    An extra start signal was observed on the bus which was
    discovered by the FPGA test shield.
    This is because the hardware sends out a transaction as soon
    as a write to the START bit. Hence the write to the START
    bit is delayed by using a flag.
    
    Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
    mmahadevan108 authored and c1728p9 committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    afdf13f View commit details
    Browse the repository at this point in the history
  3. FPFA I2C: correct init bloc number

    jeromecoutant authored and c1728p9 committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    95342b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f27a3c View commit details
    Browse the repository at this point in the history
  5. Fix for PWM output found by testing against FPGA shield

    Two issues:
    * Downcasting too early
    * Potential for a uint32_t overflow in an intermediate calculation
    
    Passing test requires #11005 to be merged.
    stevew817 authored and c1728p9 committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    3fbeefa View commit details
    Browse the repository at this point in the history
  6. Avoid the FPGA tester using hardware CS which is not supported

    Also implement rudimentary spi_free...
    stevew817 authored and c1728p9 committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    c2f0dcd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f758131 View commit details
    Browse the repository at this point in the history
  8. FPGA SPI: ASYNC issue

    jeromecoutant authored and c1728p9 committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    35ddb0c View commit details
    Browse the repository at this point in the history
  9. Allow re-initializing an I2C peripheral

    Allows the FPGA based test to pass, but requires #11004 before it will
    stevew817 authored and c1728p9 committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    0a73b1a View commit details
    Browse the repository at this point in the history
  10. Remove FPGA analog out test

    Remove the analog out test temporarily due to limitations of the
    FPGA rev 2 hardware.
    c1728p9 committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    26f0e06 View commit details
    Browse the repository at this point in the history
Loading