zephyr/samples/drivers/fpga/fpga_controller
Reto Schneider 7a6c5710ff cmake: Update cmake_minimum_required to 3.20.0
As Zephyr currently requires CMake version 3.20.0, update all
occurrences of cmake_minimum_required.

Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
2022-07-04 10:18:45 +02:00
..
src
CMakeLists.txt cmake: Update cmake_minimum_required to 3.20.0 2022-07-04 10:18:45 +02:00
prj.conf
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.