aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32g0
Commit message (Expand)AuthorAgeFilesLines
...
* Prepare to release embassy-usbUlf Lilleengen2024-08-051-1/+1
* Prepare embassy-time releaseUlf Lilleengen2024-08-051-1/+1
* stm32 adc: introduce blocking_readAndres Vahter2024-07-033-4/+4
* Merge pull request #3128 from andresv/stm32-adc-dma-v3Ulf Lilleengen2024-07-031-0/+44
|\
| * stm32g0: add adc_dma exampleAndres Vahter2024-07-031-0/+44
* | Add adc oversampling supportChen Yuheng2024-06-271-0/+43
|/
* Update pwm_complementary.rsChen Yuheng2024-06-191-1/+0
* Add PWM examples for stm32g0Chen Yuheng2024-06-193-0/+190
* Add stm32g0 examplesChen Yuheng2024-06-186-0/+153
* prepare for embassy-time 0.3.1 releaseUlf Lilleengen2024-06-041-1/+1
* stm32/spi: restrict txonly_nosck to SPIv1, it hangs in other versions.Dario Nieuwenhuis2024-05-311-1/+1
* Prepare for embassy-sync 0.6.0 releaseUlf Lilleengen2024-05-291-1/+1
* stm32g0: add i2c_async exampleFelipe Balbi2024-05-161-0/+48
* Reduce use of the full `futures` crate.Dario Nieuwenhuis2024-04-261-1/+0
* Update dependent versionsJames Munns2024-04-231-1/+1
* stm32/spi: remove DMA generic params.Dario Nieuwenhuis2024-04-151-2/+1
* usb: remove device_descriptor buffer, store bytes in UsbDevice.inner insteadAdam Greig2024-03-231-2/+0
* stm32/rcc: port g0 to new api.Dario Nieuwenhuis2024-03-041-7/+8
* stm32: autogenerate mux config for all chips.Dario Nieuwenhuis2024-03-012-28/+26
* stm32/rcc: unify naming sysclk field to `sys`, enum to `Sysclk`.Dario Nieuwenhuis2024-02-261-2/+2
* 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
* stm32: Add G0 USB exampleDerek Hageman2024-01-053-4/+105
* weird format ruleAdin Ackerman2024-01-021-15/+9
* add hf timer example for g0Adin Ackerman2024-01-021-0/+69
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-216-6/+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
* Update heapless to v0.8, embedded-nal-async to v0.7Dario Nieuwenhuis2023-11-101-1/+1
* Upgrade static-cell to v2.0Dario Nieuwenhuis2023-11-021-0/+1
* 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
* time: add `links` key, release v0.1.5.Dario Nieuwenhuis2023-10-161-1/+1
* time: Update examples, tests, and other code to use new Timer::after_x conven...Adam Greig2023-10-152-6/+6
* Release embassy-time 0.1.4Dániel Buga2023-10-121-1/+1
* feat: bump embassy-sync version to 0.3.0Ulf Lilleengen2023-09-141-1/+1
* 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
* changed ADDR variable to addrdev-guruprasath2023-07-311-5/+5
* changed ADDR variable to addrdev-guruprasath2023-07-311-1/+1
* added working example for flashdev-guruprasath2023-07-311-1/+1
* added working example for flashdev-guruprasath2023-07-311-3/+0
* added working example for flashdev-guruprasath2023-07-311-0/+47
* Fix stm32 SPI examplesbofh2023-07-301-1/+3
* 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