GitXplorerGitXplorer
j

cortex-m-funnel

public
11 stars
2 forks
1 issues

Commits

List of commits on branch master.
Verified
3e194bccacb9bbdbadd69f77701033db0b7f2ba6

Merge #2

bbors[bot] committed 5 years ago
Unverified
30e2238f178736bfe870b50d365e4cd28b166304

add Drain::read

jjaparic committed 5 years ago
Unverified
6a1e90bb2098b85591874597dfe1e81398b16d23

funnel!: support paths in NVIC_PRIO_BITS

jjaparic committed 5 years ago
Unverified
12c934b28fada0e981283d888211717ae57244a5

initial commit

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.