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

V1.3 (Release date: 2015-06-12)
- Improve SPI features
- Use new naming convention for the SDK
- Use normalized naming convention for i2c ports
WCL-779New FeatureChange SDK to New Naming ConventionColibri VF50, Colibri VF61Toradex FeatureCE6, WEC7, WEC2013

Description: Change the SDK Names to the new Toradex Naming Convention: "Colibri600 (ARMV4I)" to "Toradex_CE600 (ARMV4I)", and "Toradex800 (ARMV7)" to "Toradex_CE800 (ARMV7)". This is relevant for the demo applications, and for the folder name, where the binary libraries are stored. This only affects the library demos. Visual Studio will refuse to open the project, if none of the two SDKs is installed.

Workaround: Install the new SDKs (Recommended!), or revert the project settings to the old naming convention. This can be done using the following steps: 1. Open all .vcproj and .sln files of the demo applications in a text editor. 2. do a simple text search&replace "Toradex_CE600 (ARMV4I)" to "Colibri600 (ARMV4I)" and "Toradex_CE800 (ARMV7)" to "Toradex800 (ARMV7)". 3. Rename the folders under \libs\lib\ and \libs\dll\ in the same way.