px4-firmware/misc/pascal/nuttx
patacongo c5d9112de1 Add tools/link.bat, unlink.bat, and copydir.bat
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5419 42af7a65-404d-4744-a932-0658087f49c3
2012-12-08 16:37:43 +00:00
..
INSTALL.sh Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
Makefile Add tools/link.bat, unlink.bat, and copydir.bat 2012-12-08 16:37:43 +00:00
README.txt Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
keywords.h Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00

README.txt

pascal/nuttx/README.txt
^^^^^^^^^^^^^^^^^^^^^^^

This directory contains miscellaneous files needed to install the pascal
runtime logic into the NuttX apps/ ource tree.  After installation, the NuttX
apps/ 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] <install-dir>

    If you are using the standard NuttX apps/ package, the correct
    location for the <install-dir> is apps/interpreters.  That is
    where the examples and build logic will expect to find the pcode
    sub-directory.

    Example:

    ./INSTALL.sh -16 $PWD/../../../apps/interpreters

  Makefile -- The NuttX makefile for the runtime logic.  This makefile
    is customized to work in the standard apps/ package.  If you intend
    to use your own custom apps/ directory, then this Makefile may
    require some modifications.

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