atom: A DSL for embedded hard realtime applications.
Atom is a Haskell DSL 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 RTOSs for many embedded applications.
Modules
[Index]
Downloads
- atom-1.0.12.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 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 && <4.16), 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> |
Revised | Revision 1 made by sjakobi at 2021-11-13T04:03:28Z |
Category | Language, Embedded |
Home page | http://tomahawkins.org |
Source repo | head: git clone git://github.com/tomahawkins/atom.git |
Uploaded | by LeePike at 2013-02-26T18:03:59Z |
Distributions | |
Reverse Dependencies | 4 direct, 6 indirect [details] |
Downloads | 22167 total (27 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |