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

SPI/ITM fixes #351

Merged
merged 3 commits into from
Jan 10, 2022
Merged

SPI/ITM fixes #351

merged 3 commits into from
Jan 10, 2022

Commits on Dec 28, 2021

  1. Spi.exchange() hangs if RX bytes exceeds TX bytes (#341)

    ITM broken on Nucleo H743/H753 boards (#346)
    SPI overruns are not handled, resulting in infinite loop (#349)
    SPI can suffer from overruns due to TX/RX asymmetry (#350)
    
    In addition to fixing these bugs, this work removes the Gimlet hostflash
    task from the H743/H753 boards -- and replaces it with the venerable ping.
    bcantrill committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    ecaf21b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f5d4ab View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Configuration menu
    Copy the full SHA
    8cc06e8 View commit details
    Browse the repository at this point in the history