aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32g0/src
Commit message (Expand)AuthorAgeFilesLines
* 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-185-0/+151
* stm32/spi: restrict txonly_nosck to SPIv1, it hangs in other versions.Dario Nieuwenhuis2024-05-311-1/+1
* stm32g0: add i2c_async exampleFelipe Balbi2024-05-161-0/+48
* 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
* Change GPIO inherent methods back to `&self`.Dario Nieuwenhuis2024-01-101-1/+1
* stm32: Add G0 USB exampleDerek Hageman2024-01-051-0/+99
* 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-215-5/+0
* Update embedded-hal to 1.0.0-rc.3Dario Nieuwenhuis2023-12-141-1/+1
* time: Update examples, tests, and other code to use new Timer::after_x conven...Adam Greig2023-10-152-6/+6
* 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
* stm32/spi: add new_txonly_nosck constructor, for neopixels, with an example i...anton smeenk2023-04-181-0/+101
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-182-3/+3
* Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis2022-08-172-4/+4
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-292-5/+5
* Run rustfmt.Dario Nieuwenhuis2022-06-123-6/+3
* Use embassy/defmt-timestamp-uptime in all examples.Dario Nieuwenhuis2022-04-024-26/+9
* stm32/exti: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-191-1/+0
* stm32/gpio: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-192-5/+3
* Remove trait_alias, allow(incomplete_features).Dario Nieuwenhuis2021-09-033-6/+0
* Add STM32G0 examplesBen Gamari2021-08-204-0/+108