| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Update dependent versions | James Munns | 2024-04-23 | 1 | -1/+1 |
| * | Merge pull request #2840 from MaxiluxSystems/feature/fdcan-runtime-cfg | Dario Nieuwenhuis | 2024-04-23 | 1 | -1/+1 |
| |\ |
|
| | * | examples: stm32: can: fix build | Torin Cooper-Bennun | 2024-04-22 | 1 | -1/+1 |
| * | | rustfmt usb examples | Joël Schulz-Ansres | 2024-04-22 | 1 | -2/+2 |
| * | | Add comment on vbus_detection to all USB examples | Joël Schulz-Ansres | 2024-04-22 | 1 | -0/+13 |
| |/ |
|
| * | stm32/usart: remove DMA generic params. | Dario Nieuwenhuis | 2024-04-16 | 3 | -24/+5 |
| * | stm32/spi: remove DMA generic params. | Dario Nieuwenhuis | 2024-04-15 | 2 | -6/+6 |
| * | stm32: update adc examples | Andres Vahter | 2024-04-10 | 1 | -2/+2 |
| * | Incorporated adam’s suggestion into all multiprio comments | Barnaby Walters | 2024-04-07 | 1 | -3/+4 |
| * | Apply suggestions from code review | Barnaby Walters | 2024-04-07 | 1 | -1/+1 |
| * | [embassy-stm32] added comments explaining multiprio interrupts | Barnaby Walters | 2024-04-07 | 1 | -0/+4 |
| * | Merge pull request #2746 from msrd0/multiprio-example-stm32h7 | Dario Nieuwenhuis | 2024-04-04 | 2 | -2/+147 |
| |\ |
|
| | * | Add multiprio example for stm32h7 inspired by stm32f4 | Dominic | 2024-04-04 | 2 | -2/+147 |
| * | | CAN: Unify API's between BXCAN and FDCAN. Use Envelope for all read methods i... | Corey Schuhen | 2024-03-28 | 1 | -5/+7 |
| |/ |
|
| * | Merge pull request #2730 from embassy-rs/stm32-sealed | Dario Nieuwenhuis | 2024-03-23 | 2 | -48/+63 |
| |\ |
|
| | * | stm32: use private_bounds for sealed traits. | Dario Nieuwenhuis | 2024-03-23 | 2 | -19/+32 |
| | * | stm32/timer: simplify traits, convert from trait methods to struct. | Dario Nieuwenhuis | 2024-03-23 | 2 | -29/+31 |
| * | | usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead | Adam Greig | 2024-03-23 | 1 | -2/+0 |
| |/ |
|
| * | Fix warnings in recent nightly. | Dario Nieuwenhuis | 2024-03-20 | 1 | -2/+2 |
| * | Rust formatting for comments. | AlejandroFNadal | 2024-03-20 | 1 | -9/+9 |
| * | Add comment warning for new users about changing pins on Ethernet for differe... | Alejandro Nadal | 2024-03-20 | 1 | -9/+11 |
| * | stm32/usb: ensure mux is configured in examples. | Dario Nieuwenhuis | 2024-03-19 | 1 | -0/+1 |
| * | stm32/usb: merge usb and usb_otg into single module. | Dario Nieuwenhuis | 2024-03-19 | 1 | -4/+4 |
| * | stm32/rtc: remove use of deprecated .timestamp() | Dario Nieuwenhuis | 2024-03-06 | 1 | -2/+2 |
| * | stm32: autogenerate mux config for all chips. | Dario Nieuwenhuis | 2024-03-01 | 4 | -4/+4 |
| * | update metapac | eZio Pan | 2024-02-29 | 1 | -2/+2 |
| * | stm32/adc: reexport enums from PAC to avoid boilerplate hell. | Dario Nieuwenhuis | 2024-02-26 | 1 | -1/+1 |
| * | 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 |
| * | restore original public API of timer, but keep new PAC | eZio Pan | 2024-02-10 | 1 | -2/+2 |
| * | add methods with macro | eZio Pan | 2024-02-10 | 1 | -2/+2 |
| * | update timer mod after stm32-metapac timer_v2 | eZio Pan | 2024-02-09 | 1 | -7/+7 |
| * | stm32/eth: rename new_rmii to new, update metapac to fix issues with PC2_C. | Dario Nieuwenhuis | 2024-02-01 | 2 | -2/+3 |
| * | Implement MII interface | Simon B. Gasse | 2024-02-01 | 3 | -2/+144 |
| * | 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 |
| * | bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4. | Dario Nieuwenhuis | 2024-01-11 | 1 | -3/+3 |
| * | Update embedded-hal to v1.0 | Dario Nieuwenhuis | 2024-01-09 | 1 | -2/+2 |
| * | New embassy-net release | Scott Mabin | 2024-01-04 | 1 | -1/+1 |
| * | examples: configure executor task arena sizes. | Dario Nieuwenhuis | 2024-01-02 | 1 | -1/+1 |
| * | update metapac after stm32-data PR323 | eZio Pan | 2023-12-25 | 1 | -3/+3 |
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 26 | -27/+2 |
| * | chore: replace make_static! macro usage with non-macro version | Ulf Lilleengen | 2023-12-21 | 2 | -10/+16 |
| * | stm32/timer: docs. | Dario Nieuwenhuis | 2023-12-19 | 1 | -5/+5 |
| * | Update embedded-hal to 1.0.0-rc.3 | Dario Nieuwenhuis | 2023-12-14 | 1 | -2/+2 |
| * | Update all references to `embasy-executor` to the latest version | Jesse Braham | 2023-12-06 | 1 | -1/+1 |
| * | stm32/eth: add host server command example | Badr Bouslikhin | 2023-12-05 | 2 | -0/+2 |
| * | stm32/eth: fix h7 examples | Badr Bouslikhin | 2023-12-05 | 2 | -2/+2 |
| * | update release version in examples and other crates | Scott Mabin | 2023-12-04 | 1 | -2/+2 |
| * | update embedded-storage{,-async}, remove patch. | Dario Nieuwenhuis | 2023-12-04 | 1 | -1/+1 |