solettaproject / soletta

Soletta Project is a framework for making IoT devices. With Soletta Project's libraries developers can easily write software for devices that control actuators/sensors and communicate using standard technologies. It enables adding smartness even on the smallest edge devices.
http://solettaproject.org
Apache License 2.0
227 stars 109 forks source link

Port to FreeRTOS #738

Open barbieri opened 8 years ago

barbieri commented 8 years ago

FreeRTOS is an operating system that supports many IoT boards. It would be nice to port Soletta to that operating system.

Likely the port will be based on the one for other small OS such as RIOT.

thiagogcm commented 8 years ago

Any plans on this issue?

barbieri commented 8 years ago

@ronaldotd started but never had time to finish the basics. You can check with him for his early stage code and continue if you want to do it.

thiagogcm commented 8 years ago

@barbieri Thanks for the prompt reply

I just wanted to check if Soletta would work in a esp8266 running FreeRTOS. Unfortunately I don't have time nor experience on this kind of porting at the moment. I'll keep an eye on it though