aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Add exampleJomer.Dev2024-01-081-0/+117
|
* stm32: Add G0 USB exampleDerek Hageman2024-01-053-4/+105
| | | | Add a USB CDC ACM example using STM32G0 USB and CRS.
* New embassy-net releaseScott Mabin2024-01-0412-12/+12
|
* Merge pull request #2396 from tyler-gilbert/update-rcc-u5-with-sai-supportDario Nieuwenhuis2024-01-031-0/+2
|\ | | | | | | Update STM32 RCC U5 to support P and Q dividers
| * Update STM32 RCC U5 to support P and Q dividersTyler Gilbert2024-01-031-0/+2
| |
* | weird format ruleAdin Ackerman2024-01-021-15/+9
| |
* | add hf timer example for g0Adin Ackerman2024-01-021-0/+69
|/
* fix for rustfmtChristian Enderle2024-01-021-2/+2
|
* stm32l5: add low-power stop exampleChristian Enderle2024-01-022-1/+66
|
* examples: configure executor task arena sizes.Dario Nieuwenhuis2024-01-0224-27/+27
|
* ask a DMA Channel only when use .gen_waveform()eZio Pan2024-01-024-36/+7
|
* some trivial fixeZio Pan2023-12-301-1/+1
| | | | use less #[cfg] macro; reuse same variable
* implement PWM waveform generating with DMAeZio Pan2023-12-284-66/+46
|
* update metapac after stm32-data PR323eZio Pan2023-12-253-8/+7
| | | | and refactor a few code with cargo clippy
* enable output compare preload for TIMeZio Pan2023-12-231-0/+7
| | | | keep output waveform integrity
* 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
| | | | | | | | | | Remove support for embedded-sdmmc due to lack of maintainership. Bring it back once the upstream includes the async functionality.
| * 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
| | | | | | | | stm32f429 has less DMA channel than stm32f411
* | stm32f4 ws2812 example with spi ...eZio Pan2023-12-172-35/+136
|/ | | | | | | ... and more doc on TIM&DMA version, also remove useless TIM APRE settings, and use for loop instead of manually flip the index bit, and replace `embassy_time::Timer` with `embassy_time::Ticker`, for more constant time interval.
* 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
|\ | | | | | | Add embassy-usb-dfu crate, with related modifications to embassy-boot
| * 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
| | | | | | The STM32H7 examples enable `dhcpv4` and `dns` features. Both use one socket, meaning that we need one extra socket for our firmware tcp socket.
* 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
|