aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2410 from eZioPan/waveform-on-CHxDario Nieuwenhuis2024-02-011-1/+1
|\
| * impl waveform with TIM ChanneleZio Pan2024-01-061-1/+1
* | 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-3/+3
* | Change GPIO inherent methods back to `&self`.Dario Nieuwenhuis2024-01-101-1/+1
|/
* New embassy-net releaseScott Mabin2024-01-041-1/+1
* examples: configure executor task arena sizes.Dario Nieuwenhuis2024-01-021-2/+2
* ask a DMA Channel only when use .gen_waveform()eZio Pan2024-01-022-14/+4
* some trivial fixeZio Pan2023-12-301-1/+1
* implement PWM waveform generating with DMAeZio Pan2023-12-282-63/+24
* update metapac after stm32-data PR323eZio Pan2023-12-251-2/+1
* enable output compare preload for TIMeZio Pan2023-12-231-0/+7
* remove unused feature attributeeZio Pan2023-12-221-1/+0
* fix timing, turn TIM UDE on only necessary, clean DMA FEIF after each TransfereZio Pan2023-12-221-4/+12
* Merge branch 'main' into stm32f4-example-ws2812-spieZio Pan2023-12-2231-56/+38
|\
| * ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-2131-32/+2
| * chore: replace make_static! macro usage with non-macro versionUlf Lilleengen2023-12-212-16/+28
| * remove embedded-sdmmcUlf Lilleengen2023-12-201-1/+1
| * stm32/timer: docs.Dario Nieuwenhuis2023-12-191-1/+1
| * stm32: add some docs.Dario Nieuwenhuis2023-12-182-6/+6
* | typo fixeZio Pan2023-12-181-4/+5
* | match up with stm32f429zi feature flageZio Pan2023-12-181-1/+1
* | stm32f4 ws2812 example with spi ...eZio Pan2023-12-172-35/+136
|/
* unify channel assigneZio Pan2023-12-161-4/+6
* cargo fmteZio Pan2023-12-151-11/+5
* add ws2812 example for stm32f4 with PWM and DMAeZio Pan2023-12-151-0/+135
* 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
* update embedded-storage{,-async}, remove patch.Dario Nieuwenhuis2023-12-041-1/+1
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-3/+3
* Update embedded-(hal,io,nal).Dario Nieuwenhuis2023-11-291-1/+1
* STM32 DAC: Rework DAC driver, support all families.Adam Greig2023-11-251-3/+2
* stm32/i2c: implement async i2c v1.Barnaby Walters2023-11-242-0/+197
* stm32/i2c: add async, dual interrupt scaffolding.Dario Nieuwenhuis2023-11-241-1/+2
* executor: release v0.3.3Dario Nieuwenhuis2023-11-151-1/+1
* stm32/rcc: fix pll enum naming on f4, f7.Dario Nieuwenhuis2023-11-135-9/+9
* Update heapless to v0.8, embedded-nal-async to v0.7Dario Nieuwenhuis2023-11-101-1/+1
* usb: remove msos-descriptor feature.Dario Nieuwenhuis2023-11-083-3/+3
* Update stm32 usb_raw example to use MSOS descriptors for WinUSBAdam Greig2023-11-074-1/+24
* Add raw USB example using control transfersAdam Greig2023-11-051-0/+201
* Upgrade static-cell to v2.0Dario Nieuwenhuis2023-11-021-1/+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
* Merge branch 'master' into center-alignDion Dokter2023-10-2016-71/+128
|\
| * stm32/rcc: refactor and unify f4 into f7.Dario Nieuwenhuis2023-10-185-16/+81
| * Prepare embassy-net(/-driver,/-driver-channel) 0.2.0Dániel Buga2023-10-161-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-1511-35/+35
| * Release embassy-time 0.1.4Dániel Buga2023-10-121-1/+1