aboutsummaryrefslogtreecommitdiff
path: root/embassy-hal-internal
Commit message (Collapse)AuthorAgeFilesLines
* Fix invalid "async" crates.io category.Dario Nieuwenhuis2024-01-121-1/+9
|
* Centralize license and MSRV boilerplate into the repo readme.Dario Nieuwenhuis2024-01-111-10/+0
|
* 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: correct name in readmeUlf Lilleengen2023-10-121-1/+1
|
* 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-2812-0/+2331
internal use only. (#1700)