aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32u5/src
Commit message (Expand)AuthorAgeFilesLines
* Update chip from stm32u585ai to stm32u5g9zj and fix pinoutWilliam2024-10-282-3/+3
* Fix formatWilliam2024-10-281-2/+1
* Add LTDC example for STM32U5G9J-DK2 demo boardWilliam2024-10-252-0/+462
* Update exampleEekle2024-06-301-2/+2
* fmtEekle2024-06-231-4/+2
* Add async wait to TSCEekle2024-06-231-2/+10
* Add example for touch sensitive controllerKarun2024-06-131-0/+89
* examples/stm32: do not enable vbus detect by default, it doesn't work on all ...Dario Nieuwenhuis2024-05-131-0/+4
* Reduce use of the full `futures` crate.Dario Nieuwenhuis2024-04-261-1/+1
* stm32/i2c: remove DMA generic params.Dario Nieuwenhuis2024-04-151-17/+1
* usb: remove device_descriptor buffer, store bytes in UsbDevice.inner insteadAdam Greig2024-03-231-2/+0
* stm32/usb: ensure mux is configured in examples.Dario Nieuwenhuis2024-03-191-0/+1
* stm32/usb: merge usb and usb_otg into single module.Dario Nieuwenhuis2024-03-191-4/+4
* stm32/rcc: unify naming sysclk field to `sys`, enum to `Sysclk`.Dario Nieuwenhuis2024-02-261-1/+1
* stm32/rcc: port U5 to new API, add all PLLs, all HSE modes.Dario Nieuwenhuis2024-02-231-11/+16
* Merge pull request #2594 from exzachlyvv/zvv/u5-i2cDario Nieuwenhuis2024-02-181-0/+41
|\
| * Add simple i2c example for u5Zach2024-02-181-0/+41
* | Merge pull request #2591 from exzachlyvv/zvv/u5-flashDario Nieuwenhuis2024-02-181-0/+55
|\ \
| * | support u5 flashZach2024-02-171-0/+55
| |/
* / u5 - add working rng exampleZach2024-02-171-0/+25
|/
* Update STM32 RCC U5 to support P and Q dividersTyler Gilbert2024-01-031-0/+2
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-213-3/+0
* stm32/rcc: consistent casing and naming for PLL enums.Dario Nieuwenhuis2023-11-131-1/+1
* usb: remove msos-descriptor feature.Dario Nieuwenhuis2023-11-081-0/+1
* stm32/rcc: add shared code for hsi48 with crs support.Dario Nieuwenhuis2023-11-051-2/+1
* stm32: rename HSI16 -> HSIDario Nieuwenhuis2023-10-221-2/+2
* time: Update examples, tests, and other code to use new Timer::after_x conven...Adam Greig2023-10-151-3/+3
* stm32/rcc: use PLL enums from PAC.Dario Nieuwenhuis2023-10-091-3/+3
* stm32: u5: implement >55 MHz clock speedsWill Glynn2023-10-051-1/+6
* stm32/otg: add VBUS detection.Dario Nieuwenhuis2023-06-271-1/+3
* stm32: move to bind_interruptsxoviat2023-05-241-3/+6
* Fix some typosDirk Stolle2023-05-081-1/+1
* 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
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-181-2/+2
* Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis2022-08-171-2/+2
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-291-3/+3
* Run rustfmt.Dario Nieuwenhuis2022-06-122-7/+2
* stm32: add stm32u5 GPDMA, SPIv4 support, add HIL tests.Dario Nieuwenhuis2022-04-271-0/+29
* Use embassy/defmt-timestamp-uptime in all examples.Dario Nieuwenhuis2022-04-022-20/+3
* Update to defmt 3.0ish.Bob McWhirter2021-11-151-1/+3
* Omg. More formatting.Bob McWhirter2021-11-021-1/+0
* Need to include a bit of embassy for the NVIC.Bob McWhirter2021-11-021-0/+3
* Remove unused imports.Bob McWhirter2021-11-021-14/+0
* Formatting, per usual.Bob McWhirter2021-11-021-5/+5
* Add STM32U5 example.Bob McWhirter2021-11-022-0/+45