Development kit documentation

Introduction

Welcome to the development kit documentation.
You will find fully detailed explanations on all functions that the library offers.

devKit is based on a dynamic library (shared object, or DLL)
With simple method entries points (stdcall on windows), to allow to be used with whatever compiler/tool chain/...
All these entries points are described in the C header file LsHardDevKit.h

Supported platforms

Currently our Dev Kit is compiled on:

  • Windows 32 bits (Windows Seven or better)
  • Windows 64 bits (For native 64 bits application, Windows Seven or Better)
  • Macos MACOSX 10.10 or better
  • Linux 64 bits (Compiled and tested on Ubuntu 18.04 LTS)

(it may actually work on older operating system: we do not guaranty this in any future release)
We are planning to support some ARMV7/ARMV8 architectures (especially to target raspberry/ Raspbian distribution)

SUT Integration

The library can works with SUT interfaces such as Sushi, DVC fun...
To get more informations about how you can implement that as well, check this guide