A DSL for embedded hard realtime applications.


Keywords
embedded, language, library, Propose Tags, , Index, Language.Atom, Language.Atom.Analysis, Language.Atom.Code, Language.Atom.Common, Language.Atom.Common.Fader, Language.Atom.Common.Threshold, Language.Atom.Common.ValidData, Language.Atom.Compile, Language.Atom.Elaboration, Language.Atom.Example.External, Language.Atom.Example.Gcd, Language.Atom.Example.Probes, Language.Atom.Expressions, Language.Atom.Language, Language.Atom.Scheduling, Language.Atom.UeMap, Language.Atom.Unit, atom-1.0.13.tar.gz, browse, Package description, revised, metadata revisions, Package maintainers, LeePike, TomHawkins, edit package information
License
BSD-3-Clause
Install
cabal install atom-1.0.13

Documentation

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.

Additional Information