Skip to content

Latest commit

 

History

History

board_info

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Board Info

by Kay Anar in July 4, 2014

Sample Output

 _____                 _
|   __|___ ___ ___ _ _|_|___ ___
|   __|_ -| . |  _| | | |   | . |
|_____|___|  _|_| |___|_|_|_|___|
          |_| http://espruino.com
 1v67 Copyright 2014 G.Williams
>echo(0);
Formatted Espruino Information
 
Board
-----
Name        : ESPRUINOBOARD
Chip        : STM32F103RCT6
Chip Family : STM32F1
RAM         : 49152 Bytes (48.0 KB)
Serial #    : 33ffd905-41573033-37640843
Console     : USB
Voltage     : 3.3 Volts
Temperature : 35.9 Celsius
 
Firmware
-----
Version     : 1v67
Build Date  : Jul 11 2014
Build Time  : 10:47:25
Git Commit  : f33296cc25b4ef83ddbd8277986a713795d10d11
 
Random Access Memory
--------------------
Free        : 1606 Bytes (1.582 KB)
Used        : 97 Bytes
Total       : 1800 Bytes (1.776 KB)
History     : 132 Bytes
 
Flash Memory
------------
Size        : 262144 Bytes (256.0 KB)
Starts      : 134217728 (0x8000000)
Ends        : 134479872 (0x8040000)
 
User Flash Memory
-----------------
Size        : 52988 Bytes (51.764 KB)
Starts      : 134390020 (0x802A104)
Ends        : 134443008 (0x8037000)
 
Binary
------
Starts      : 134227968 (0x8002800)
Ends        : 134390020 (0x802A104)
Size        : 162052 Bytes (158.260 KB)
 
Code
----
Starts      : 134443008 (0x8037000)
Ends        : 134479872 (0x8040000)
Size        : 36864 Bytes (36.0 KB)
=undefined
> 

Bug tracker

Have a bug? Please create an issue here on GitHub!

Twitter account

Keep up to date on announcements and more by following Anar Software LLC on Twitter, @AnarSoft.

Contributing

  1. Fork it.
  2. Create a branch (git checkout -b myEspruino)
  3. Commit your changes (git commit -am "Added New Espruino Sample")
  4. Push to the branch (git push origin myEspruino)
  5. Create an issue with a link to your branch

License

Espruino by Examples < http://git.io/ebe >

Copyright (c) 2014 Anar Software LLC. < http://anars.com >

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details at http://www.gnu.org/licenses/gpl.html