aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f7/src/bin
Commit message (Collapse)AuthorAgeFilesLines
* sdmmc: factor out sd and add sdio modxoviat2025-12-111-1/+2
|
* sdmmc: refactor sd card creationxoviat2025-12-091-4/+8
|
* timer: add writable ring bufferxoviat2025-11-252-0/+214
|
* Reverted adding AnyBinding, removed AnyChannel, removed ability for ↵WillaWillNot2025-11-221-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 CIWillaWillNot2025-11-211-2/+1
|
* Updated documentation, fixed EXTI definition issues with chips that have ↵WillaWillNot2025-11-211-2/+14
| | | | touch sensing, updated examples, added generation of convenience method to bind_interrupts for easier type erasure
* Add new{_with_phy}, new_mii{_with_phy}datdenkikniet2025-11-141-6/+6
|
* adc: remove sample_time from structxoviat2025-11-101-3/+3
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-067-10/+10
|
* fix examplesSüha Ünüvar2025-09-151-8/+8
|
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-292-2/+2
|
* Update examples to add SampleShifting in qspi configCristian Milatinov2025-07-051-0/+1
|
* stm32/dma: fix packing/unpacking not working.Dario Nieuwenhuis2025-07-041-1/+3
|
* Add rand-core v0.9 support.Dario Nieuwenhuis2025-05-181-1/+0
| | | | Co-Authored-By: Aurélien Jacobs <[email protected]>
* refactor to reduce code duplicationAnton Lazarev2025-03-311-1/+1
|
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-1/+1
|
* stm32/eth: rename PHY->Phy, GenericSMI -> GenericPhy. Remove unneeded unsafes.Dario Nieuwenhuis2025-01-261-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 Nieuwenhuis2025-01-261-1/+1
|
* Remove manual settings of `composite_with_iads=true`Eekle2024-12-241-7/+0
|
* Update (q|o)spi examples.Piotr Esden-Tempski2024-12-171-2/+2
|
* net: refactor to simplify lifetimes/generics.Dario Nieuwenhuis2024-09-161-7/+6
|
* examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's)Dario Nieuwenhuis2024-08-071-7/+2
|
* stm32 adc: introduce blocking_readAndres Vahter2024-07-031-2/+2
|
* fix broken links to embassy bookUlf Lilleengen2024-06-031-1/+1
|
* Fix F7 example.Corey Schuhen2024-06-021-1/+1
|
* Fix example.Corey Schuhen2024-05-301-2/+2
|
* stm32/qspi: remove DMA generic param.Dario Nieuwenhuis2024-05-221-6/+7
|
* examples/stm32: do not enable vbus detect by default, it doesn't work on all ↵Dario Nieuwenhuis2024-05-131-7/+5
| | | | boards.
* examples/stm32: reduce packet queue count to avoid OOM on smaller chips.Dario Nieuwenhuis2024-05-131-2/+2
|
* feat(qspi): add example usage of QSPIMateusz Butkiewicz2024-05-101-0/+300
|
* Reduce use of the full `futures` crate.Dario Nieuwenhuis2024-04-261-1/+1
|
* rustfmt usb examplesJoël Schulz-Ansres2024-04-221-2/+2
|
* Add comment on vbus_detection to all USB examplesJoël Schulz-Ansres2024-04-221-0/+13
|
* stm32/usart: remove DMA generic params.Dario Nieuwenhuis2024-04-161-2/+1
|
* stm32: update adc examplesAndres Vahter2024-04-101-2/+2
|
* stm32/can: simplify bxcan api, merging bx::* into the main structs.Dario Nieuwenhuis2024-04-021-7/+5
| | | | | | The bx::* separate structs (Can, Rx, Tx) and separate `Instance` trait are a relic from the `bxcan` crate. Remove them, move the functionality into the main structs.
* usb: remove device_descriptor buffer, store bytes in UsbDevice.inner insteadAdam Greig2024-03-231-2/+0
|
* stm32/usb: ensure mux is configured in examples.Dario Nieuwenhuis2024-03-191-0/+1
|
* stm32/usb: merge usb and usb_otg into single module.Dario Nieuwenhuis2024-03-191-4/+4
|
* Use Result instead of Option for Frame creation.Corey Schuhen2024-03-131-1/+1
|
* Shared frame types.Corey Schuhen2024-03-131-1/+1
| | | | | | Remove BXCAN speciffic id and frame modules Remove SizedClassicData
* Merge pull request #2691 from caleb-garrett/cryp-dmaDario Nieuwenhuis2024-03-121-11/+17
|\ | | | | | | STM32 CRYP DMA
| * rustfmtCaleb Garrett2024-03-121-5/+2
| |
| * Correct cryp CI build issues.Caleb Garrett2024-03-121-1/+3
| |
| * Add CRYP DMA support. Updated example.Caleb Garrett2024-03-121-10/+9
| |
| * Refactored cryp din/dout into functions.Caleb Garrett2024-03-111-3/+11
| |
* | Fix examples and improve imports required.Corey Schuhen2024-03-071-7/+14
|/
* Address CI build issues.Caleb Garrett2024-02-251-6/+8
|
* Correct tag generation.Caleb Garrett2024-02-251-3/+6
|
* Add CRYP example.Caleb Garrett2024-02-251-0/+69
|