Search by Tags

Toradex CE Libraries Release

 

The following table contains known issues, scheduled bug fixes, and feature improvements for the Toradex CE Libraries.

Any schedules are not guaranteed, but reflect the current planning. The planning could be shifted due to priority changes.
Issues which are scheduled for a specific version (e.g. V1.1) will be integrated in the mentioned version of the Libraries.

We will update this table continuously in order to always provide the latest state of our development plan.

Clear Filter
Issue #StatusSubjectModuleSubsystemWinCE OS

2.0 (Release date: 2017-05-24)
- Extend all libraries to support the Colibri iMX7
- MCP2515 support for iMX6
- WatchdogLib for Tegra
- Various bugfixes and stability improvements
WCL-493Fixedxxx_GetConfigString() Does Not Respect Maximum Buffer SizeColibri iMX7, Apalis iMX6, Colibri iMX6, Colibri VF50, Colibri VF61, Colibri T20, Colibri T30, Apalis T30, Colibri PXA320, Colibri PXA310, Colibri PXA270, Colibri PXA300 XT, Colibri PXA300Toradex FeatureCE6, WEC7, WEC2013

Description: The GetConfigString() function available in various libraries copies the full result string into the result buffer, even if this is more than what is defined in the maxBytes parameter.

Workaround: Make sure that the result buffer you pass to GetConfigString() is large enough.