aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32l4/src
Commit message (Expand)AuthorAgeFilesLines
* stm32/rtc: enable lse in examples.Dario Nieuwenhuis2023-09-301-0/+1
* stm32/usart: return error instead of panicking on bad baudrate.Dario Nieuwenhuis2023-09-262-2/+2
* Merge branch 'embassy-rs:main' into adin1110-part2René van Dorst2023-08-282-2/+2
|\
| * stm32: fix l4 re-exportxoviat2023-08-272-2/+2
* | stm32l4: Update adin1110 example add FCS optionRené van Dorst2023-08-281-6/+18
|/
* stm32l4: Add EVAL-ADIN1110EBZ example with basic http serverRené van Dorst2023-08-241-0/+438
* stm32/l4: set rtc clock source in rccxoviat2023-08-081-4/+1
* stm32/rtc: fix exampelxoviat2023-08-061-1/+1
* Merge pull request #1606 from JcBernack/rng-updateDario Nieuwenhuis2023-07-301-2/+6
|\
| * stm32/rng: use bind_interrupts!.Dario Nieuwenhuis2023-07-311-2/+6
* | Set frequency in stm32 SPI examplesbofh2023-07-313-11/+15
* | Fix formattingbofh2023-07-301-9/+1
* | Fix stm32 SPI examplesbofh2023-07-303-15/+1
|/
* stm32: fix DAC examplesAdam Greig2023-07-221-1/+1
* Merge branch 'main' of https://github.com/embassy-rs/embassy into embassy-stm...Mathias2023-07-035-21/+150
|\
| * Merge pull request #1565 from JuliDi/mainDario Nieuwenhuis2023-06-292-11/+143
| |\
| | * remove need for StaticCell in dac_dma example for stm32l4JuliDi2023-06-281-21/+8
| | * attempt at fixing ciJuliDi2023-06-281-1/+0
| | * attempt at fixing ciJuliDi2023-06-281-1/+1
| | * add docJuliDi2023-06-281-0/+2
| | * Update DAC examples, add DAC + DMA exampleJuliDi2023-06-282-10/+154
| * | stm32/otg: add VBUS detection.Dario Nieuwenhuis2023-06-271-1/+3
| |/
| * stm32: update stm32-metapac.Dario Nieuwenhuis2023-06-192-11/+7
* | L4: Switch to MSI to prevent problems with PLL configuration, and enable powe...Mathias2023-07-011-0/+50
|/
* stm32: move to bind_interruptsxoviat2023-05-246-18/+36
* Fix some typosDirk Stolle2023-05-081-1/+1
* Add MCO support for L4 and F4 familiesMathieu Dupont2023-04-031-0/+27
* Fix examples broken by the macro fix.Dario Nieuwenhuis2023-03-083-3/+3
* usb: unify ControlHandler+DeviceStateHandler, route all control requests to a...Dario Nieuwenhuis2023-02-081-1/+0
* stm32 otg: add examples.chemicstry2023-01-111-0/+108
* stm32: Add support for read_until_idle on UARTGuillaume MICHEL2022-10-262-2/+6
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-1810-11/+11
* examples Remove the `fn config()` idiom.Dario Nieuwenhuis2022-08-171-6/+3
* Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis2022-08-179-19/+23
* Implement I2C pullup configurationchemicstry2022-08-093-3/+30
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-2910-20/+20
* Run rustfmt.Dario Nieuwenhuis2022-06-1214-52/+19
* Async shared bus for SPI & I2C + rename embassy-traits (#769)Henrik Alsér2022-05-262-2/+2
* Remove embassy_hal_common::usb.Dario Nieuwenhuis2022-05-041-115/+0
* Switch to crates.io embedded-hal, embedded-hal-async.Dario Nieuwenhuis2022-04-221-30/+0
* fix clock in l4 rng examplePhilip A Reimer2022-04-111-3/+4
* add stm32l4 hsi48 and usb examplePhilip A Reimer2022-04-091-0/+115
* Use embassy/defmt-timestamp-uptime in all examples.Dario Nieuwenhuis2022-04-0216-62/+45
* Update rust nightly, embedded-hal 1.0, embedded-hal-async.Dario Nieuwenhuis2022-03-111-1/+1
* Update examplesGrant Miller2022-03-081-1/+1
* stm32: Remove OptionalPinDario Nieuwenhuis2022-02-101-2/+1
* traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.Dario Nieuwenhuis2022-01-272-8/+5
* Support unstable-trait feature for stm32Ulf Lilleengen2022-01-264-11/+10
* stm32/spi: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-191-2/+1
* stm32/i2c: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-192-3/+1