Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | 11-Mar-2024 | - | 5,488 | 5,461 | ||
CMakeLists.txt | D | 11-Mar-2024 | 195 | 8 | 5 | |
README.md | D | 11-Mar-2024 | 878 | 22 | 16 | |
prj.conf | D | 11-Mar-2024 | 35 | 3 | 2 |
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