summaryrefslogtreecommitdiffstats
path: root/misc/pascal/nuttx/README.txt
blob: ca18eb830a0085d26a14149128a17855c414a829 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
README.txt
^^^^^^^^^^

This directory contains miscellaneous files needed to install
pascal runtime logic into the NuttX source tree.  After
installation, the NuttX source tree contain the following files

pcode
|-- Makefile
|-- include
|   `-- Common header files
|-- libboff
|   `-- Pascal object format (POFF) library
`--insn
    |-- include
    |   `-- model-specific header files
    `-- prun
        `-- model-specific source files

This directory contains:

INSTALL.sh -- The script that performs the operation.  Usage:

    ./INSTALL.sh [-16|-32] <NuttX-path>

Makefile -- The NuttX makefile for the runtime logic

keywords.h -- A version that adjusts build context for the NuttX
  environment.