aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* remove ‘const_fn’ feature, which in no longer needed.Brian Cully2022-10-121-1/+0
|
* Update to 0.2.0: Add HandlerArray type.v0.2.0Brian Cully2019-06-037-201/+468
| | | | | | | | | | | | | | * Create HandlerArray as a safe wrapper around Handler. * Add Cargo features for HandlerArray size. * Move Handler into sub-module. * Add CriticalSection sub-module for architecture dependent support of interrupt-free contexts. * Add build rules to pull in cortex-m support for CriticalSection automatically.
* Working handler code.v0.1.0Brian Cully2019-05-101-0/+209