aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32l0/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-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-061-1/+1
|
* stm32/l0: Add usb serial examplePatrick Gansterer2025-09-011-0/+95
|
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-2/+2
|
* stm32: adapt examples to timer API changesmelvdl2025-06-271-2/+2
|
* added examplesokhsunrog2025-05-211-0/+32
|
* BufferedUart initializationMichael Gomez2025-04-041-1/+1
| | | | | | | This change modifies UART initialization throughout Embassy to take pins before interrupts. Related to #1304.
* 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-295-238/+491
| | | | improve TSC library in general
* 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-281-0/+117
|
* stm32: update metapac. Adds U5 LPDMA, fixes ADC_COMMONs.Dario Nieuwenhuis2024-04-291-3/+3
|
* 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
|
* stm32/gpio: remove generics.Dario Nieuwenhuis2024-01-221-3/+2
|
* Change GPIO inherent methods back to `&self`.Dario Nieuwenhuis2024-01-101-1/+1
| | | | | | | 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.
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-217-7/+0
|
* Update embedded-hal to 1.0.0-rc.3Dario Nieuwenhuis2023-12-141-1/+1
|
* Move embassy-lora, lora examples to lora-phy repo.Dario Nieuwenhuis2023-11-294-403/+0
|
* stm32/rcc: add shared code for hsi48 with crs support.Dario Nieuwenhuis2023-11-055-6/+5
|
* stm32/rcc: switch to modern api for l0, l1.Dario Nieuwenhuis2023-11-055-5/+5
|
* stm32: rename HSI16 -> HSIDario Nieuwenhuis2023-10-224-4/+4
|
* time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-154-12/+12
| | | | convenience methods
* stm32/usart: return error instead of panicking on bad baudrate.Dario Nieuwenhuis2023-09-262-6/+4
|
* Update for rust-lorawan and lora-phy version 2.ceekdee2023-09-244-17/+10
|
* Update to embedded-io 0.5 (#1752)Dario Nieuwenhuis2023-08-071-1/+1
|
* Merge pull request #1606 from JcBernack/rng-updateDario Nieuwenhuis2023-07-301-2/+6
|\ | | | | | | STM32: RNG update
| * stm32/rng: use bind_interrupts!.Dario Nieuwenhuis2023-07-311-2/+6
| |
* | Set frequency in stm32 SPI examplesbofh2023-07-311-1/+5
| |
* | Fix format in stm32 SPI examplesbofh2023-07-304-36/+4
| |
* | Fix more stm32 SPI examplesbofh2023-07-304-8/+16
| |
* | Fix formattingbofh2023-07-301-9/+1
| |
* | Fix stm32 SPI examplesbofh2023-07-301-2/+0
|/
* Fix examplesRasmus Melchior Jacobsen2023-05-251-5/+5
|
* Let Flash<Async/Blocking> be a thingRasmus Melchior Jacobsen2023-05-251-1/+1
|
* Align with new bind_interruptRasmus Melchior Jacobsen2023-05-251-2/+2
|