aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32l0
Commit message (Collapse)AuthorAgeFilesLines
* Update to embedded-io 0.7Dario Nieuwenhuis2025-12-191-2/+2
|
* 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-3/+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
* adc: remove sample_time from structxoviat2025-11-101-3/+2
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-065-5/+5
|
* Edition 2024.Dario Nieuwenhuis2025-10-062-2/+2
|
* stm32/l0: Add usb serial examplePatrick Gansterer2025-09-012-0/+97
|
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-2/+2
|
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-261-4/+4
|
* Load all crates in the graph, honor the "publish" flag to prevent publishing ↵Dario Nieuwenhuis2025-08-251-0/+6
| | | | examples/tests.
* fix: prepare embassy-sync 0.7.1 releaseUlf Lilleengen2025-08-121-1/+1
| | | | * Add newtype for moved type to preserve API compat
* chore: update metapac and prepare embassy-stm32 0.3.0Ulf Lilleengen2025-08-121-1/+1
|
* chore: prepare embassy-executor 0.8 releaseUlf Lilleengen2025-07-311-1/+1
|
* stm32: adapt examples to timer API changesmelvdl2025-06-271-2/+2
|
* Merge pull request #4228 from okhsunrog/adding_eepromUlf Lilleengen2025-05-231-0/+32
|\ | | | | Adding EEPROM support to embassy-stm32
| * added examplesokhsunrog2025-05-211-0/+32
| |
* | embassy-sync: bump to 0.7.0Matt Johnston2025-05-221-1/+1
|/
* Update defmt dependenciesYuri Astrakhan2025-05-181-3/+3
|
* BufferedUart initializationMichael Gomez2025-04-041-1/+1
| | | | | | | This change modifies UART initialization throughout Embassy to take pins before interrupts. Related to #1304.
* chore: bump embassy-sync versionUlf Lilleengen2025-01-151-1/+1
| | | | Prepare version 0.6.2 for release
* Release embassy-stm32 v0.2.0Dario Nieuwenhuis2025-01-101-1/+1
|
* Prepare new embassy-time-*driver, embassy-executor, embassy-timeDániel Buga2024-12-221-2/+2
|
* Make `integrated-timers` the default, remove Cargo feature.Dario Nieuwenhuis2024-12-151-1/+1
|
* stm32 tsc examples: minor correctionsmichel2024-11-291-4/+4
|
* Refactor TSC module: Remove redundant 'Tsc' prefixes for improved naming ↵michel2024-11-293-10/+10
| | | | consistency
* 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-298-240/+517
| | | | improve TSC library in general
* 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
|
* prepare release embassy-executorUlf Lilleengen2024-08-051-1/+1
|
* Prepare embassy-time releaseUlf Lilleengen2024-08-051-1/+1
|
* add async TSC example for STM32L073michel2024-07-101-0/+122
|
* add blocking TSC examplesmichel2024-07-101-0/+116
|
* formatshufps2024-06-281-5/+3
|
* added commentshufps2024-06-281-0/+1
|
* added DDS exampleshufps2024-06-282-1/+118
|
* prepare for embassy-time 0.3.1 releaseUlf Lilleengen2024-06-041-1/+1
|
* Prepare for embassy-sync 0.6.0 releaseUlf Lilleengen2024-05-291-1/+1
|
* stm32: update metapac. Adds U5 LPDMA, fixes ADC_COMMONs.Dario Nieuwenhuis2024-04-291-3/+3
|
* Reduce use of the full `futures` crate.Dario Nieuwenhuis2024-04-261-1/+0
|
* stm32/spi: remove DMA generic params.Dario Nieuwenhuis2024-04-151-2/+1
|
* stm32: update adc examplesAndres Vahter2024-04-101-3/+3
|
* stm32/adc: reexport enums from PAC to avoid boilerplate hell.Dario Nieuwenhuis2024-02-261-1/+1
|
* made adc example working with default clock configuration and switched in ↵shufps2024-02-081-7/+2
| | | | `v1` to PCLK/2 per default
* clippyshufps2024-02-081-2/+1
|
* cargo fmtshufps2024-02-081-1/+1
|
* added ADC example running on L0shufps2024-02-081-0/+46
|