Logo
UNICENS V2.1.0-3491
User Manual and API Reference
Release History

V2.1.0

Release Date: TBD
Supported INICs: See conformity table (Package and Document information)

Resolved Items

Type Description
Feature Introduced so called "Manager" that forces the network to available, handles NodeDiscovery events and notifies nodes to the RoutingManagement.
See related sections in API Reference or Getting Started.
Feature Added Application Message API into Management Library. Added option to disable the Application Message Service within the initialization stucture.
Feature Added new functions Ucs_Rm_GetAttachedRoutes() and Ucs_Rm_GetConnectionLabel().
Feature Added support for node scripting.
Feature Added support for reusable description of XRM resources.
Feature Extended Ucs_Rm_XrmResDebugCb_t callback function to provide additional information related to endpoint.
Feature Added new callback function network.status.cb_fptr and option network.status.notification_mask.
Feature Added new macro UCS_FOOTPRINT_TINY that decreases RAM/ROM footprint for tiny controllers.
Feature Added new macros UCS_VERSION_MAJOR, UCS_VERSION_MINOR, UCS_VERSION_RELEASE and UCS_VERSION_BUILD.
Change Renamed attribute disable_inic_watchdog to inic_watchdog_enabled in Ucs_General_InitData_t.
Change Changed signature of the trace macros UCS_TR_INFO and UCS_TR_ERROR. Added new parameter ucs_user_ptr of type void * that replaced the existing one ucs_inst_id.
Change Renamed Ucs_Xrm_ResourceDebugCb_t to Ucs_Rm_XrmResDebugCb_t and moved the reference debug_resource_status_fptr into Ucs_Rm_InitData_t.
Change Removed API functions Ucs_I2c_SyncDevice() and Ucs_Gpio_SyncDevice().
Defect Sources: Fixed library crash when calling I2C API.
Defect Sources: Fixed the bug of uncalled Ucs_Rm_ReportCb_t() after Ucs_Stop().
Defect Sources: Improved robustness and maintainability of routing management.
Defect Docu: Fixed wrong attribute names in AMS message structures of Getting Started.

V2.0.0

Release Date: 2016-09-30
Supported INICs: See conformity table (Package and Document information)

Resolved Items

Type Description
Note Initial Version