@@ -61,31 +61,36 @@ <h4><a href="http://www.rust-lang.org/">Rust</a> (similar to ML and C)</h4>
61
61
< p > Pros:< br > Cons:</ p >
62
62
63
63
< h3 >
64
- < a name ="hardware " class ="anchor " href ="#hardware "> < span class ="octicon octicon-link "> </ span > </ a > What hardware platform will support ?</ h3 >
64
+ < a name ="hardware " class ="anchor " href ="#hardware "> < span class ="octicon octicon-link "> </ span > </ a > What hardware platform will be supported ?</ h3 >
65
65
66
- < h4 > < a href ="http://www.st.com/web/jp/catalog/tools/FM116/SC959/SS1532/PF252419 " > STM32F4DISCOVERY </ a > </ h4 >
66
+ < h4 > < a href ="http://en.wikipedia.org/wiki/ARM_Cortex-M " > ARM Cortex-M </ a > </ h4 >
67
67
< ul >
68
- < li > Spec / 32-bit ARM Cortex-M4, 192 kB RAM</ li >
69
- < li > Ethernet / Optional DP83848 PHY board (< a href ="http://blog.tkjelectronics.dk/2012/08/ethernet-on-stm32f4discovery-using-external-phy/ "> detail</ a > )</ li >
70
- < li > JTAG debugger / On-board ST-LINK/V2 (< a href ="https://github.com/texane/stlink "> detail</ a > )</ li >
71
- < li > Which language can use on? / Ajhc, ATS, Rust</ li >
68
+ < li > Spec: 32-bit, RAM-size 1KiB~256KiB</ li >
69
+ < li > Debugger: < a href ="http://www.st.com/web/en/catalog/tools/FM146/CL1984/SC724/SS1677/PF251168 "> ST-LINK/V2</ a > (< a href ="https://github.com/texane/stlink "> detail</ a > ), < a href ="https://mbed.org/handbook/CMSIS-DAP "> CMSIS-DAP</ a > (< a href ="https://github.com/mbedmicro/pyOCD "> detail</ a > )</ li >
70
+ < li > Boards: < a href ="http://mbed.org/platforms/mbed-LPC1768/ "> mbed LPC1768</ a > , < a href ="http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/PF252419 "> STM32F4DISCOVERY</ a > </ li >
72
71
</ ul >
73
72
74
- < h4 > < a href ="http://arduino.cc/en/Main/ArduinoBoardMega2560 " > Arduino Mega 2560 </ a > </ h4 >
73
+ < h4 > < a href ="http://en.wikipedia.org/wiki/TI_MSP430 " > TI MSP430 </ a > </ h4 >
75
74
< ul >
76
- < li > Spec / 8-bit AVR ATmega2560, 8 kB RAM</ li >
77
- < li > Ethernet / Optional Ethernet Shield (< a href ="http://www.seeedstudio.com/wiki/Ethernet_Shield "> detail</ a > )</ li >
78
- < li > JTAG debugger / Optional < a href ="http://www.atmel.com/tools/avrdragon.aspx "> AVR Dragon</ a > (< a href ="http://www.larsen-b.com/Article/315.html "> detail</ a > )</ li >
79
- < li > Which language can use on? / ATS</ li >
75
+ < li > Spec: 16-bit, RAM-size 128B~66KiB</ li >
76
+ < li > Debugger: T.B.D.</ li >
77
+ < li > Boards: T.B.D.</ li >
78
+ </ ul >
79
+
80
+ < h4 > < a href ="http://en.wikipedia.org/wiki/Atmel_AVR "> Atmel AVR</ a > </ h4 >
81
+ < ul >
82
+ < li > Spec: 8-bit, Harvard architecture, RAM-size 64B~16KiB</ li >
83
+ < li > Debugger: < a href ="http://www.atmel.com/tools/avrdragon.aspx "> AVR Dragon</ a > (< a href ="http://www.larsen-b.com/Article/315.html "> detail</ a > )</ li >
84
+ < li > Boards: < a href ="http://arduino.cc/en/Main/ArduinoBoardMega2560 "> Arduino Mega 2560</ a > </ li >
80
85
</ ul >
81
86
82
87
< h3 >
83
88
< a name ="how-use " class ="anchor " href ="#how-use "> < span class ="octicon octicon-link "> </ span > </ a > How to use?</ h3 >
84
89
85
90
< ul >
86
- < li > < a href ="https://travis-ci.org/fpiot/arduino-mega2560-ats "> < img src ="https://travis-ci.org/fpiot/arduino-mega2560-ats.svg " alt ="Build Status " style ="max-width:100%;vertical-align:middle; "> </ a > < a href ="https://github.com/fpiot/arduino-mega2560-ats "> ATS programing on Arduino</ a > </ li >
91
+ < li > < a href ="https://travis-ci.org/fpiot/arduino-mega2560-ats "> < img src ="https://travis-ci.org/fpiot/arduino-mega2560-ats.svg " alt ="Build Status " style ="max-width:100%;vertical-align:middle; "> </ a > < a href ="https://github.com/fpiot/arduino-mega2560-ats "> ATS programing on Arduino (AVR) </ a > </ li >
87
92
< li > < a href ="https://travis-ci.org/fpiot/chibios-ats "> < img src ="https://travis-ci.org/fpiot/chibios-ats.svg " alt ="Build Status " style ="max-width:100%;vertical-align:middle; "> </ a > < a href ="https://github.com/fpiot/chibios-ats "> ATS programing on ChibiOS/RT</ a > </ li >
88
- < li > < a href ="https://travis-ci.org/fpiot/mbed-ats "> < img src ="https://travis-ci.org/fpiot/mbed-ats.svg " alt ="Build Status " style ="max-width:100%;vertical-align:middle; "> </ a > < a href ="https://github.com/fpiot/mbed-ats "> ATS programing on mbed</ a > </ li >
93
+ < li > < a href ="https://travis-ci.org/fpiot/mbed-ats "> < img src ="https://travis-ci.org/fpiot/mbed-ats.svg " alt ="Build Status " style ="max-width:100%;vertical-align:middle; "> </ a > < a href ="https://github.com/fpiot/mbed-ats "> ATS programing on mbed (ARM Cortex-M) </ a > </ li >
89
94
</ ul >
90
95
91
96
< h3 >
97
102
< a name ="license " class ="anchor " href ="#license "> < span class ="octicon octicon-link "> </ span > </ a > License</ h3 >
98
103
99
104
< ul >
100
- < li > Source code / TBD</ li >
101
105
< li > This page header photo / < a href ="http://www.flickr.com/photos/emrank/3074491752/ "> Copyright (C) 2008 Emran Kassim All Rights Reserved.</ a > Licensed under a < a href ="http://creativecommons.org/licenses/by/2.0/ "> Creative Commons Attribution 2.0 Generic License</ a > .</ li >
102
106
</ ul >
103
107
</ section >
0 commit comments