1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Document: ecos-doc-cdl-guide
Title: The eCos Component Writer's Guide
Abstract: eCos was designed from the very beginning as a
configurable component architecture. The core
eCos system consists of a number of different components such as
the kernel, the C library, an infrastructure package. Each of these
provides a large number of configuration options, allowing
application developers to build a system that matches the requirements
of their particular application. To manage the potential complexity
of multiple components and lots of configuration options, eCos comes
with a component framework: a collection of tools specifically designed
to support configuring multiple components. Furthermore this component
framework is extensible, allowing additional components to be added
to the system at any time.
Section: Apps/Programming
Format: PDF
Files: /usr/share/doc/ecos-doc/cdl-guide.pdf.gz
|