Maxim Integrated / Mbed OS MAXREFDES155#

Dependencies:   MaximInterface

Embed: (wiki syntax)

« Back to documentation index

User Include Files

User Include Files
[Porting]

This section IS NOT REQUIRED in case user provided primitives are handled in makefiles or project configurations (IDE)

PORTING ACTION:

  • Include all required header files for the definition of:
    1. Transport layer library API (e.g. SPI, UART)
    2. OS primitives definitions (e.g. Task spawn, Semaphores)
    3. Memory management primitives (e.g. alloc, free)

in order to "install" external SimpleLink library one should follow the next steps: 1. Include the external library API header file (i.e. include "IOT.h") 2. Define each one of the desired external lib with one (out of 5) of the following: define SL_EXT_LIB_1 <Your external="" lib="" name>=""> define SL_EXT_LIB_2 <Your external="" lib="" name>=""> define SL_EXT_LIB_3 <Your external="" lib="" name>=""> define SL_EXT_LIB_4 <Your external="" lib="" name>=""> define SL_EXT_LIB_5 <Your external="" lib="" name>="">