aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/fmt.rs
Commit message (Collapse)AuthorAgeFilesLines
* stm32: use typelevel timer typexoviat2025-11-271-0/+10
|
* Change compile conditionBing Wen2024-11-271-2/+5
|
* Add newBing Wen2024-11-271-0/+19
|
* 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
|
* 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
|
* stm32: fix build, add ciDario Nieuwenhuis2021-05-171-0/+114
|
* Remove stm32.Dario Nieuwenhuis2021-05-171-114/+0
| | | | stm32 developemnt continues in the `stm32-neo` branch for now.
* stm32: consolidate functionality into new pkgxoviat2021-03-191-0/+114