Search by Tags

WEC T20 / T30 BSP Release

 

The following table contains known issues, scheduled bug fixes, and feature improvements for the Tegra Windows CE BSPs and images.

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.3beta1) will be integrated in the mentioned version of the BSP.

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

Odd beta versions, as 1.0b1 or 1.3b3, are internal releases only for testing. They are omitted from the table.

Clear Filter
Issue #StatusSubjectModuleSubsystemWinCE OS

2.2b4 (Release date: 2018-09-17)
- WinCE 6 Updates: Installed Updates until 2018M03
- WEC 7 Updates: Installed Updates until 2018M06
- WEC 2013 Updates: Installed Updates until 2018M07
WC-1616FixedRegistry is not Saved if only RegFlushKey(HKEY_CURRENT_USER) is calledColibri T20, Colibri T30, Apalis T30WinCE FeatureCE6, WEC7, WEC2013

Description: Since most of the tools flush both HKEY_LOCAL_MACHINE and HKEY_CURRENT_USER, to reduce flush overhead the system ignores flushes on HKEY_CURRENT_USER. This is not the expected behaviour.

Workaround: Call RegFlushKey(HKEY_LOCAL_MACHINE)