-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.html
More file actions
42 lines (42 loc) · 1.33 KB
/
README.html
File metadata and controls
42 lines (42 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<h1>ARM Microcontroller Frameworks</h1>
<p>Here are some firmware development frameworks for certain 32-bit <a href=
"http://www.arm.com" target="_blank">ARM</a> (Advanced RISC Machine) single
chip microcontrollers. I began in 2006 with my own somewhat vendor independent
<a href="https://gcc.gnu.org">GCC C/C++</a> development framework. I am
interested in alternatives to the traditional GCC development environment, so
there are also some experiments with <a href="https://pico-doc.synack.me">Alire
Ada</a>, <a href="https://www.arduino.cc/">Arduino C++</a>, <a href=
"http://www.astrobe.com">Astrobe Oberon</a>, <a href=
"https://micropython.org">MicroPython</a>, and <a href=
"https://www.mikroe.com/mikropascal-arm">mikroPascal</a> for ARM
microcontrollers.</p>
<h2>Framework Status</h2>
<table>
<tr>
<td><a href="alire/">Alire Ada</a></td>
<td>Investigation</td>
</tr>
<tr>
<td><a href="arduino/">Arduino C++</a></td>
<td>Active, Production</td>
</tr>
<tr>
<td><a href="astrobe/">Astrobe Oberon</a></td>
<td>Investigation</td>
</tr>
<tr>
<td><a href="gcc/">GCC C/C++</a></td>
<td>Frozen</td>
</tr>
<tr>
<td><a href="micropython/">MicroPython</a></td>
<td>Investigation</td>
</tr>
<tr>
<td><a href="mikropascal/">mikroPascal</a></td>
<td>Frozen</td>
</tr>
</table>
<hr>
Questions or comments to Philip Munts <a href=
"mailto:phil@munts.net">phil@munts.net</a>