Embedded Systems
ecos.txt
Associated article: eCos: An Operating System for Embedded Systems
Tags: Embedded Systems
Published source code accompanying the article by Gary Thomas in which he discusses the Embedded Configurable Operating System (ECOS) is a royalty-free, open source, real-time kernel, targeted at high-performance small embedded systems. As such, eCos has been specifically designed and tuned to run on 32- and 64-bit microprocessors.
eCos: An Operating System For Embedded Systems
by Gary Thomas
Listing One
/* ---------------------------------------------------------------------
* {{CFG_DATA
cdl_package CYGPKG_KERNEL {
display "eCos kernel"
type boolean
requires CYGFUN_HAL_COMMON_KERNEL_SUPPORT
description "
This package contains the core functionality ...


