Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 2.14 KB

File metadata and controls

28 lines (19 loc) · 2.14 KB

SDS-Examples

This repository contains examples that show the usage of the Synchronous Data Streaming (SDS) Framework.

The SDS examples are configured for various Evaluation Boards and use the MDK-Middleware for the SDSIO Interface. New hardware targets can be added using board layers that provide the required API interfaces.

Directory Structure

Directory Content
.ci Files that are related to the Continuous Integration (CI) tests of this BSP.
.github/workflows GitHub Actions scripts for build and execution tests.
Alif/AppKit SDS Framework deployed to Alif AppKit using USB communication.
Alif/DevKit SDS Framework deployed to Alif DevKit using Ethernet communication.
ST/B-U585I-IOT02A SDS Framework deployed to ST B-U585I-IOT02A using USB communication.
Jupyter Display SDS Data Files using a Jupyter notebook.

Using VS Code

The examples are configured for Keil Studio for VS Code. Install Keil Studio for VS Code from the VS Code marketplace and run a blinky example for the related board first to verify tool installation.

IMPORTANT

  • Each example has a local VS Code configuration. Use in VS Code Open Folder to open the folder of each project individually.

Issues or Questions

Raise questions or issues for these examples on the repository github.com/ARM-software/SDS-Framework.