aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32l4/src
Commit message (Expand)AuthorAgeFilesLines
* Update smoltcp, embedded-nal-async to use the `core::net` IP addr types.Dario Nieuwenhuis2024-10-071-1/+1
* 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
* stm32 adc: introduce blocking_readAndres Vahter2024-07-031-1/+1
* fix broken links to embassy bookUlf Lilleengen2024-06-031-1/+1
* added CAN exampleRené Herrero2024-05-211-0/+68
* stm32/i2c: remove peripheral generic param.Dario Nieuwenhuis2024-05-211-1/+1
* stm32/spi: remove peripheral generic param.Dario Nieuwenhuis2024-05-201-1/+1
* examples/stm32: do not enable vbus detect by default, it doesn't work on all ...Dario Nieuwenhuis2024-05-131-7/+5
* Reduce use of the full `futures` crate.Dario Nieuwenhuis2024-04-261-1/+1
* rustfmt usb examplesJoël Schulz-Ansres2024-04-221-1/+1
* 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-162-4/+2
* stm32/i2c: remove DMA generic params.Dario Nieuwenhuis2024-04-153-35/+3
* stm32/spi: remove DMA generic params.Dario Nieuwenhuis2024-04-153-17/+13
* stm32: update adc examplesAndres Vahter2024-04-101-2/+1
* Remove ad-hoc fixes for setting the IOSV bit to trueEmilie Burgun2024-03-261-6/+0
* Merge pull request #2730 from embassy-rs/stm32-sealedDario Nieuwenhuis2024-03-231-20/+20
|\
| * stm32: use private_bounds for sealed traits.Dario Nieuwenhuis2024-03-231-7/+7
| * stm32/timer: simplify traits, convert from trait methods to struct.Dario Nieuwenhuis2024-03-231-13/+13
* | usb: remove device_descriptor buffer, store bytes in UsbDevice.inner insteadAdam Greig2024-03-231-2/+0
|/
* Fix warnings in recent nightly.Dario Nieuwenhuis2024-03-201-1/+1
* stm32/usb: ensure mux is configured in examples.Dario Nieuwenhuis2024-03-191-13/+15
* stm32/usb: merge usb and usb_otg into single module.Dario Nieuwenhuis2024-03-191-4/+4
* stm32/rtc: remove use of deprecated .timestamp()Dario Nieuwenhuis2024-03-061-2/+2
* stm32: autogenerate mux config for all chips.Dario Nieuwenhuis2024-03-011-7/+7
* stm32/adc: reexport enums from PAC to avoid boilerplate hell.Dario Nieuwenhuis2024-02-261-1/+1
* stm32/rcc: unify naming sysclk field to `sys`, enum to `Sysclk`.Dario Nieuwenhuis2024-02-264-5/+5
* update timer mod after stm32-metapac timer_v2eZio Pan2024-02-091-7/+7
* stm32/gpio: remove generics.Dario Nieuwenhuis2024-01-222-10/+8
* Change GPIO inherent methods back to `&self`.Dario Nieuwenhuis2024-01-104-7/+7
* update metapac after stm32-data PR323eZio Pan2023-12-251-3/+3
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-2119-23/+2
* chore: replace make_static! macro usage with non-macro versionUlf Lilleengen2023-12-211-5/+8
* Update embedded-hal to 1.0.0-rc.3Dario Nieuwenhuis2023-12-144-7/+7
* STM32 DAC: Rework DAC driver, support all families.Adam Greig2023-11-252-22/+14
* STM32 DAC: Swap to new TSEL enum entirely in-HALAdam Greig2023-11-251-2/+2
* stm32/i2c: add async, dual interrupt scaffolding.Dario Nieuwenhuis2023-11-244-4/+8
* stm32/rcc: consistent casing and naming for PLL enums.Dario Nieuwenhuis2023-11-134-6/+6
* usb: remove msos-descriptor feature.Dario Nieuwenhuis2023-11-081-0/+1
* stm32/rcc: add shared code for hsi48 with crs support.Dario Nieuwenhuis2023-11-052-2/+2
* stm32/rcc: merge wl into l4/l5.Dario Nieuwenhuis2023-10-232-27/+36
* stm32: rename HSI16 -> HSIDario Nieuwenhuis2023-10-222-2/+2
* stm32: update metapacxoviat2023-10-174-4/+4
* stm32: update metapacxoviat2023-10-164-4/+4
* stm32/rcc: add better support for L4/L4+ differences.Dario Nieuwenhuis2023-10-165-5/+5
* stm32/rcc: port L4 to the "flattened" API like h5/h7.Dario Nieuwenhuis2023-10-154-31/+47
* time: Update examples, tests, and other code to use new Timer::after_x conven...Adam Greig2023-10-154-10/+10
* enable clock firstpbert2023-10-121-2/+2
* STM32: combine RccPeripherals reset() and enable() to reset_and_enable()pbert2023-10-121-2/+2