是否有FreeRTOS解释语言库可用? [英] Are there any FreeRTOS interpreted language libraries available?

查看:410
本文介绍了是否有FreeRTOS解释语言库可用?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在为一家使用FreeRTOS为多台设备创建固件的公司工作。最近我们对新功能的要求已经超过了我们的固件工程师能够做多少工作,但是我们现在也无法雇佣任何新的人。进行微小的更改需要固件人员进入并在非常低的级别进行修改。



我一直在寻找FreeRTOS的一些解释性语言项目,让我们在更高级别实现新功能。理想情况下,我想最终得到最终的东西,所以设备随着我们编写驱动程序而变得更接近通用计算机,而不是我们必须自己实现每个功能。



有没有FreeRTOS解释java,python或类似字节码的项目?



我看过谷歌,但由于我不是固件工程师,我不知道我是否m寻找正确的关键字。



感谢大家

解决方案

如果代码是便携式的,那么不要以为RTOS甚至操作系统这么重要。取决于您的输入和输出方案,你可能需要做一点移植。



关于嵌入式脚本语言,我熟悉的是 LUA PAWN



我认为有Python&其他这种语言移植到嵌入式系统,但它们往往是嵌入式Linux系列。根据您的平台(不知道它是否是8K ROM或嵌入式PC的一个MCU),可能是一个选项。


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

解决方案

I don't think the RTOS, or even the OS, matters too much here if the code is portable. Depending on your input & output scheme, you'll probably need to do a little porting.

Regarding embeddable scripting languages, the 2 I'm familiar with are LUA and PAWN.

I think there are versions of Python & other such languages ported to embedded systems, but they tend to be the embedded Linux variety. Depending on your platform (no idea if it's a little MCU with 8K ROM or an embedded PC) that might be an option.

这篇关于是否有FreeRTOS解释语言库可用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆