px4-firmware/misc/pascal
patacongo add995c32e Completes coding of the PWM module
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4200 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2011-12-19 19:24:09 +00:00
..
doc Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
include Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
insn16 Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
insn32 Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
libpas Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
libpoff Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
nuttx Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
pascal Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
plink Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
tests Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
ChangeLog Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
Configure Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
Make.config.h Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
Make.defs Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
Makefile Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
README Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
Reconfigure Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
ReleaseNotes Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
config.info Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
zipme Completes coding of the PWM module 2011-12-19 19:24:09 +00:00

README

README
^^^^^^

Configuring Pascal
^^^^^^^^^^^^^^^^^^

  cd <pascal-directory>
  ./Configure
  (Answer questions)

Building Pascal
^^^^^^^^^^^^^^^

  cd <pascal-directory>
  make

Installing the NuttX Runtime P-Code Interpreter
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  cd <pascal-directory>/nuttx
  ./INSTALL.sh <apps-directory>

See <pascal-directory>/nuttx/README.txt for additional information.