ed-xmos / fwk_core

Core framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Core Framework Repository

This repository is a collection of C/C++ core libraries used to develop for xcore:

Commonly used libraries in the Core Framework:

  • Vectorized Math & DSP
  • Inferencing
  • Clock control
  • OTP
  • Debug printing

Less commonly used libraries in the Core Framework:

  • L2 cache
  • Random number generation

Build Status

Build Type Status
Docs CI

Cloning

Some dependent components are included as git submodules. These can be obtained by cloning this repository with the following command:

$ git clone --recurse-submodules https://github.com/xmos/fwk_core.git

Testing

No tests exist in this repository yet. Unit tests for some libraries are in the repository for each library.

Documentation

Information on building the documentation can be found in the docs README.

License

This Software is subject to the terms of the XMOS Public Licence: Version 1

Third party copyrighted code is specified in the fwk_core Copyrights and Licenses.

About

Core framework

License:Other


Languages

Language:C 77.1%Language:CMake 15.9%Language:XC 7.0%