tomahawkins/atom

A DSL for embedded hard realtime applications.

Haskell

277

58 commits

updated May 15, 2017

See the code

README

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

Contributors

leepike

35 commits

tomahawkins

18 commits

Hodapp87

2 commits

crabmusket

1 commits

tomahawkins/atom

A DSL for embedded hard realtime applications.

Haskell

277

58 commits

updated May 15, 2017

See the code

README

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

Contributors

leepike

35 commits

tomahawkins

18 commits

Hodapp87

2 commits

crabmusket

1 commits

Languages

Haskell

87.7%

Yacc

6.2%

Vim Script

5.2%