aboutsummaryrefslogtreecommitdiff
path: root/embassy-extras/src/fmt.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename embassy-extras to embassy-hal-commonDario Nieuwenhuis2021-07-291-225/+0
|
* fmt: Add dunmy use to avoid "unused variable" errors when no log is enabled.Dario Nieuwenhuis2021-06-071-16/+26
|
* fmt: use absolute pathsDario Nieuwenhuis2021-06-071-29/+29
|
* fmt: make all macros `macro_rules` so scoping is consistent.Dario Nieuwenhuis2021-06-071-45/+146
|
* Allow unused stuff in fmt.rsDario Nieuwenhuis2021-03-181-0/+1
|
* Do not export fmt macros.Dario Nieuwenhuis2021-03-171-6/+0
| | | | This was introduced by accident by me struggling with the weird intra-crate macro importing system...
* Move nRF's util into a separate crateThales Fragoso2021-03-071-0/+119