dist_readme.txt 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. _____ _
  2. | __|___ ___ ___ _ _|_|___ ___
  3. | __|_ -| . | _| | | | | . |
  4. |_____|___| _|_| |___|_|_|_|___|
  5. |_|
  6. Copyright 2013 Gordon Williams
  7. http://www.espruino.com
  8. --------------------------------------------------------------
  9. There are a few different binaries in this ZIP file, for different
  10. types of Microcontroller:
  11. espruino_#v##_hystm32_24_ve.bin
  12. - 'HY'STM32F103VET6 ARM with 2.4" LCD display
  13. This is available from eBay
  14. espruino_#v##_hystm32_28_rb.bin
  15. - 'HY'STM32F103RBT6 ARM with 2.8" LCD display
  16. This is available from eBay
  17. espruino_#v##_hystm32_32_vc.bin
  18. - 'HY'STM32F103VCT6 ARM with 3.2" LCD display
  19. This is available from eBay
  20. espruino_#v##_olimexino_stm32.bin
  21. - You will need to overwrite the Maple bootloader to install this.
  22. Espruino is now too large to fit in flash alongside it.
  23. - Olimexino-STM32 Arduino form factor board
  24. - Leaf Labs Maple Arduino form factor board
  25. espruino_#v##_stm32vldiscovery.bin
  26. - STM32VLDISCOVERY board
  27. espruino_#v##_stm32f3discovery.bin
  28. - STM32F3DISCOVERY board
  29. espruino_#v##_stm32f4discovery.bin
  30. - STM32F4DISCOVERY board
  31. espruino_#v##_raspberrypi
  32. - Raspberry Pi executable (just copy it to the device and run it)
  33. NOTE: There is GPIO support (which requires you to run Espruino as root)
  34. however there is no Serial, SPI, OneWire or I2C support at the moment so
  35. you're pretty limited!
  36. For information on devices, and on how to flash these binary files on to
  37. each device, please see our website, http://www.espruino.com
  38. NOTES:
  39. * On the STM32F4DISCOVERY the default USART is USART2 (because
  40. USART1 shares some pins with USB). This means you must connect
  41. serial connections to PA2/PA3 NOT PA9/PA10 as you would for
  42. the STM32VLDISCOVERY.