aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32l4
Commit message (Collapse)AuthorAgeFilesLines
...
| * stm32 multipin examples: remove check for group status since we are using ↵michel2024-11-291-26/+2
| | | | | | | | the async pending method
| * STM32-TSC: enable discriminating between pins within same TSC group and ↵michel2024-11-296-2/+504
| | | | | | | | improve TSC library in general
| * net: release v0.5.0Dario Nieuwenhuis2024-11-281-1/+1
| |
| * Bump sync version (#3562)Dániel Buga2024-11-221-1/+1
| | | | | | | | | | | | | | * Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor
| * Release embassy-executor 0.6.3.Dario Nieuwenhuis2024-11-121-1/+1
| |
| * Prep executor 0.6.2Dániel Buga2024-11-061-1/+1
| |
| * Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1Dario Nieuwenhuis2024-10-211-1/+1
| |
| * 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
| |
* | fix examplesjrmoulton2024-08-131-1/+1
|/
* examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's)Dario Nieuwenhuis2024-08-071-7/+2
|
* prepare release embassy-executorUlf Lilleengen2024-08-051-1/+1
|
* Prepare to release embassy-usbUlf Lilleengen2024-08-051-1/+1
|
* Prepare embassy-time releaseUlf Lilleengen2024-08-051-1/+1
|
* Prepare release of embassy-embedded-hal 0.2.0Ulf Lilleengen2024-08-051-1/+1
|
* stm32 adc: introduce blocking_readAndres Vahter2024-07-031-1/+1
|
* prepare for embassy-time 0.3.1 releaseUlf Lilleengen2024-06-041-1/+1
|
* fix broken links to embassy bookUlf Lilleengen2024-06-031-1/+1
|
* Prepare for embassy-sync 0.6.0 releaseUlf Lilleengen2024-05-291-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
| | | | boards.
* Reduce use of the full `futures` crate.Dario Nieuwenhuis2024-04-262-2/+1
|
* Update dependent versionsJames Munns2024-04-231-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
|
* L4 Example: probe-run to probe-rsJames Munns2024-04-161-1/+1
| | | Reverts some change made in https://github.com/embassy-rs/embassy/pull/1792
* 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.
| * 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
|
* bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.Dario Nieuwenhuis2024-01-111-3/+3
|
* Change GPIO inherent methods back to `&self`.Dario Nieuwenhuis2024-01-104-7/+7
| | | | | | | With the embedded-hal rc3 update I changed them to require `&mut self`, but in retrospect I think `&self` is better, for extra flexibility. This PR reverts the changes from the rc3 update to inherent methods.
* Update embedded-hal to v1.0Dario Nieuwenhuis2024-01-091-3/+3
|
* New embassy-net releaseScott Mabin2024-01-041-1/+1
|