Break out Boards to new page

master
Neon22 2014-01-08 03:47:54 -08:00
rodzic 87b7301171
commit 0e8f31357b
1 zmienionych plików z 2 dodań i 19 usunięć

21
Home.md

@ -10,26 +10,9 @@ Micro Python is Python interpreter (with partial native code emission feature).
###Boards
The Kickstarter board
* The board relies on a 32 bit ARM Cortex M4 CPU (STM32F405RG, DSP with FPU, 1 Mbyte Flash, 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)
* 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)
**Others**
* [[Netduino Plus 2|Board-NetduinoPlus2]] - same chip as pyboard
* [[STM Discovery STM32F429|Board-STM32F429]]
* [[STM Discovery STM32F401|Board-STM32F401-Discovery]]
* [[STM Discovery STM32F407|Board-STM32F407-Discovery]] - **started**
* [[FreeSOC|Board---FreeSOC]]
* [[Arduino Due|Board-Arduino-Due]]
* [[Teensy 3.1|Board-Teensy3.1]] - **started**
* [[Digi-X|Board-Digi-X]]
* [[Olimex STM32-H407|Board-Olimex-STM32-H407]]
* [[Olimex STM32-405STK|Board-Olimex-STM32-405STK]] - same chip as pyboard
* [[Mikroe mini M4|Board-Mikroe-mini-M4]]
* [[UDOO|Board-UDOO]]
* [[OpenPilot Revolution|Board-OpenPilot-Revolution]]
* [[Polyhelo|Board-Polyhelo]]
* [[OpenMV|Board-OpenMV]]
* [[Vortex86|Board-Vortex86]]
A list of other boards and their ports is here: **[[Other Boards|Boards-Summary]]**
###Porting
* [[How to port micro python to a new hardware target|porting]]