Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MaximInterface
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:
- Transport layer library API (e.g. SPI, UART)
- OS primitives definitions (e.g. Task spawn, Semaphores)
- 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>="">
Generated on Tue Jul 12 2022 12:06:50 by
1.7.2