atom: An EDSL for embedded hard realtime applications.
Atom is a Haskell EDSL for designing hard realtime embedded software. Based on guarded atomic actions (similar to STM), Atom enables highly concurrent programming without the need for mutex locking. In addition, Atom performs compile-time task scheduling and generates code with deterministic execution time and constant memory use, simplifying the process of timing verification and memory consumption in hard realtime applications. Without mutex locking and run-time task scheduling, Atom eliminates the need and overhead of RTOSes for many embedded applications.
Versions [faq] | 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.0.9, 1.0.10, 1.0.11, 1.0.12, 1.0.13 |
---|---|
Dependencies | base (>=4.0 && <5), bimap, containers, mtl, process, syb [details] |
License | BSD-3-Clause |
Author | Tom Hawkins <tomahawkins@gmail.com> |
Maintainer | Tom Hawkins <tomahawkins@gmail.com>, Lee Pike <leepike@gmail.com> |
Category | Language, Embedded |
Home page | http://tomahawkins.org |
Source repo | head: git clone git://github.com/tomahawkins/atom.git |
Uploaded | by LeePike at 2015-06-03T16:47:06Z |
Distributions | NixOS:1.0.13 |
Downloads | 19015 total (32 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2015-06-09 [all 1 reports] |
Modules
[Index]
Downloads
- atom-1.0.13.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)