tree: 22fcfbfbd4e670def985a614bcfb5a77ab07d4a2 [path history] [tgz]
  1. src/
  2. CMakeLists.txt
  3. prj.conf
  4. README.md
samples/drivers/fpga/fpga_controller/README.md

Zephyr FPGA controller

This module is an FPGA driver that can easily load a bitstream, reset it, check its status, enable or disable the FPGA. This sample demonstrates how to use the FPGA driver API. Currently the sample works with Quicklogic Quickfeather board.

Requirements

Building

For the QuickLogic QuickFeather board:

west build -b quick_feather samples/drivers/fpga/fpga_controller

Running

See QuickFeather programming and debugging on how to load an image to the board.

Sample output

Once the board is programmed, the LED should alternately flash red and green.