ARM
From HaskellWiki
(Difference between revisions)
(→Found on mailing lists: Added "John Meacham merged the changes back into the main jhc tree.") |
(→Found on mailing lists: Added a link to John Meachams e-mail) |
||
| Line 25: | Line 25: | ||
== 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]) | ||
Current revision
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
- [Haskell-cafe] ANNOUNCE: Start Ajhc project with forking jhc. Kiwamu Okabe created a fork of jhc and used it to program a Cortex-M3 processor. John Meacham merged the changes back into the main jhc tree.
5 ARM based systems
- List of single-board computers (Wikipedia)
6 See also
- Arduino (not ARM based)
