| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | add async dma read example | Alexandros Liarokapis | 2024-07-02 | 1 | -0/+76 | |
| | | ||||||
| * | stm32/gpio: refactor AfType | Jan Špaček | 2024-06-16 | 1 | -5/+5 | |
| | | ||||||
| * | Clarified comments about the cortex_m::asm::delay functionality in al… (#3064) | Daniel Philipp | 2024-06-12 | 1 | -2/+2 | |
| | | | | | | | | | | | | * Clarified comments about the cortex_m::asm::delay functionality in all multiprio.rs examples * fixed formatting * Changed to using embassy_time::block_for() * removed my formatting scripts * specify embassy_time::Duration | |||||
| * | fix broken links to embassy book | Ulf Lilleengen | 2024-06-03 | 1 | -1/+1 | |
| | | ||||||
| * | stm32/usart: remove instance generic params | Jan Špaček | 2024-05-23 | 1 | -2/+1 | |
| | | ||||||
| * | Merge pull request #2985 from rumcake-rs/stm32-adc-anyadcchannel | Dario Nieuwenhuis | 2024-05-23 | 1 | -1/+1 | |
| |\ | | | | | | | stm32/adc: add AnyAdcChannel type | |||||
| | * | add AnyAdcChannel | Univa | 2024-05-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | stm32/i2c: remove peripheral generic param. | Dario Nieuwenhuis | 2024-05-21 | 1 | -3/+2 | |
| |/ | ||||||
| * | stm32/spi: remove peripheral generic param. | Dario Nieuwenhuis | 2024-05-20 | 3 | -6/+5 | |
| | | ||||||
| * | stm32h7: add shared bus example | Felipe Balbi | 2024-05-16 | 1 | -0/+112 | |
| | | ||||||
| * | examples/stm32: do not enable vbus detect by default, it doesn't work on all ↵ | Dario Nieuwenhuis | 2024-05-13 | 1 | -7/+5 | |
| | | | | | boards. | |||||
| * | examples/stm32: reduce packet queue count to avoid OOM on smaller chips. | Dario Nieuwenhuis | 2024-05-13 | 2 | -4/+4 | |
| | | ||||||
| * | format | Pegasis | 2024-05-03 | 1 | -1/+1 | |
| | | ||||||
| * | add example for bdma | Pegasis | 2024-05-03 | 1 | -0/+78 | |
| | | ||||||
| * | fixed: example loops crashing after 256 passes | Peter Kövesdi | 2024-04-29 | 1 | -1/+1 | |
| | | ||||||
| * | Reduce use of the full `futures` crate. | Dario Nieuwenhuis | 2024-04-26 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #2840 from MaxiluxSystems/feature/fdcan-runtime-cfg | Dario Nieuwenhuis | 2024-04-23 | 1 | -1/+1 | |
| |\ | | | | | | | stm32: can: fd: Properties for common runtime get/set operations | |||||
| | * | 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 | |
| | | | | Co-authored-by: becothas <[email protected]> | |||||
| * | [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 | 1 | -0/+145 | |
| |\ | | | | | | | Add multiprio example for stm32h7 inspired by stm32f4 | |||||
| | * | Add multiprio example for stm32h7 inspired by stm32f4 | Dominic | 2024-04-04 | 1 | -0/+145 | |
| | | | ||||||
| * | | 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. | |||||
| * | Merge pull request #2730 from embassy-rs/stm32-sealed | Dario Nieuwenhuis | 2024-03-23 | 2 | -48/+63 | |
| |\ | | | | | stm32: use private_bounds for sealed traits. | |||||
| | * | 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 ↵ | Alejandro Nadal | 2024-03-20 | 1 | -9/+11 | |
| | | | | | | different devices Not all STM32H7 devices share the pins of the example. Added a warning and a specific example for STM32H747XIH | |||||
| * | 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 | |
| | | | | | | | 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. | |||||
| * | 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 | |
| | | | | | | | | | - Extend the eth/v2 module to support MII besides RMII. - Replace `Ethernet::new` with `Ethernet::new_mii` and `Ethernet::new_rmii`. - Update ethernet examples. - Add example for MII ethernet. | |||||
| * | Add FDCAN examples for STM32G4, STM32H5 and STM32H7 | Corey Schuhen | 2024-01-31 | 1 | -0/+74 | |
| | | | | | | | | | Fix examples Fix examples Fix examples. | |||||
