• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

src/11-Mar-2024-5,4885,461

CMakeLists.txtD11-Mar-2024195 85

README.mdD11-Mar-2024878 2216

prj.confD11-Mar-202435 32

README.md

1# Zephyr FPGA controller
2This module is an FPGA driver that can easily load a bitstream, reset it, check its status, enable or disable the FPGA.
3This sample demonstrates how to use the FPGA driver API.
4Currently the sample works with [Quicklogic Quickfeather board](https://github.com/QuickLogic-Corp/quick-feather-dev-board).
5
6## Requirements
7* Zephyr RTOS
8* [Quicklogic Quickfeather board](https://github.com/QuickLogic-Corp/quick-feather-dev-board)
9
10## Building
11
12For the QuickLogic QuickFeather board:
13```bash
14west build -b quick_feather samples/drivers/fpga/fpga_controller
15```
16
17## Running
18See [QuickFeather programming and debugging](https://docs.zephyrproject.org/latest/boards/arm/quick_feather/doc/index.html#programming-and-debugging) on how to load an image to the board.
19
20## Sample output
21Once the board is programmed, the LED should alternately flash red and green.
22