aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* update metapac after stm32-data PR323eZio Pan2023-12-253-8/+7
* 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-22336-540/+327
|\
| * ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-21336-369/+49
| * chore: replace make_static! macro usage with non-macro versionUlf Lilleengen2023-12-2129-158/+265
| * remove embedded-sdmmcUlf Lilleengen2023-12-201-1/+1
| * stm32/timer: docs.Dario Nieuwenhuis2023-12-192-6/+6
| * 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
* Merge pull request #2284 from Redrield/feature/embassy-usb-dfuUlf Lilleengen2023-12-1411-0/+398
|\
| * Rename bootloader feature to dfuKaitlyn Kenwell2023-12-141-1/+1
| * Abstract chip reset logic, add Reset impls for cortex-m and esp32c3Kaitlyn Kenwell2023-12-144-6/+6
| * Adjust stm32wb-dfu example memory maps to fix linker errorsKaitlyn Kenwell2023-12-142-4/+4
| * Adjust toml files, fix application exampleKaitlyn Kenwell2023-12-143-8/+8
| * Add examples to ci.shKaitlyn Kenwell2023-12-141-1/+0
| * fmtKaitlyn Kenwell2023-12-141-1/+0
| * Address reviewsKaitlyn Kenwell2023-12-1412-16/+7
| * Formatting fixes, add example using stm32wb55Kaitlyn Kenwell2023-12-1312-0/+409
* | Update embedded-hal to 1.0.0-rc.3Dario Nieuwenhuis2023-12-1418-29/+29
|/
* More formatting.Corey Schuhen2023-12-111-2/+1
* Update formatting.Corey Schuhen2023-12-111-19/+8
* Add example for using CAN with STM32F103 (BluePill) with a real CANCorey Schuhen2023-12-111-0/+79
* Update all references to `embasy-executor` to the latest versionJesse Braham2023-12-0635-35/+35
* stm32/eth: add host server command exampleBadr Bouslikhin2023-12-052-0/+2
* stm32/eth: fix h7 examplesBadr Bouslikhin2023-12-052-2/+2
* update release version in examples and other cratesScott Mabin2023-12-0439-75/+75
* update embedded-storage{,-async}, remove patch.Dario Nieuwenhuis2023-12-0416-16/+16
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-2944-148/+102
* Update embedded-(hal,io,nal).Dario Nieuwenhuis2023-11-2911-27/+27
* Move embassy-lora, lora examples to lora-phy repo.Dario Nieuwenhuis2023-11-2920-1707/+1
* STM32 DAC: Rework DAC driver, support all families.Adam Greig2023-11-255-47/+30
* STM32 DAC: Swap to new TSEL enum entirely in-HALAdam Greig2023-11-252-4/+4
* Merge pull request #2200 from barnabywalters/asynci2cv1Dario Nieuwenhuis2023-11-2410-8/+213
|\
| * stm32/i2c: implement async i2c v1.Barnaby Walters2023-11-242-0/+197
| * stm32/i2c: add async, dual interrupt scaffolding.Dario Nieuwenhuis2023-11-248-8/+16
* | executor: Remove non-functional rtos-trace-interrupt.Dario Nieuwenhuis2023-11-241-1/+1
|/
* Merge pull request #2198 from adamgreig/stm32-opampDario Nieuwenhuis2023-11-201-1/+1
|\
| * STM32 opamp: use impl Peripheral instead of directly taking pinsAdam Greig2023-11-201-1/+1
* | Add docs, touch all linker fragmentsJames Munns2023-11-193-2/+38
* | Update RP2040 memory.xJames Munns2023-11-191-2/+2
|/
* executor: release v0.3.3Dario Nieuwenhuis2023-11-1535-35/+35
* stm32/rcc: unify f2 into f4/f7.Dario Nieuwenhuis2023-11-131-26/+29
* stm32/rcc: fix pll enum naming on f4, f7.Dario Nieuwenhuis2023-11-138-14/+14