ARM: Difference between revisions
(→Blog articles: Added a link to "Ajhc demo for Cortex-M3/4 board") |
(→Found on mailing lists: GHCi is *not* working on ARM.) |
||
Line 28: | Line 28: | ||
* [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-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]) | * GHCi | ||
** [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-December/111825.html GHCi is *not* (fully) working on ARM]. It almost did but there were problems so it's not included. Possibly in version 7.8. | |||
* [http://www.mail-archive.com/haskell-cafe@haskell.org/msg99529.html Re: [Haskell-cafe] Haskell (GHC 7) on ARM] | * [http://www.mail-archive.com/haskell-cafe@haskell.org/msg99529.html Re: [Haskell-cafe] Haskell (GHC 7) on ARM] |
Revision as of 00:44, 23 December 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
- [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.
- GHCi
- GHCi (7.4.2) is working on ARM (Cubieboard with Ubuntu)
- GHCi is *not* (fully) working on ARM. It almost did but there were problems so it's not included. Possibly in version 7.8.
ARM based systems
- List of single-board computers (Wikipedia)
See also
- Arduino (not ARM based)