views:

78

answers:

2

One of my colleagues told me something like that over a year ago. I was wondering if there is something like this available now or will be in the future?

I think it was gonna have a separate GC core, and some memory management thing but I am fuzzy about it.

Any clues?

+2  A: 

Some microcontrollers support a Jazelle instruction set which implements part of Java in hardware, it's not .NET but it is managed code and the same could be done for .NETMF.

Ben Voigt
+2  A: 

There's the http://netduino.com/netduino/ that supports the .net micro framework.

BuildStarted
Arduino doesn't have any special support for managed code. It runs .NETMF because .NETMF got ported to the AVR instruction set.
Ben Voigt
Ah, I thought Netduino was an alternate form of Arduino - one specifically designed for .net...thanks :)
BuildStarted
It's different software than Arduino, but the exact same Atmel AVR processor.
Ben Voigt
Ah cool. Thanks for that - I've been reading the site and wondering what really set it apart from the Arduino but now I know...still very interested in it :)
BuildStarted
Oh sorry! It's not an AVR processor like Arduino, it's an ARM-base processor (doesn't appear to have Jazelle support). Still, the .NET part of the kit is software-only.
Ben Voigt