9
0
Fork 0
nuttx-bb/misc/pascal
patacongo e6d23349d4 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 Documentation 2008-01-05 13:43:03 +00:00
include Update to use stdint/stdbool.h 2009-12-18 17:14:06 +00:00
insn16 Integrate with nuttx 2009-12-18 18:13:33 +00:00
insn32 Fixes for good build after type changes 2009-12-18 17:34:07 +00:00
libpas Update to use stdint/stdbool.h 2009-12-18 15:23:56 +00:00
libpoff Fixes for good build after type changes 2009-12-18 17:34:07 +00:00
nuttx Fix pascal build problem 2012-04-04 13:01:14 +00:00
pascal Fixes for good build after type changes 2009-12-18 17:34:07 +00:00
plink Update to use stdint/stdbool.h 2009-12-18 17:14:06 +00:00
tests Break big case statement into smaller case statements 2008-02-06 23:43:05 +00:00
ChangeLog More progress on the STM32 OTG FS device driver 2012-04-05 14:12:41 +00:00
Configure #warning removal 2011-03-09 03:41:34 +00:00
Make.config.h Add config scripts 2008-01-05 14:10:22 +00:00
Make.defs Add config scripts 2008-01-05 14:10:22 +00: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 Add config scripts 2008-01-05 14:10:22 +00:00
ReleaseNotes Pascal now installs in the apps/ directory 2011-05-10 15:50:23 +00:00
config.info Add configuration for toolchains without libm 2008-01-06 20:46:45 +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.