aboutsummaryrefslogtreecommitdiff
path: root/embassy-hal-internal/src/fmt.rs
Commit message (Collapse)AuthorAgeFilesLines
* Reduced define for 'unreachable!' to a single macro ruleTarun Singh2024-07-171-10/+6
|
* Add collapse_debuginfo to fmt.rs macros.Dario Nieuwenhuis2024-06-171-0/+17
| | | | | | This makes location info in defmt logs point to the code calling the macro, instead of always to fmt.rs as before. Fix works with nightlies starting with today's, and stable 1.81+.
* fmt: disable "unused" warnings.Dario Nieuwenhuis2024-03-201-2/+1
|
* Sync all fmt.rs files.Dario Nieuwenhuis2023-08-301-6/+39
|
* Rename embassy-hal-common to embassy-hal-internal, document it's for ↵Dario Nieuwenhuis2023-07-281-0/+225
internal use only. (#1700)