 _____                 _                                                        
|   __|___ ___ ___ _ _|_|___ ___                                                
|   __|_ -| . |  _| | | |   | . |                                               
|_____|___|  _|_| |___|_|_|_|___|                                               
          |_|                                                               
   Copyright 2012 Gordon Williams
                                               
http://www.espruino.com

--------------------------------------------------------------

This version of Espruino is provided in unregistered form,
completely free of charge. Feel free to use this for your
projects and distribute it with your hardware, as long as
the following conditions are met:

  * The Espruino binary is not modified in any way
  * We are not held responsible for any damage or loss
    arising from usage of this software.

--------------------------------------------------------------

There are a few different binaries in this ZIP file, for different
types of Microcontroller:

espruino_#v##_hystm32_24.bin 
   - 'HY'STM32F103VET6 ARM with 2.4" LCD display
     This is available from eBay

espruino_#v##_olimexino_bootloader_stm32
   - FOR BOARDS WHERE THE BOOTLOADER IS KEPT INSTALLED
   - Olimexino-STM32 Arduino form factor board
   - Leaf Labs Maple Arduino form factor board
      
espruino_#v##_olimexino_stm32.bin
   - FOR BOARDS WHERE THE BOOTLOADER IS OVERWRITTEN (Gives Espruino more memory)
   - Olimexino-STM32 Arduino form factor board
   - Leaf Labs Maple Arduino form factor board

espruino_#v##_stm32vldiscovery.bin
   - STM32VLDISCOVERY board

espruino_#v##_stm32f3discovery.bin
   - STM32F3DISCOVERY board
   
espruino_#v##_stm32f4discovery.bin
   - STM32F4DISCOVERY board


For information on how to flash these binary files on to a device,
please see our website, http://www.espruino.com

NOTES:

* On the STM32F4DISCOVERY the default USART is USART2 (because
USART1 shares some pins with USB). This means you must connect
serial connections to PA2/PA3 NOT PA9/PA10 as you would for
the STM32VLDISCOVERY.

* If you've used save() and you want the device to run some
code the first time it starts (for instance to initialise
some external hardware like an LCD), create a function or
string called 'onInit'.

