ARM
From HaskellWiki
(Difference between revisions)
(Addedd a "See also" section again, with a link to Arduino) |
(Added Category:Robotics) |
||
| (One intermediate revision not shown.) | |||
| Line 29: | Line 29: | ||
* [http://www.haskell.org/pipermail/cvs-ghc/2012-February/070791.html Building a cross-compiler for ARM] | * [http://www.haskell.org/pipermail/cvs-ghc/2012-February/070791.html Building a cross-compiler for ARM] | ||
| + | * [http://www.haskell.org/pipermail/haskell-cafe/2013-February/106222.html GHCi (7.4.2) is working on ARM] ([http://en.wikipedia.org/wiki/Cubieboard Cubieboard] with [http://en.wikipedia.org/wiki/Ubuntu_(operating_system) Ubuntu]) | ||
== ARM based systems == | == ARM based systems == | ||
| Line 51: | Line 52: | ||
[[Category:Platforms]] | [[Category:Platforms]] | ||
| + | [[Category:Robotics]] | ||
Revision as of 21:15, 16 February 2013
This article is a stub. You can help by expanding it.
Contents |
1 Introduction
ARM (Advanced RISC Machine) is a RISC instruction set architecture. It is used in most of the mobile phones and in many other consumer electronics devices. For more details, see the Wikipedia article.
2 Documentation
3 Blog articles
4 Found on mailing lists
5 ARM based systems
- List of single-board computers (Wikipedia)
6 See also
- Arduino (not ARM based)
