ADISense1000 Version 2.1 code base

Fork of AdiSense1000_V21 by Sean Wilson

doc/porting.md

Committer:
kevin1990
Date:
2018-05-17
Revision:
28:4eb837cd71df
Parent:
26:12d0204be712
Child:
31:de49744b57a6

File content as of revision 28:4eb837cd71df:

Porting Guide
=============
[ADISENSE Host Portability Layer](@ref ADISENSE_Host) describes a portability
API layer which encapsulates the host platform-specific functions used by the
ADISENSE Host Library to communicate with the ADSNS1000 module.

Porting the ADISENSE Host Library to a new hardware platform and/or operating
system (OS) should involve replacing only the portability layer API functions
with a suitable implementation for the target platform.

A fully-functional communication interface implementation (i.e. @ref
ADISENSE_Spi) is required, as is @ref ADISENSE_Time which provides time-delay
functions for the ADISENSE Host Library.  However, other elements of the
portability layer, such as @ref ADISENSE_Gpio and @ref ADISENSE_Log, may be
substituted with dummy implementations if necessary.

Source code for the ST Nucleo / mbed portability layer implementation is located
in the following sub-directory within the ADISENSE Host Library source package:

    <path_to_library>/host/src/mbed/