aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update to version 0.3.0HEADv0.3.0mainBrian Cully2022-10-121-2/+2
|
* remove ‘const_fn’ feature, which in no longer needed.Brian Cully2022-10-121-1/+0
|
* Ignore Cargo.lock.nextBrian Cully2019-08-142-514/+1
|
* Version bump to 0.2.1.v0.2.1Brian Cully2019-08-141-1/+1
| | | | No real changes. Just documentation.
* Add travis/docs.rs badges to readme.Brian Cully2019-08-141-0/+3
|
* Add Travis-CI config.Brian Cully2019-08-141-0/+3
|
* Move cortex-m-rt into normal dev-dependenciesBrian Cully2019-07-091-3/+1
|
* Add link to readme from Cargo.toml.Brian Cully2019-07-091-0/+1
|
* Update to 0.2.0: Add HandlerArray type.v0.2.0Brian Cully2019-06-0315-205/+560
| | | | | | | | | | | | | | * 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-1010-0/+1708