Difference between revisions of "ARM"

From HaskellWiki
Jump to navigation Jump to search
(→‎Found on mailing lists: Added "John Meacham merged the changes back into the main jhc tree.")
(→‎Blog articles: Added a link to "Ajhc demo for Cortex-M3/4 board")
(2 intermediate revisions by 2 users not shown)
Line 15: Line 15:
   
 
== Blog articles ==
 
== Blog articles ==
  +
  +
* [https://github.com/ajhc/demo-cortex-m3 Ajhc demo for Cortex-M3/4 board]
   
 
* [http://ghcarm.wordpress.com/ GHC on ARM]
 
* [http://ghcarm.wordpress.com/ GHC on ARM]
Line 21: Line 23:
   
 
* [http://bgamari.github.com/posts/cross-compiling_llvm.html Cross-compiling LLVM for ARM on Ubuntu]
 
* [http://bgamari.github.com/posts/cross-compiling_llvm.html Cross-compiling LLVM for ARM on Ubuntu]
 
   
 
== 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. John Meacham merged the changes back into the main jhc tree.
+
* [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-March/107014.html John Meacham merged the changes back into the main jhc tree].
   
 
* [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.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])
Line 45: Line 46:
 
* [[Android]]
 
* [[Android]]
   
  +
* [[Samsung Chromebook XE303C12]]
* [http://en.wikipedia.org/wiki/List_of_single_board_computers List of single-board computers] (Wikipedia)
 
   
 
* [http://en.wikipedia.org/wiki/List_of_single_board_computers List of single-board computers] (Wikipedia)
   
 
== See also ==
 
== See also ==

Revision as of 06:07, 14 September 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