Remove Environment Variables.

Since I myself admit that I have taken precious time over stupid problems related to a single environment variable and that it has now happened more than once I propose that we move all the environ...

Id #1651 | Release: None | Updated: Today at 10:59 PM by juliusfriedman | Created: Today at 10:44 PM by juliusfriedman

Disruptive Interaction Between Multiple USB Controllers

If one USB controller is waiting for incoming data by continuously calling USB_Read(), data flow in another controller is blocked. In particular the debugger connection is be blocked by a user prog...

Id #1650 | Release: None | Updated: Mon at 4:32 PM by bheeb | Created: Mon at 4:32 PM by bheeb

Graphics performance

The story: When NETMF (SPOT) started, it was running on a 1bpp display. This then changed to support color 16bpp displays. We have tested both and they work nicely. Then we tested 4bpp and we were ...

Id #1644 | Release: None | Updated: Tue at 6:27 PM by staceyw | Created: May 10 at 2:29 PM by gus_ghielec

Crash in USB Driver

The USB Driver does not correctly deallocate the old dynamic USB configuration. This leads to a crash after a soft reboot because a nonexistent configuration is deallocated. It can be avoided by t...

Id #1639 | Release: None | Updated: Sat at 6:07 PM by jcherrabi | Created: May 9 at 2:01 PM by bheeb

File.Exists returns true for unexisting file

File.Exists() sometimes returns true for filepath argument that points to an unexisting file. This can be reproduce by saving two files on SD card: "index.html", "test.jpg" and checking for existan...

Id #1636 | Release: None | Updated: Fri at 8:19 PM by godefroi | Created: May 8 at 7:12 PM by gralinPL

Substring issue in 4.2 RC4

I think I found an issue. Not sure this has been reported. The following code worked in 4.1, but in 4.2 it fails: [code] double Temperature = 79.78374927437; string formattedTemp = Temperature....

Id #1635 | Release: None | Updated: May 8 at 5:56 PM by JerseyTechGuy | Created: May 8 at 5:56 PM by JerseyTechGuy

SerialPort.Read's behaviour is different from .Net

When there are bytes to read (for example at DataReceived event), in .Net SerialPort.Read exit immediately though there are less byte than as specified by count parameter, also if there was none by...

Id #1633 | Release: .NET MF 4.3 (Beta) | Updated: May 7 at 2:55 PM by lorenzte | Created: May 7 at 9:59 AM by Cristiano_S

Uncaught Exception Event Handler general Hook

Current if the system causes an Uncaught Exception it would lock up.. it would be great if you could add an Event to the main exception handler, that we would subscribe to to catch and deal with al...

Id #1630 | Release: None | Updated: May 8 at 11:56 PM by jcherrabi | Created: May 4 at 12:08 PM by jcherrabi

AnalogOutput Library

This is a proposal for an AnalogOutput library. The structure of the library and the corresponding HAL driver are mostly identical to the structure of the AnalogInput library: namespace Microsoft...

Id #1629 | Release: .NET MF 4.3 (Beta) | Updated: May 4 at 2:32 PM by lorenzte | Created: May 4 at 7:47 AM by bheeb

Switch for Configuration Store in USB PAL Driver

Currently, whenever the USB configuration is initialized or changed from C# code, the configuration data is written to the Config Flash in USB_Driver::Configure. This could mean a huge overhead if ...

Id #1628 | Release: .NET MF 4.3 (Beta) | Updated: May 4 at 2:32 PM by lorenzte | Created: May 4 at 7:31 AM by bheeb