Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Mateusz Sierszulski a64ce1fc6b drivers: fpga controller: add eos_s3 fpga driver 4 years ago
..
src drivers: fpga controller: add eos_s3 fpga driver 4 years ago
CMakeLists.txt drivers: fpga controller: add eos_s3 fpga driver 4 years ago
README.md drivers: fpga controller: add eos_s3 fpga driver 4 years ago
prj.conf drivers: fpga controller: add eos_s3 fpga driver 4 years ago

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.