| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -1/+1 |
| | | |||||
| * | rp: add missing `Debug` and `defmt::Format` `derive`s for ADC | Ralph Ursprung | 2025-05-15 | 1 | -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 Nieuwenhuis | 2025-03-27 | 1 | -20/+18 |
| | | |||||
| * | docs: document all public apis of embedded-hal-internal | Ulf Lilleengen | 2023-12-08 | 1 | -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 Nieuwenhuis | 2023-10-12 | 1 | -2/+8 |
| | | | | | Saves 292 bytes on stm32f0 bilnky with max optimizations (from 3132 to 2840). | ||||
| * | embassy-stm32: Misc clippy fixes | Grant Miller | 2023-08-06 | 1 | -0/+1 |
| | | |||||
| * | Rename embassy-hal-common to embassy-hal-internal, document it's for ↵ | Dario Nieuwenhuis | 2023-07-28 | 1 | -0/+123 |
| internal use only. (#1700) | |||||
