aboutsummaryrefslogtreecommitdiff
path: root/embassy-hal-internal/src
Commit message (Collapse)AuthorAgeFilesLines
* docs: document all public apis of embedded-hal-internalUlf Lilleengen2023-12-086-2/+27
| | | | | * Make some fields and functions non-public where possible. * Enable doc warnings for missing public API docs.
* fix: remove unused ringbuffer codeUlf Lilleengen2023-10-122-137/+0
|
* stm32: avoid creating many tiny critical sections in init.Dario Nieuwenhuis2023-10-122-5/+37
| | | | Saves 292 bytes on stm32f0 bilnky with max optimizations (from 3132 to 2840).
* Sync all fmt.rs files.Dario Nieuwenhuis2023-08-301-6/+39
|
* embassy-stm32: Misc clippy fixesGrant Miller2023-08-061-0/+1
|
* Rename embassy-hal-common to embassy-hal-internal, document it's for ↵Dario Nieuwenhuis2023-07-289-0/+2257
internal use only. (#1700)