Open source FreeRTOS SDK for EOS S3 MCU+eFPGA SoC including gateware, software and documentation under QuickLogic Open Reconfigurable Computing (QORC) Initiative
Apache License 2.0
44
stars
27
forks
source link
Applications with support for Internal Tooling #146
changes from original qf_apps on which they are based on:
remove fpga build steps from inside the GCC_Project/Makefile, this one will only build m4 code now
added separate Makefile for fpga
added top-level Makefile for each project, uses GCC_Project/Makefile for m4 build, fpga/Makefile for fpga build, and adds load with debugger, flash to board targets to make usage simple, and in line with industry conventions
also adds VS Code support out of the box for build/load-with-debugger/flash as well as Step Debugging.
A set of 6 applications with built-in support for internal tooling as well as symbiflow, adapted from existing qf_apps applications.
changes from original qf_apps on which they are based on: