Thanks to visit codestin.com
Credit goes to github.com

Skip to content

LeslieXMOS/fwk_core

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 77.1%
  • CMake 15.9%
  • XC 7.0%