             SCEPTRE
  A 32-bit fast prototyping system.


Sceptre is an Elektor Open Source Project.
More information:

  www.elektor.com
  www.elektor.de
  www.elektor.es
  www.elektor.fr
  www.elektor.nl


Related Elektor article/product number(s)
=========================================
090559 - Sceptre main board, published March 2010.


Copyright
=========
This is open source and based on all kinds of open source
projects. Copyright notices and credits are everywhere.
Important projects used are WinARM, lpcusb and fatfs.


History
=======
2010.01.31 - CPV - First release. (Far from complete.)


How to use
==========
- Unpack the distribution somewhere on your disk.
- Run makefile from within an app_xxx folder:

    make clean
    make all

  This will build the Sceptre library and the application.

- The makefile in the app_xxx folder provides the option to
  compile for ARM mode or for thumb/interwork mode. This will 
  create two different libraries: 

    sceptre.lib
    sceptre-iw.lib

- The app_preload folder contains a test application that is
  preprogrammed in Elektor Sceptre boards. This application
  will test all on-board peripherals and may be used as a
  starting point for your own applications.
