Difference between revisions of "ARM"

From HaskellWiki
Jump to navigation Jump to search
(Added section "ARM based systems")
m
(5 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
== Introduction ==
 
== Introduction ==
   
ARM (Advanced RISC Machine) is a reduced instruction set computer (RISC) instruction set architecture. It is used in most of the mobile phones and in many other consumer electronics devices. For more details see [http://en.wikipedia.org/wiki/ARM_architecture the Wikipedia article].
+
ARM (Advanced RISC Machine) is a [http://en.wikipedia.org/wiki/RISC RISC] instruction set architecture. It is used in most of the mobile phones and in many other consumer electronics devices. For more details, see [http://en.wikipedia.org/wiki/ARM_architecture the Wikipedia article].
   
   
Line 24: Line 24:
   
 
== Found on mailing lists ==
 
== Found on mailing lists ==
  +
  +
* [http://www.haskell.org/pipermail/haskell-cafe/2013-March/106855.html <nowiki>[Haskell-cafe]</nowiki> ANNOUNCE: Start Ajhc project with forking jhc.] Kiwamu Okabe created a fork of [[jhc]] and used it to program a [http://en.wikipedia.org/wiki/ARM_Cortex-M Cortex-M3] processor.
  +
  +
* [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])
   
 
* [http://www.mail-archive.com/haskell-cafe@haskell.org/msg99529.html Re: &#91;Haskell-cafe&#93; Haskell (GHC 7) on ARM]
 
* [http://www.mail-archive.com/haskell-cafe@haskell.org/msg99529.html Re: &#91;Haskell-cafe&#93; Haskell (GHC 7) on ARM]
Line 32: Line 36:
 
== ARM based systems ==
 
== ARM based systems ==
   
* [[]]
+
* [[BeagleBoard]]
   
  +
* [[Raspberry Pi]]
   
  +
* [[PandaBoard]]
== See also ==
 
   
* [[IPhone]]
+
* [[iPhone]]
   
 
* [[Android]]
 
* [[Android]]
  +
  +
* [http://en.wikipedia.org/wiki/List_of_single_board_computers List of single-board computers] (Wikipedia)
  +
  +
 
== See also ==
  +
  +
* [[Arduino]] (not ARM based)
   
   
 
[[Category:Platforms]]
 
[[Category:Platforms]]
  +
[[Category:Robotics]]

Revision as of 13:52, 6 March 2013

This article is a stub. You can help by expanding it.


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.


Documentation


Blog articles


Found on mailing lists


ARM based systems


See also