LwOW configuration

This is the default configuration of the middleware. When any of the settings shall be modified, it shall be done in dedicated application config lwow_opts.h file.

Note

Check Getting started to create configuration file.

group LWOW_OPT

OW options.

Defines

LWOW_CFG_OS

Enables 1 or disables 0 operating system support in the library.

Note

When LWOW_CFG_OS is enabled, user must implement functions in System functions group.

LWOW_CFG_OS_MUTEX_HANDLE

Mutex handle type.

Note

This value must be set in case LWOW_CFG_OS is set to 1. If data type is not known to compiler, include header file with definition before you define handle type