aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32l5/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
* low_power: misc cleanups and allow main macroxoviat2025-11-161-10/+2
|
* Merge pull request #4691 from matteo-meluzzi/17-add-support-for-boot-protocolUlf Lilleengen2025-11-121-11/+45
|\ | | | | | | Add support for changing hid protocol mode in embassy-usb
| * Merge branch 'main' into 17-add-support-for-boot-protocolMatteo Meluzzi2025-10-244-7/+7
| |
| * update hid mouse and keyboard examplesmatteo2025-10-011-11/+39
| |
| * rename HidSubclass to match hid specmatteo2025-10-011-1/+1
| |
| * review commentsmatteo2025-09-301-2/+4
| |
| * update hid examplesmatteo2025-09-231-1/+5
| |
* | stm32/stop: move stop_with_rtc into initxoviat2025-11-041-5/+0
| |
* | rustfmtxoviat2025-11-031-1/+0
| |
* | low_power: update api to allow reconfigxoviat2025-11-031-2/+0
| |
* | Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-064-7/+7
|/
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-292-6/+6
|
* Add rand-core v0.9 support.Dario Nieuwenhuis2025-05-181-1/+0
| | | | Co-Authored-By: Aurélien Jacobs <[email protected]>
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-2/+2
|
* Remove manual settings of `composite_with_iads=true`Eekle2024-12-241-6/+0
|
* net: refactor to simplify lifetimes/generics.Dario Nieuwenhuis2024-09-161-6/+5
|
* examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's)Dario Nieuwenhuis2024-08-071-7/+2
|
* usb-hid: all the RequestHandler method accept &mut selfBoris Faure2024-04-151-3/+3
|
* examples: request_handler is mutableBoris Faure2024-04-151-3/+3
|
* usb: remove device_descriptor buffer, store bytes in UsbDevice.inner insteadAdam Greig2024-03-233-6/+0
|
* stm32/usb: ensure mux is configured in examples.Dario Nieuwenhuis2024-03-193-36/+48
|
* stm32/rcc: unify naming sysclk field to `sys`, enum to `Sysclk`.Dario Nieuwenhuis2024-02-264-5/+5
|
* stm32/gpio: remove generics.Dario Nieuwenhuis2024-01-221-3/+2
|
* fix for rustfmtChristian Enderle2024-01-021-2/+2
|
* stm32l5: add low-power stop exampleChristian Enderle2024-01-021-0/+61
|
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-215-5/+0
|
* chore: replace make_static! macro usage with non-macro versionUlf Lilleengen2023-12-211-10/+18
|
* stm32/rcc: consistent casing and naming for PLL enums.Dario Nieuwenhuis2023-11-134-5/+5
|
* usb: remove msos-descriptor feature.Dario Nieuwenhuis2023-11-083-0/+3
|
* stm32: rename HSI16 -> HSIDario Nieuwenhuis2023-10-224-4/+4
|
* stm32: update metapacxoviat2023-10-174-8/+8
|
* stm32/rcc: unify L4 and L5.Dario Nieuwenhuis2023-10-164-14/+45
|
* time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-151-2/+2
| | | | convenience methods
* stm32/rcc: use PLL enums from PAC.Dario Nieuwenhuis2023-10-094-8/+8
|
* Update to embedded-io 0.5 (#1752)Dario Nieuwenhuis2023-08-071-1/+1
|
* stm32/rng: use bind_interrupts!.Dario Nieuwenhuis2023-07-312-4/+9
|
* net: Support dual stack IPRuben De Smet2023-06-071-2/+2
|
* Rename StaticConfig to StaticConfigV4Ruben De Smet2023-06-061-1/+1
|
* Use make_static! from static-cell v1.1Dario Nieuwenhuis2023-06-011-17/+13
|
* stm32: move to bind_interruptsxoviat2023-05-243-9/+18
| | | | disable lora functionality for now
* net: do not use smoltcp Instant/Duration in public API.Dario Nieuwenhuis2023-05-151-1/+1
|
* usb: unify ControlHandler+DeviceStateHandler, route all control requests to ↵Dario Nieuwenhuis2023-02-083-3/+0
| | | | | | | | all handlers. - Allows classes to handle vendor requests. - Allows classes to use a single handler for multiple interfaces. - Allows classes to access the other events (previously only `reset` was available).
* net: allocate space for 2 sockets, needed for dhcp.Dario Nieuwenhuis2023-01-191-1/+1
|
* Add smoltcp dhcp socket configurationPaweł Jan Czochański2023-01-191-8/+3
|
* usb/cdc-ncm: add embassy-net Device implementation.Dario Nieuwenhuis2022-12-131-123/+17
|
* usb: move classes into the `embassy-usb` crate.Dario Nieuwenhuis2022-09-263-4/+4
|
* Replace futures::future::join -> embassy_futures::join::join.Dario Nieuwenhuis2022-09-222-2/+2
|