This is no longer supported, please use this http://www.tinyclr.com/forum/topic?id=7982
[line]
If interested in testing out NETMF 4.2 beta you must first uninstall Microsofts NETMF 4.1 SDK and all GHI installations.
Projects created with NETMF 4.1 won’t work, start new project in 4.2 and move the source files you had in the original project over.
Do not forget to update the firmware (GHI Electronics – Where Hardware Meets Software) on your device, including TinyBooter (if applicable).
If using Ceberus, Cerbuino, Cerb40 then using v4.2 is required.
[title]Required installations[/title]
- Visual Studio 2010 or Visual C# express 2010 (free)
- Microsoft .NET Micro Framework 4.2 QE1 SDK
- GHI NETMF v4.2 and Gadgeteer Package
[title]General Release Notes[/title]
Details are included within the SDK release note files.
EMX (FEZ Cobra/Spider)
[ul]Support for UART, GPIO, SPI, I2C, Analog, PWM.
Premium library essential components are included. Note that OutputCompare was renamed to SignalGenerator.
No Networking support yet.
Current support for FEZ Spider (uses EMX) is enough to cover all Gadgeteer modules except Ethernet and WiFi.[/ul]
FEZ Hydra
[ul]Complete peripheral support with OSHW libraries, including SPI, I2C, UART, SD, OneWire, and GPIO.
Display configuration is not dynamic and is locked to 320x240 in this release (T35 Display)
No native touch support, can read touch using managed C# code.
Ethernet (ENC28 module) is not dynamic, two firmware versions are provided, one with/one without Ethernet.[/ul]
FEZ Cerberus/Cerbuino/Cerb40
[ul]There is no v4.1 support. Using this release is required.
Near complete peripheral support with OSHW libraries, same as FEZ Hydra but is missing SD and CAN.
USB Host is not implemented.
Ethernet (ENC28 module) is not dynamic, two firmware versions are provided, one with/one without Ethernet.[/ul]
[title]Source Code[/title]
Open-source products (FEZ Hydra, FEZ Cerberus…) have source codes, including OSHW libraries at https://ghiopensource.codeplex.com
Note: This is the same STM32 respiratory we used for FEZ Cerberus before but it was renamed so it now includes them all.
[title]Contributions[/title]
Almost everything is done but three things are on the back burner until we finish more important features. They are CAN, SD and USB Host support for FEZ Cerberus and its derivatives. ST provides all needed code for both, it’s a matter of moving and porting the code. Contributions are always welcomed.