Search by Tags

WEC VF50 / VF61 BSP Release

 

The following table contains known issues, scheduled bug fixes, and feature improvements for the Vybrid 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 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.

View All Submitted (open) Released (closed)
Clear Filter
Issue #StatusSubjectModuleSubsystemWinCE OS

V1.3beta1 (Release date: 2015-11-02)
- WinCE 6 Updates: Installed Microsoft CE6 Updates until August 2015
- WEC 7 Updates: Installed Microsoft CE7 Updates until August 2015
- WEC 2013 Updates: Installed Microsoft CE8 Updates until August 2015
WC-2650New FeatureAdd floating point and NEON support for CE6Colibri VF50, Colibri VF61KernelCE6

Description: Windows CE targets the ARMv4i architecture and does not support the ARMv7 architecture. ARMv4 did not provide a standard implementation for FPU and the OS relies on SW emulation. To support HW floating point the BSP must save the state of FPU at every task switch and the OS image should contain an additional DLL, implementing floating point operations that will replace the SW emulated ones. The same apply to NEON registers that are supported by the processor but not by the OS.