aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32g4
Commit message (Collapse)AuthorAgeFilesLines
* Add FDCAN examples for STM32G4, STM32H5 and STM32H7Corey Schuhen2024-01-312-1/+57
| | | | | | | | Fix examples Fix examples Fix examples.
* Add FDCAN dependency in correct flavor based on selected chip.Tomasz bla Fortuna2024-01-311-1/+1
| | | | | | Author: Torin Cooper-Bennun <[email protected]> Change from review.
* stm32/gpio: remove generics.Dario Nieuwenhuis2024-01-221-3/+2
|
* bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.Dario Nieuwenhuis2024-01-111-2/+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-218-8/+1
|
* Update embedded-hal to 1.0.0-rc.3Dario Nieuwenhuis2023-12-141-1/+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-133-8/+8
|
* 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-4/+2
|
* Release embassy-executor v0.3.1Dario Nieuwenhuis2023-11-011-1/+1
|
* Prepare embassy-net 0.2.1 and embassy-sync 0.4.0Dániel Buga2023-10-311-1/+1
|
* stm32: rename HSI16 -> HSIDario Nieuwenhuis2023-10-222-2/+2
|
* Merge branch 'master' into center-alignDion Dokter2023-10-206-24/+24
|\
| * time: add `links` key, release v0.1.5.Dario Nieuwenhuis2023-10-161-1/+1
| |
| * stm32: expand rcc mux to g4 and h7xoviat2023-10-141-1/+1
| |
| * time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-154-12/+12
| | | | | | | | convenience methods
| * Release embassy-time 0.1.4Dániel Buga2023-10-121-1/+1
| |
| * stm32/rcc: use more PLL etc enums from PAC.Dario Nieuwenhuis2023-10-111-1/+1
| |
| * stm32/rcc: use PLL enums from PAC.Dario Nieuwenhuis2023-10-093-10/+10
| |
* | Fix examplesDion Dokter2023-10-011-1/+1
|/
* feat: bump embassy-sync version to 0.3.0Ulf Lilleengen2023-09-141-1/+1
| | | | Update changelog in preparation for release
* initial support for STM32G4 ADCDaehyeok Mun2023-09-042-0/+43
|
* Release embassy-time v0.1.3Jesse Braham2023-08-281-1/+1
|
* Bump executor crate version to 0.3.0Dániel Buga2023-08-231-1/+1
|
* stm32/pwm: add output type controlxoviat2023-07-291-1/+2
|
* stm32/timer: merge pwm module into timer. (#1703)Dario Nieuwenhuis2023-07-281-2/+2
| | | | The traits there are applicable to timer use cases other than PWM. It doesn't make sense to keep them separated.
* Rename embassy-hal-common to embassy-hal-internal, document it's for ↵Dario Nieuwenhuis2023-07-281-1/+0
| | | | internal use only. (#1700)
* Added debug=2 in release profile to all examples.Piotr Esden-Tempski2023-07-261-0/+3
| | | | | | | This makes rtt output work right when using `cargo run` in release mode. Debug was already enabled for release builds in some of the examples but not all.
* Add notes about setting chip name correctly for examples.Adam Greig2023-07-221-1/+2
|
* Release embassy-time v0.1.2Dario Nieuwenhuis2023-07-061-1/+1
|
* Update probe-rs-cli -> probe-rsDario Nieuwenhuis2023-06-291-2/+2
|
* STM32G4: Add CRS support to RCCKevin Lannen2023-06-281-9/+19
| | | | Create working CRS USB Example
* stm32: update metapac, includes fix for OTG with 9 endpoints (H7)Dario Nieuwenhuis2023-06-271-1/+3
|
* stm32: update stm32-metapac.Dario Nieuwenhuis2023-06-191-3/+1
|
* STM32G4: Add USB Serial exampleKevin Lannen2023-06-142-0/+111
|
* stm32g4: PLL: Add support for configuring PLL_P and PLL_QKevin Lannen2023-06-141-3/+12
|
* Remove embassy-cortex-m crate, move stuff to embassy-hal-common.Dario Nieuwenhuis2023-06-091-1/+1
|
* Rename to follow ref manual and CubeIDECarl St-Laurent2023-06-081-2/+2
|
* Added Vcore boost mode and Flash wait stateCarl St-Laurent2023-06-041-2/+2
|
* Use HSI16 for exemple since HSE might have a different value depending on boardCarl St-Laurent2023-06-041-3/+2
|
* Example using PLLCarl St-Laurent2023-06-031-0/+27
|
* Bump versions preparing for -macros and -executor releaseUlf Lilleengen2023-04-271-1/+1
|
* Switch from probe-run to probe-rs-cli.Dario Nieuwenhuis2023-04-261-2/+2
| | | | | - probe-run screwed up the last release 2 weeks ago and it's still not fixed (issue 391). Doesn't look well maintained. - Even when it's not broken, it lags behind probe-rs-cli in new chips support because it's slow in updating probe-rs.
* stm32: fix defective examplexoviat2023-04-161-2/+2
|