https://blog.csdn.net/libing403/article/details/72912445
看说明,支持POSIX接口,方便移植Linux第三方程序
另外,支持多核CPU,也就是说可以把多核A核SOC跑起来。
离线
RTEMS is free software; you can redistribute it and/or modify it under terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. RTEMS is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with RTEMS; see file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
As a special exception, including RTEMS header files in a file, instantiating RTEMS generics or templates, or linking other files with RTEMS objects to produce an executable application, does not by itself cause the resulting executable application to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the executable file might be covered by the GNU Public License.
最后一个exception好像是说如果只是用它,引用头文件或者链接它生成可执行文件,不需要整个application也变成GPL。这个好呀,几乎就是可以商用闭源了,大不了只需要开源修改的RTEMS部分代码,应用代码不需要开源
离线
RTEMS是免费软件; 您可以根据自由软件基金会发布的GNU通用公共许可证条款重新分发和/或修改它; 版本2,或(根据您的选择)任何更高版本。RTEMS的发布是希望它有用,但没有任何担保; 甚至没有适销性或特定用途适用性的暗示保证。有关更多详细信息,请参阅GNU通用公共许可证。您应该已经收到了GNU通用公共许可证和RTEMS的副本; 看文件COPYING。如果没有,请写信给自由软件基金会,675 Mass Ave,Cambridge,MA 02139,USA。
作为特殊例外,包括文件中的RTEMS头文件,实例化RTEMS泛型或模板,或将其他文件与RTEMS对象链接以生成可执行应用程序,本身并不会导致生成的可执行应用程序被GNU通用公共许可证覆盖。但是,此异常不会使GNU Public License可能涵盖可执行文件的任何其他原因无效。
google自动翻译, 貌似应用代码不用开源.
离线
sysbios也是啊
sysbios支持A核 M核 DSP核 异构多核
最近编辑记录 Jin劲 (2018-08-15 15:42:38)
离线