aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32u5
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3593 from bugadani/refactorDario Nieuwenhuis2024-12-161-1/+1
|\
| * Make `integrated-timers` the default, remove Cargo feature.Dario Nieuwenhuis2024-12-151-1/+1
* | Add support for stm32u595/5a5 OTG_HS in client modeDave Marples2024-12-101-0/+129
|/
* Refactor TSC module: Remove redundant 'Tsc' prefixes for improved naming cons...michel2024-11-291-5/+5
* STM32-TSC: enable discriminating between pins within same TSC group and impro...michel2024-11-291-43/+32
* Bump sync version (#3562)Dániel Buga2024-11-221-1/+1
* Release embassy-executor 0.6.3.Dario Nieuwenhuis2024-11-121-1/+1
* Prep executor 0.6.2Dániel Buga2024-11-061-1/+1
* Update chip from stm32u585ai to stm32u5g9zj and fix pinoutWilliam2024-10-284-7/+7
* Fix formatWilliam2024-10-281-2/+1
* Add LTDC example for STM32U5G9J-DK2 demo boardWilliam2024-10-253-0/+464
* 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 to release embassy-usbUlf Lilleengen2024-08-051-1/+1
* Prepare embassy-time releaseUlf Lilleengen2024-08-051-1/+1
* 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
* 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
* 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-262-2/+2
* Update dependent versionsJames Munns2024-04-231-1/+1
* Merge pull request #2792 from wagcampbell/wgc/u5-flash-non-secureDario Nieuwenhuis2024-04-151-0/+4
|\
| * Add support for using secure registersWarren Campbell2024-04-151-0/+4
* | 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
|/
* bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.Dario Nieuwenhuis2024-01-111-2/+2
* Update STM32 RCC U5 to support P and Q dividersTyler Gilbert2024-01-031-0/+2
* examples: configure executor task arena sizes.Dario Nieuwenhuis2024-01-021-2/+2
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-214-4/+1
* Update all references to `embasy-executor` to the latest versionJesse Braham2023-12-061-1/+1
* update release version in examples and other cratesScott Mabin2023-12-041-2/+2
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-1/+1
* executor: release v0.3.3Dario Nieuwenhuis2023-11-151-1/+1
* stm32/rcc: consistent casing and naming for PLL enums.Dario Nieuwenhuis2023-11-131-1/+1
* Update heapless to v0.8, embedded-nal-async to v0.7Dario Nieuwenhuis2023-11-101-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
* Release embassy-executor v0.3.1Dario Nieuwenhuis2023-11-011-1/+1