| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | adc: type-erase regs instance | xoviat | 2025-12-06 | 1 | -1/+1 |
| | | |||||
| * | Reverted adding AnyBinding, removed AnyChannel, removed ability for ↵ | WillaWillNot | 2025-11-22 | 1 | -6/+1 |
| | | | | | ExtiInput to accept AnyPin and AnyChannel arguments, added ExtiPin trait for all pins which is lost on converstion to AnyPin and contains type-level ExtiChannel information | ||||
| * | Fixed broken examples/formatting reported by CI | WillaWillNot | 2025-11-21 | 1 | -2/+1 |
| | | |||||
| * | Updated documentation, fixed EXTI definition issues with chips that have ↵ | WillaWillNot | 2025-11-21 | 1 | -2/+14 |
| | | | | | touch sensing, updated examples, added generation of convenience method to bind_interrupts for easier type erasure | ||||
| * | Merge branch 'main' into sma | xoviat | 2025-11-18 | 2 | -12/+9 |
| |\ | |||||
| | * | low_power: misc cleanups and allow main macro | xoviat | 2025-11-16 | 1 | -10/+2 |
| | | | |||||
| | * | fix async adc for h5 and others | xoviat | 2025-11-13 | 1 | -2/+7 |
| | | | | | | | | | closes #4882. | ||||
| * | | Add new{_with_phy}, new_mii{_with_phy} | datdenkikniet | 2025-11-14 | 1 | -6/+6 |
| |/ | |||||
| * | adc: remove sample_time from struct | xoviat | 2025-11-10 | 1 | -4/+2 |
| | | |||||
| * | stm32: add backup sram mod | xoviat | 2025-11-06 | 1 | -0/+31 |
| | | |||||
| * | stm32/stop: move stop_with_rtc into init | xoviat | 2025-11-04 | 1 | -5/+0 |
| | | |||||
| * | rustfmt | xoviat | 2025-11-03 | 1 | -1/+0 |
| | | |||||
| * | low_power: update api to allow reconfig | xoviat | 2025-11-03 | 1 | -2/+0 |
| | | |||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 8 | -12/+12 |
| | | |||||
| * | stm32: add config to MCO to control the drive strength. | Daniel Nilsson | 2025-10-01 | 1 | -0/+29 |
| | | |||||
| * | style: formatting | Adrian Figueroa | 2025-09-05 | 1 | -1/+0 |
| | | |||||
| * | feat: SAI example | Adrian Figueroa | 2025-09-05 | 1 | -0/+53 |
| | | |||||
| * | Fix examples | diondokter | 2025-08-29 | 1 | -2/+2 |
| | | |||||
| * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 6 | -12/+12 |
| | | |||||
| * | stm32/adc/v3: allow DMA reads to loop through enabled channels | Gabriel Smith | 2025-08-22 | 1 | -0/+94 |
| | | | | | | Tested on an STM32H533RE. Documentation of other chips has been reviewed, but not extensively. | ||||
| * | i2c examples | Süha Ünüvar | 2025-08-08 | 1 | -2/+0 |
| | | |||||
| * | Add rand-core v0.9 support. | Dario Nieuwenhuis | 2025-05-18 | 1 | -1/+0 |
| | | | | | Co-Authored-By: Aurélien Jacobs <[email protected]> | ||||
| * | 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 |
| | | | | | | We shouldn't use `unsafe` to mark merely "dangerous" actions, only actions that actually cause UB. | ||||
| * | 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 |
| | | | | | Only PCLK-driven operation is supported. | ||||
| * | 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 |
| | | | | | | * stm32: Update STM32 data source * stm32h5: Add ADC example | ||||
| * | 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 driver | ||||
| | * | 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 ↵ | Corey Schuhen | 2024-03-28 | 1 | -5/+7 |
| |/ | | | | instead of a tuple sometimes. | ||||
| * | 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 |
| | | | | | | | Instead have two explcit types(without the mode generic arg)types: - One for config - One for all operating modes | ||||
| * | Port FDCAN HAL to use PAC directly instead of fdcan crate. | Corey Schuhen | 2024-02-17 | 1 | -33/+56 |
| | | | | | | | - Provide separate FDCAN capable and Classic CAN API's - Don't use fdcan crate dep anymore - Provide embedded-can traits. | ||||
