mikaelpatel / Cosa

An Object-Oriented Platform for Arduino/AVR
https://mikaelpatel.github.io/Cosa/
GNU Lesser General Public License v2.1
338 stars 76 forks source link

Other Platforms? #147

Closed rei-vilo closed 10 years ago

rei-vilo commented 10 years ago

Are you considering other platforms?

The LaunchPads from Texas Instruments are powerful and affordable, with an Arduino-like IDE called Energia:

Those boards offer the best value for hobbyists.

mikaelpatel commented 10 years ago

I get this question a lot. The simple straight forward answer is NO. Cosa is to date a 1000 man hour project (100 KLOC commented) and only funded by my spare time. It is pure open source. As I understand your Xcode based project is not and you encourage donations.

Undertaking a new processor is a major project and requires a lot reading and design to get it right. It is not a question of simply porting. It takes at least 300 hours to do that. I normally answer that it takes about three months if approx the same complexity as an AVR.

If and when there is an interest for a new processor and platform I will try to get that funded in some way.

Cheers!

BW any 32-bit platform must include a RTOS and HAL/driver layer.