Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
ECos
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Real-time operating system}} {{Lowercase title|title=eCos}} {{Other uses|Ecos (disambiguation)}} {{Infobox OS | name = eCos | logo = ECos logo.png | alt = eCos | developer = eCos community, [[Free Software Foundation]] | family = | released = {{Start date and age|1998|09}} | latest release version = eCosPro 4.10 | latest release date = {{Start date and age|24|12|05}} | license = eCos License: [[GNU General Public License]] (with [[GPL linking exception|linking exception]])<ref>{{cite web |author=eCos official website |title=eCos License Overview |url=http://ecos.sourceware.org/license-overview.html |quote=eCos is released under a modified version of the well known GNU General Public License (GPL). |access-date=2009-06-22}}</ref> | working state = Current | source model = [[Open-source software|Open source]] | supported platforms = [[ARM architecture|ARM]] ([[ARM Cortex-A5|Cortex-A5]], [[ARM Cortex-A7|-A7]], [[ARM Cortex-A9|-A9]], [[ARM Cortex-A53|-A53]], [[ARM Cortex-M3|-M3]], [[ARM Cortex-M4|-M4]], [[ARM Cortex-M7|-M7]]); CalmRISC, [[FR-V (microprocessor)|FR-V]], [[Hitachi H8]], [[IA-32]], [[Motorola 68000]], Matsushita AM3x, [[MIPS architecture|MIPS]], [[NEC V850]], [[Nios II]], [[PowerPC]], [[RISC-V]], [[SPARC]], [[SuperH]] | kernel type = [[Real-time operating system|Real-time]] | marketing target = [[Embedded system]]s | programmed in = [[C (programming language)|C]], [[C++]], [[Assembly language|assembly]] | website = {{URL|ecos.sourceware.org}} }} The '''Embedded Configurable Operating System''' ('''eCos''') is a [[free and open-source software|free and open-source]] [[real-time operating system]] intended for [[embedded system]]s and applications which need only one [[Process (computing)|process]] with [[Thread (computing)|multiple threads]]. It is designed to be customizable to precise application requirements of run-time performance and hardware needs. It is implemented in the [[programming language]]s [[C (programming language)|C]] and [[C++]] and has [[compatibility layer]]s and [[application programming interface]]s for Portable Operating System Interface ([[POSIX]]) and The Real-time Operating system Nucleus ([[TRON project|TRON]]) variant [[ITRON project|μITRON]]. eCos is supported by popular [[Transport Layer Security|SSL/TLS]] libraries such as [[wolfSSL]], thus meeting all standards for embedded security.<ref>{{Cite web |url=https://www.wolfssl.com/forums/topic437-solved-loadbuffer-with-nofilesystem-define-needs-filesystem.html |title=[SOLVED] load_buffer with NO_FILESYSTEM define needs filesystem? (Page 1) |website=wolfSSL (formerly CyaSSL) Embedded SSL Library |access-date=2019-02-14}}</ref> == Design == eCos was designed for devices with memory sizes in the range of a few tens or several hundred [[kilobyte]]s,<ref>{{Cite news |last=Larmour |first=Jonathan |date=May 2005 |title=How eCos can be shrunk to fit |url=http://i.cmpnet.com/embedded/europe/esemay05/esemay05p32.pdf |work=Embedded Systems Europe |page=34 |format=PDF |access-date=2007-04-01 |url-status=dead |archive-url=https://web.archive.org/web/20060515055126/http://i.cmpnet.com/embedded/europe/esemay05/esemay05p32.pdf |archive-date=2006-05-15}}</ref> or for applications with real-time requirements. eCos runs on a wide variety of hardware platforms, including [[ARM architecture|ARM]], CalmRISC, [[FR-V]], [[Hitachi H8]], [[IA-32]], [[Motorola 68000]], Matsushita AM3x, [[MIPS architecture|MIPS]], [[NEC V850]], [[Nios II]], [[PowerPC]], [[SPARC]], and [[SuperH]]. The eCos distribution includes [[RedBoot]], an [[Open-source software|open source]] [[application software|application]] that uses the eCos [[hardware abstraction layer]] to provide [[booting|bootstrap]] [[firmware]] for [[embedded system]]s. ==History== eCos was initially developed in 1997<ref>{{cite web |author=eCosCentric website |title=eCos Timeline |url=http://www.ecoscentric.com/ecos/timeline.shtml |quote=eCos was conceived and initially developed by Cygnus Solutions Inc., who initiated the project in February 1997.|access-date=2015-07-01}}</ref> by [[Cygnus Solutions]] which was later bought by [[Red Hat]]. In early 2002, Red Hat ceased development of eCos and laid off the staff of the project.<ref>{{cite news|title=Red Hat backs away from eCos?|publisher=linuxdevices.com|date=2002-06-19|url=http://www.linuxdevices.com/news/NS5933176616.html|access-date=2007-04-01|url-status=dead|archive-url=https://web.archive.org/web/20070416105502/http://www.linuxdevices.com/news/NS5933176616.html|archive-date=2007-04-16}}</ref> Many of the laid-off staff continued to work on eCos and some formed their own companies providing services for the software. In January 2004, at the request of the eCos developers, Red Hat agreed to transfer the eCos copyrights to the [[Free Software Foundation]]<ref>{{cite press release|title=Red Hat to contribute copyrights held in the eCos code base to the Free Software Foundation|publisher=Red Hat|date=2004-01-13|url=http://www.redhat.com/about/news/press-archive/2004/1/press-ecos}}</ref> in October 2005, a process finally completed in May 2008. ==Non-free versions== {{Anchor|eCosPro}}The '''eCosPro''' [[real-time operating system]] is a commercial [[Fork (software development)|fork]] of eCos created by [[eCosCentric]] which incorporates [[proprietary software]] components. It is claimed as a "stable, fully tested, certified and supported version",<ref>{{cite press release|title=eCosCentric announces eCosPro Developer's Kit|publisher=OSNews|date=2003-09-02|url=http://www.osnews.com/story.php?news_id=4395|access-date=2007-03-31}}</ref> with additional features that are not released as free software. On Pi Day 2017, eCosCentric announced<ref>{{Cite web|url=http://www.ecoscentric.com/news/press-170314.shtml|title=eCosPro Industrial Strength RTOS for the Raspberry Pi announced|website=www.ecoscentric.com|access-date=2017-03-15}}</ref> they had ported eCosPro to all of the Raspberry Pi models, with demonstrations at the Embedded World trade fair in Nuremberg (Germany) and releases free for non-commercial use. ==See also== {{Portal|Free and open-source software}} *[[Comparison of open-source operating systems]] ==References== {{Reflist}} ==External links== * {{Official website|ecos.sourceware.org}} {{Real-time operating systems}} {{FOSS}} {{DEFAULTSORT:Ecos}} [[Category:ARM operating systems]] [[Category:Embedded operating systems]] [[Category:Free software operating systems]] [[Category:MIPS operating systems]] [[Category:Real-time operating systems]] [[Category:X86 operating systems]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:Anchor
(
edit
)
Template:Cite news
(
edit
)
Template:Cite press release
(
edit
)
Template:Cite web
(
edit
)
Template:FOSS
(
edit
)
Template:Infobox OS
(
edit
)
Template:Lowercase title
(
edit
)
Template:Official website
(
edit
)
Template:Other uses
(
edit
)
Template:Portal
(
edit
)
Template:Real-time operating systems
(
edit
)
Template:Reflist
(
edit
)
Template:Short description
(
edit
)