Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-12-16 | use the single core variant of spsc::Queue | 1 | -2/+2 | ||
2018-12-15 | codegen/statics: forward #[cfg] attributes | 1 | -0/+3 | ||
fixes #110 | |||||
2018-12-15 | move some interrupt configuration to pre_init | 1 | -22/+26 | ||
2018-12-15 | codegen: merge dictionaries related to task dispatchers | 1 | -14/+23 | ||
2018-12-15 | codegen: merge dictionaries related to tasks | 1 | -94/+106 | ||
2018-12-02 | codegen: stop using `export_name` | 1 | -52/+58 | ||
`export_name` creates external symbols that won't be removed when using `-Z emit-stack-sizes` | |||||
2018-11-04 | fix codegen | 1 | -7/+15 | ||
2018-11-04 | impl Mutex on all shared resources | 1 | -19/+49 | ||
document how to write generic code that operates on resources | |||||
2018-11-03 | v0.4.0 | 1 | -0/+1815 | ||
closes #32 closes #33 |