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
Operating System (OS)
[Porting]
The simple link driver can run on multi-threaded environment as well as non-os environment (main loop)
This section IS NOT REQUIRED in case you are working on non-os environment.
If you choose to work in multi-threaded environment under any operating system you will have to provide some basic adaptation routines to allow the driver to protect access to resources from different threads (locking object) and to allow synchronization between threads (sync objects).
PORTING ACTION:
- Uncomment SL_PLATFORM_MULTI_THREADED define
- Bind locking object routines
- Bind synchronization object routines
- Optional - Bind spawn thread routine
Generated on Tue Jul 12 2022 12:06:50 by
1.7.2