Is Arduino Due coming?

funkyguy4000:

MPIDE

What is that?

It is the IDE that the chipkit guys developed for their 32 bit pic32 "duino" boards that also supports
the AVR based "duino" boards.
It was based on the 0022/0023 Arduino IDE code
and was intended to be a base for supporting "multiple processors" (rather than just the AVR)
by allowing easy integration of other processors.
Hence the name "mpide"

http://www.digilentinc.com/Products/Catalog.cfm?NavPath=2,892&Cat=18

I was surprised to see the convergence in that if I remember correctly there were some disputes over how to
handle adding in support for non AVR based processors and the "openness" of the Arduino code and development
process in general which eventually led to the fracture.

--- bill