aboutsummaryrefslogtreecommitdiff
path: root/embassy-hal-internal/src/macros.rs
Commit message (Collapse)AuthorAgeFilesLines
* Edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* rp: add missing `Debug` and `defmt::Format` `derive`s for ADCRalph Ursprung2025-05-151-0/+2
| | | | | this doesn't cover every `struct` & co. in `embassy-rp`, but at least it adds those needed for `Adc` and `adc::Channel`.
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-20/+18
|
* docs: document all public apis of embedded-hal-internalUlf Lilleengen2023-12-081-0/+5
| | | | | * Make some fields and functions non-public where possible. * Enable doc warnings for missing public API docs.
* stm32: avoid creating many tiny critical sections in init.Dario Nieuwenhuis2023-10-121-2/+8
| | | | Saves 292 bytes on stm32f0 bilnky with max optimizations (from 3132 to 2840).
* 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-281-0/+123
internal use only. (#1700)