GitXplorerGitXplorer
j

cortex-m-funnel

public
11 stars
2 forks
1 issues

Commits

List of commits on branch master.
Unverified
2fe12ce92993c936f23e8e239399a6da76b01fd9

add metadata to macro crate

jjaparic committed 5 years ago
Unverified
dec9a9f41fd57c4a41263e164c8c97dfe3759205

update docs link

jjaparic committed 5 years ago
Verified
989cef77e4bc186f1b93d8d6777b168e2b6033db

Merge #3

bbors[bot] committed 5 years ago
Unverified
163f7bf6cfaf613a3085a194da59c15641e81749

support logging levels

jjaparic committed 5 years ago
Unverified
b9c00c5cdf3e63f821d07898e350c588ee3c8235

shortcut Drain::get_all and Logger::get on non Cortex-M

jjaparic committed 5 years ago
Unverified
80ed6a2d511a77e38b42cc39e87c84a79e2de01d

fix up crate level docs

jjaparic committed 5 years ago

README

The README file for this repository.

cortex-m-funnel

A lock-free, wait-free, block-free logger for the ARM Cortex-M architecture

(lock-free as in logging doesn't block interrupt handlers; wait-free as in there's no spinning (e.g. CAS loop) to get a handle; and block-free as in the logger never waits for an I/O transfer (e.g. ITM, UART, etc.) to complete)

Status: ☢️ Experimental ☢️ (ALPHA PRE-RELEASE)

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.