aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32g4
Commit message (Expand)AuthorAgeFilesLines
...
* 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 conven...Adam Greig2023-10-154-12/+12
| * 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
* 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
* Rename embassy-hal-common to embassy-hal-internal, document it's for internal...Dario Nieuwenhuis2023-07-281-1/+0
* Added debug=2 in release profile to all examples.Piotr Esden-Tempski2023-07-261-0/+3
* 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
* 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
* stm32: fix defective examplexoviat2023-04-161-2/+2
* Release embassy-sync v0.2.0Dario Nieuwenhuis2023-04-131-1/+1
* executor: add Pender, rework Cargo features.Dario Nieuwenhuis2023-04-031-1/+1
* Bump defmt-rtt to 0.4Dario Nieuwenhuis2022-11-291-1/+1
* all Cargo.toml: Add license to all crate Cargo.toml fileschrysn2022-10-071-0/+1
* time: add more tick rates, use 1mhz as default.Dario Nieuwenhuis2022-09-021-1/+1
* split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis2022-08-221-1/+1
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-184-6/+7
* Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis2022-08-173-6/+6
* Update to critical-section 1.0, atomic-polyfill 1.0Dario Nieuwenhuis2022-08-171-1/+1
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-294-9/+10
* rename PwmPin::new_chX, update examples.Dario Nieuwenhuis2022-07-231-2/+3
* embassy-stm32: Simplify timeGrant Miller2022-07-101-2/+2