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

Skip to content

thomasngxmos/xcore_sdk

 
 

Repository files navigation

XCore SDK Repository

The XCore SDK is comprised of the following components:

  • C Libraries - Libraries to support programming for XCore in the C programming language.
  • Code Examples - Examples showing a variety of XCore features based on bare-metal and FreeRTOS programming.
  • FreeRTOS - Libraries to support FreeRTOS operation on xcore.ai.
  • Documentation - Getting started guides, references and API guides.

The SDK is designed to be used in conjunction with the xcore.ai Explorer board. The example applications compile targeting this board. Further information about the Explorer board, and xcore.ai device are available to on www.xmos.ai.

Build Status

Build Type Status
CI (Linux) CI
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/xcore_sdk.git

Documentation

See the official documentation for more information including:

  • Instructions for installing
  • Programming tutorials
  • How to build and run example applications
  • API references

Getting Help

A Github issue should be the primary method of getting in touch with the XMOS SDK development team.

License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 87.1%
  • CMake 4.7%
  • Python 4.2%
  • Shell 1.9%
  • C++ 1.5%
  • Makefile 0.2%
  • Other 0.4%