Jump to content

eCos

From Wikipedia, the free encyclopedia
eCos
DevelopereCos community,Free Software Foundation
Written inC,C++,assembly
Working stateCurrent
Source modelOpen source
Initial releaseSeptember 1998;25 years ago(1998-09)
Latest releaseeCosPro 4.1 / June 28, 2017;7 years ago(2017-06-28)
Marketing targetEmbedded systems
PlatformsARM(Cortex-A5,-A7,-A9,-A53,-M3,-M4,-M7); CalmRISC,FR-V,Hitachi H8,IA-32,Motorola 68000,Matsushita AM3x,MIPS,NEC V850,Nios II,PowerPC,SPARC,SuperH
KerneltypeReal-time
LicenseeCos License:GNU General Public License(withlinking exception)[1]
Official websiteecos.sourceware.org

TheEmbedded Configurable Operating System(eCos) is afree and open-sourcereal-time operating systemintended forembedded systemsand applications which need only oneprocesswithmultiple threads.It is designed to be customizable to precise application requirements of run-time performance and hardware needs. It is implemented in theprogramming languagesCandC++and hascompatibility layersandapplication programming interfacesfor Portable Operating System Interface (POSIX) and The Real-time Operating system Nucleus (TRON) variantμITRON.eCos is supported by popularSSL/TLSlibraries such aswolfSSL,thus meeting all standards for embedded security.[2]

Design

[edit]

eCos was designed for devices with memory sizes in the range of a few tens or several hundredkilobytes,[3]or for applications with real-time requirements.

eCos runs on a wide variety of hardware platforms, includingARM,CalmRISC,FR-V,Hitachi H8,IA-32,Motorola 68000,Matsushita AM3x,MIPS,NEC V850,Nios II,PowerPC,SPARC,andSuperH.

The eCos distribution includesRedBoot,anopen sourceapplicationthat uses the eCoshardware abstraction layerto providebootstrapfirmwareforembedded systems.

History

[edit]

eCos was initially developed in 1997[4]byCygnus Solutionswhich was later bought byRed Hat.In early 2002, Red Hat ceased development of eCos and laid off the staff of the project.[5]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 theFree Software Foundation[6]in October 2005, a process finally completed in May 2008.

Non-free versions

[edit]

TheeCosProreal-time operating systemis a commercialforkof eCos created byeCosCentricwhich incorporatesproprietary softwarecomponents. It is claimed as a "stable, fully tested, certified and supported version",[7]with additional features that are not released as free software. On Pi Day 2017, eCosCentric announced[8]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 uses to follow.

See also

[edit]

References

[edit]
  1. ^eCos official website."eCos License Overview".Retrieved2009-06-22.eCos is released under a modified version of the well known GNU General Public License (GPL).
  2. ^"[SOLVED] load_buffer with NO_FILESYSTEM define needs filesystem? (Page 1)".wolfSSL (formerly CyaSSL) Embedded SSL Library.Retrieved2019-02-14.
  3. ^Larmour, Jonathan (May 2005)."How eCos can be shrunk to fit"(PDF).Embedded Systems Europe.p. 34. Archived fromthe original(PDF)on 2006-05-15.Retrieved2007-04-01.
  4. ^eCosCentric website."eCos Timeline".Retrieved2015-07-01.eCos was conceived and initially developed by Cygnus Solutions Inc., who initiated the project in February 1997.
  5. ^"Red Hat backs away from eCos?".linuxdevices. 2002-06-19. Archived fromthe originalon 2007-04-16.Retrieved2007-04-01.
  6. ^"Red Hat to contribute copyrights held in the eCos code base to the Free Software Foundation"(Press release). Red Hat. 2004-01-13.
  7. ^"eCosCentric announces eCosPro Developer's Kit"(Press release). OSNews. 2003-09-02.Retrieved2007-03-31.
  8. ^"eCosPro Industrial Strength RTOS for the Raspberry Pi announced".ecoscentric.Retrieved2017-03-15.
[edit]