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

boards: icev_wireless: document flashing the ice40 fpga #52765

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 26, 2023

  1. samples: drivers: fpga: fpga_controller: add icev_wireless

    Add support for the `icev_wireless` board. Rather than
    having a dedicated demo application in C, lets default
    to the shell-based utilities.
    
    Signed-off-by: Chris Friedt <[email protected]>
    cfriedt committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    da55e9f View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. boards: riscv: icev_wireless: add fpga flashing instructions

    Add instructions on flashing the FPGA via the shell.
    
    Signed-off-by: Chris Friedt <[email protected]>
    cfriedt committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    f2c81af View commit details
    Browse the repository at this point in the history
  2. drivers: fpga: ice40: factor out a wait for cdone function

    In a few places, we need to check the CDONE signal. Let's
    use a function for that.
    
    Signed-off-by: Christopher Friedt <[email protected]>
    cfriedt committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    43b34e4 View commit details
    Browse the repository at this point in the history