Maxim Integrated / Mbed OS MAXREFDES155#

Dependencies:   MaximInterface

Embed: (wiki syntax)

« Back to documentation index

Operating System (OS)

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:

  1. Uncomment SL_PLATFORM_MULTI_THREADED define
  2. Bind locking object routines
  3. Bind synchronization object routines
  4. Optional - Bind spawn thread routine