]> rtime.felk.cvut.cz Git - frescor/fosa.git/blob - README
Makefile: Add missing header file
[frescor/fosa.git] / README
1 Introduction
2 ============
3
4 This is the development trunk of FOSA Fresh OS Adaption), a library to
5 port FRSH to POSIX and non-POSIX platforms.
6
7
8 This directory holds the C API and test examples.  Specific
9 achievements or milestones will be reflected with static tags at:
10
11    http://www.frescor.org/private/svn/frescor/fosa/snapshots
12
13 Extensive documentation about FOSA can be found in the D-EP3
14 deliverable series.
15
16
17 Directory Overview
18 ==================
19
20 - README: This file.
21
22 - COPYING: GNU GENERAL PUBLIC LICENSE
23
24 - include/: FOSA API C header files.
25
26 - src_marte/ :    source code of FOSA for MaRTE-OS
27 - src_ose:        source code of FOSA for OSE
28 - src_partikle/:  source code of FOSA for ParTiKle
29 - src_aquosa/:    source code of FOSA for AQuoSA
30 - src_rtlinux/:   source code of FOSA for RT-Linux
31
32 - marte_non_local_jump:  temporary place holder for MaRTE-OS longjump
33                          implementation
34 - lib/: libraries.
35
36 - doc/: Extra Documentation (TODO, INSTALL, changelog and API_reference.pdf)
37
38
39