Updated Home (markdown)

master
Garrett Berg 2015-05-07 09:55:40 -06:00
rodzic c4e35f6ee3
commit ac92bd3df0
1 zmienionych plików z 1 dodań i 1 usunięć

@ -10,7 +10,7 @@ This wiki is to support development of the MicroPython core code and the various
MicroPython is a Python interpreter (with partial native code compilation feature). It provides a subset of Python 3.4 features, implemented for embedded processors and constrained systems. Read more about the differences to CPython [[here|Differences]].
### Boards
The Kickstarter board (Pyboard)
The [Kickstarter board (Pyboard)](https://www.kickstarter.com/projects/214379695/micro-python-python-for-microcontrollers)
* The board relies on a 32 bit ARM Cortex M4 CPU (STM32F405RG, DSP with FPU, 1Mbyte Flash, 128+64 Kbyte RAM, 168 MHz).
* Technical data on the chip can be found here: [STMicroelectronics website](http://www.st.com/web/catalog/mmc/FM141/SC1169/SS1577/LN1035/PF252144) and the datasheet can be found here: [datasheet](http://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/DM00037051.pdf)