px4-firmware/misc/pascal
patacongo cb1591528f More progress on the STM32 OTG FS device driver
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4558 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-04-05 14:12:41 +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 Fix pascal build problem 2012-04-04 13:01:14 +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 More progress on the STM32 OTG FS device driver 2012-04-05 14:12:41 +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.