Are there any FreeRTOS interpreted language libraries available?

Posted by Great Turtle on Stack Overflow See other posts from Stack Overflow or by Great Turtle
Published on 2010-04-06T19:47:32Z Indexed on 2010/04/07 1:23 UTC
Read the original article Hit count: 506

I work for a company that created firmware for several device using FreeRTOS. Lately our request for new features has surpassed how much work our firmware engineers are capable of, but we can't afford to hire anyone new right now either. Making even tiny changes requires firmware people to go in and modify things at a very low level.

I've been looking for some sort of interpreted language project for FreeRTOS that would let us implement new features at a higher level. Ideally I would like to get things eventually so the devices become closer to generic computers with us writing drivers, rather than us having to implement every feature ourselves.

Are there any FreeRTOS projects that interpret java, python or similar bytecode?

I've looked on google, but since I'm not a firmware engineer myself I'm not sure if I'm looking for the right keywords.

Thanks everyone

© Stack Overflow or respective owner

Related posts about freertos

Related posts about bytecode