9
0
Fork 0
nuttx-bb/misc/pascal
Gregory Nutt 6c6c41ff79 Fix some cloned errors in SAM GPIO interrupt setup 2014-07-07 15:54:37 -06:00
..
doc Restore trainling whitespace in .patch and .diff files wehre required 2014-04-13 17:12:02 -06:00
include Fix some cloned errors in SAM GPIO interrupt setup 2014-07-07 15:54:37 -06:00
insn16 Restore trainling whitespace in .patch and .diff files wehre required 2014-04-13 17:12:02 -06:00
insn32 Restore trainling whitespace in .patch and .diff files wehre required 2014-04-13 17:12:02 -06:00
libpas Restore trainling whitespace in .patch and .diff files wehre required 2014-04-13 17:12:02 -06:00
libpoff Restore trainling whitespace in .patch and .diff files wehre required 2014-04-13 17:12:02 -06:00
nuttx Add tools/link.bat, unlink.bat, and copydir.bat 2012-12-08 16:37:43 +00:00
pascal Restore trainling whitespace in .patch and .diff files wehre required 2014-04-13 17:12:02 -06:00
plink Restore trainling whitespace in .patch and .diff files wehre required 2014-04-13 17:12:02 -06:00
tests Restore trainling whitespace in .patch and .diff files wehre required 2014-04-13 17:12:02 -06:00
.gitignore Mostly updates and corrections to .gitignore files 2013-04-04 15:39:50 -06:00
ChangeLog Restore trainling whitespace in .patch and .diff files wehre required 2014-04-13 17:12:02 -06:00
Configure Email address change in misc/ 2012-09-13 17:32:42 +00:00
Make.config.h Email address change in misc/ 2012-09-13 17:32:42 +00:00
Make.defs Restore trainling whitespace in .patch and .diff files wehre required 2014-04-13 17:12:02 -06:00
Makefile Pascal 2008-01-04 22:52:02 +00:00
README Pascal now installs in the apps/ directory 2011-05-10 15:50:23 +00:00
Reconfigure Email address change in misc/ 2012-09-13 17:32:42 +00:00
ReleaseNotes Pascal now installs in the apps/ directory 2011-05-10 15:50:23 +00:00
config.info Email address change in misc/ 2012-09-13 17:32:42 +00:00
zipme Removed old CVS directories 2011-02-14 01:53:19 +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.