| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add rand-core v0.9 support. | Dario Nieuwenhuis | 2025-05-18 | 1 | -1/+0 |
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 2 | -5/+5 |
| * | stm32/eth: rename PHY->Phy, GenericSMI -> GenericPhy. Remove unneeded unsafes. | Dario Nieuwenhuis | 2025-01-26 | 1 | -4/+3 |
| * | stm32: change all examples and tests to use GenericSMI::new_auto(). | Dario Nieuwenhuis | 2025-01-26 | 1 | -1/+1 |
| * | stm32: Implement reads of DTS peripheral | Gabriel Smith | 2025-01-04 | 1 | -0/+75 |
| * | chore: clean up stm32h5 ucpd | elagil | 2025-01-03 | 1 | -3/+4 |
| * | Remove manual settings of `composite_with_iads=true` | Eekle | 2024-12-24 | 2 | -14/+0 |
| * | fix: add docstring for target platform | elagil | 2024-12-22 | 1 | -0/+2 |
| * | feat: stm32h5 UCPD example | elagil | 2024-12-22 | 1 | -0/+90 |
| * | Remove use of static mut. | Dario Nieuwenhuis | 2024-12-16 | 1 | -8/+11 |
| * | feat: change SOF timer to input capture | elagil | 2024-11-24 | 1 | -19/+30 |
| * | feat(stm32h5): add usb audio example | elagil | 2024-11-24 | 1 | -0/+367 |
| * | STM32H5xx ADC (#3557) | Gabriel Smith | 2024-11-21 | 1 | -0/+59 |
| * | net: refactor to simplify lifetimes/generics. | Dario Nieuwenhuis | 2024-09-16 | 1 | -7/+6 |
| * | examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's) | Dario Nieuwenhuis | 2024-08-07 | 1 | -7/+2 |
| * | stm32/usart: remove instance generic params | Jan Špaček | 2024-05-23 | 1 | -2/+1 |
| * | fixed: example loops crashing after 256 passes | Peter Kövesdi | 2024-04-29 | 1 | -1/+1 |
| * | low power for h5 | eZio Pan | 2024-04-28 | 1 | -0/+71 |
| * | Reduce use of the full `futures` crate. | Dario Nieuwenhuis | 2024-04-26 | 1 | -1/+1 |
| * | examples: stm32: can: fix build | Torin Cooper-Bennun | 2024-04-22 | 1 | -1/+1 |
| * | stm32/usart: remove DMA generic params. | Dario Nieuwenhuis | 2024-04-16 | 3 | -24/+5 |
| * | Merge pull request #2697 from eZioPan/stm32-cordic | Dario Nieuwenhuis | 2024-04-04 | 1 | -0/+78 |
| |\ |
|
| | * | stm32 CORDIC: re-design API | eZio Pan | 2024-03-23 | 1 | -8/+51 |
| | * | stm32 CORDIC: add example | eZio Pan | 2024-03-23 | 1 | -0/+35 |
| * | | CAN: Unify API's between BXCAN and FDCAN. Use Envelope for all read methods i... | Corey Schuhen | 2024-03-28 | 1 | -5/+7 |
| |/ |
|
| * | usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead | Adam Greig | 2024-03-23 | 1 | -2/+0 |
| * | stm32: autogenerate mux config for all chips. | Dario Nieuwenhuis | 2024-03-01 | 2 | -6/+3 |
| * | Remove the OperatingMode typestates | Corey Schuhen | 2024-02-18 | 1 | -2/+1 |
| * | Port FDCAN HAL to use PAC directly instead of fdcan crate. | Corey Schuhen | 2024-02-17 | 1 | -33/+56 |
| * | Add FDCAN examples for STM32G4, STM32H5 and STM32H7 | Corey Schuhen | 2024-01-31 | 1 | -0/+74 |
| * | stm32/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 1 | -3/+2 |
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 9 | -9/+0 |
| * | chore: replace make_static! macro usage with non-macro version | Ulf Lilleengen | 2023-12-21 | 1 | -5/+8 |
| * | stm32/i2c: add async, dual interrupt scaffolding. | Dario Nieuwenhuis | 2023-11-24 | 1 | -1/+2 |
| * | usb: remove msos-descriptor feature. | Dario Nieuwenhuis | 2023-11-08 | 1 | -0/+1 |
| * | stm32/rcc: add shared code for hsi48 with crs support. | Dario Nieuwenhuis | 2023-11-05 | 2 | -24/+24 |
| * | stm32/rcc: misc cleanups. | Dario Nieuwenhuis | 2023-10-23 | 2 | -4/+4 |
| * | time: Update examples, tests, and other code to use new Timer::after_x conven... | Adam Greig | 2023-10-15 | 2 | -6/+6 |
| * | Remove more unused stuff | Andres Oliva | 2023-10-11 | 1 | -1/+0 |
| * | stm32: add timeout to I2C driver | Andres Oliva | 2023-10-10 | 1 | -6/+2 |
| * | Patch tests & examples | Gabriel Górski | 2023-10-09 | 1 | -2/+1 |
| * | stm32/rcc: use PLL enums from PAC. | Dario Nieuwenhuis | 2023-10-09 | 2 | -9/+13 |
| * | stm32/usart: return error instead of panicking on bad baudrate. | Dario Nieuwenhuis | 2023-09-26 | 3 | -3/+3 |
| * | stm32/rcc: unify h5 and h7. | Dario Nieuwenhuis | 2023-09-21 | 2 | -3/+3 |
| * | stm32: use PAC enums for VOS. | Dario Nieuwenhuis | 2023-09-18 | 2 | -2/+2 |
| * | stm32/rcc: convert bus prescalers to pac enums | xoviat | 2023-09-16 | 2 | -8/+8 |
| * | add wait_config_up to examples | JuliDi | 2023-09-08 | 1 | -0/+3 |
| * | Deprecate *recv* in favor of *receive* | Ruben De Smet | 2023-08-22 | 1 | -1/+1 |
| * | Update to embedded-io 0.5 (#1752) | Dario Nieuwenhuis | 2023-08-07 | 1 | -1/+1 |
| * | stm32/rng: use bind_interrupts!. | Dario Nieuwenhuis | 2023-07-31 | 2 | -3/+10 |