| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add example | Jomer.Dev | 2024-01-08 | 1 | -0/+117 |
| * | stm32: Add G0 USB example | Derek Hageman | 2024-01-05 | 3 | -4/+105 |
| * | New embassy-net release | Scott Mabin | 2024-01-04 | 12 | -12/+12 |
| * | Merge pull request #2396 from tyler-gilbert/update-rcc-u5-with-sai-support | Dario Nieuwenhuis | 2024-01-03 | 1 | -0/+2 |
| |\ |
|
| | * | Update STM32 RCC U5 to support P and Q dividers | Tyler Gilbert | 2024-01-03 | 1 | -0/+2 |
| * | | weird format rule | Adin Ackerman | 2024-01-02 | 1 | -15/+9 |
| * | | add hf timer example for g0 | Adin Ackerman | 2024-01-02 | 1 | -0/+69 |
| |/ |
|
| * | fix for rustfmt | Christian Enderle | 2024-01-02 | 1 | -2/+2 |
| * | stm32l5: add low-power stop example | Christian Enderle | 2024-01-02 | 2 | -1/+66 |
| * | examples: configure executor task arena sizes. | Dario Nieuwenhuis | 2024-01-02 | 24 | -27/+27 |
| * | ask a DMA Channel only when use .gen_waveform() | eZio Pan | 2024-01-02 | 4 | -36/+7 |
| * | some trivial fix | eZio Pan | 2023-12-30 | 1 | -1/+1 |
| * | implement PWM waveform generating with DMA | eZio Pan | 2023-12-28 | 4 | -66/+46 |
| * | update metapac after stm32-data PR323 | eZio Pan | 2023-12-25 | 3 | -8/+7 |
| * | enable output compare preload for TIM | eZio Pan | 2023-12-23 | 1 | -0/+7 |
| * | remove unused feature attribute | eZio Pan | 2023-12-22 | 1 | -1/+0 |
| * | fix timing, turn TIM UDE on only necessary, clean DMA FEIF after each Transfer | eZio Pan | 2023-12-22 | 1 | -4/+12 |
| * | Merge branch 'main' into stm32f4-example-ws2812-spi | eZio Pan | 2023-12-22 | 336 | -540/+327 |
| |\ |
|
| | * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 336 | -369/+49 |
| | * | chore: replace make_static! macro usage with non-macro version | Ulf Lilleengen | 2023-12-21 | 29 | -158/+265 |
| | * | remove embedded-sdmmc | Ulf Lilleengen | 2023-12-20 | 1 | -1/+1 |
| | * | stm32/timer: docs. | Dario Nieuwenhuis | 2023-12-19 | 2 | -6/+6 |
| | * | stm32: add some docs. | Dario Nieuwenhuis | 2023-12-18 | 2 | -6/+6 |
| * | | typo fix | eZio Pan | 2023-12-18 | 1 | -4/+5 |
| * | | match up with stm32f429zi feature flag | eZio Pan | 2023-12-18 | 1 | -1/+1 |
| * | | stm32f4 ws2812 example with spi ... | eZio Pan | 2023-12-17 | 2 | -35/+136 |
| |/ |
|
| * | unify channel assign | eZio Pan | 2023-12-16 | 1 | -4/+6 |
| * | cargo fmt | eZio Pan | 2023-12-15 | 1 | -11/+5 |
| * | add ws2812 example for stm32f4 with PWM and DMA | eZio Pan | 2023-12-15 | 1 | -0/+135 |
| * | Merge pull request #2284 from Redrield/feature/embassy-usb-dfu | Ulf Lilleengen | 2023-12-14 | 11 | -0/+398 |
| |\ |
|
| | * | Rename bootloader feature to dfu | Kaitlyn Kenwell | 2023-12-14 | 1 | -1/+1 |
| | * | Abstract chip reset logic, add Reset impls for cortex-m and esp32c3 | Kaitlyn Kenwell | 2023-12-14 | 4 | -6/+6 |
| | * | Adjust stm32wb-dfu example memory maps to fix linker errors | Kaitlyn Kenwell | 2023-12-14 | 2 | -4/+4 |
| | * | Adjust toml files, fix application example | Kaitlyn Kenwell | 2023-12-14 | 3 | -8/+8 |
| | * | Add examples to ci.sh | Kaitlyn Kenwell | 2023-12-14 | 1 | -1/+0 |
| | * | fmt | Kaitlyn Kenwell | 2023-12-14 | 1 | -1/+0 |
| | * | Address reviews | Kaitlyn Kenwell | 2023-12-14 | 12 | -16/+7 |
| | * | Formatting fixes, add example using stm32wb55 | Kaitlyn Kenwell | 2023-12-13 | 12 | -0/+409 |
| * | | Update embedded-hal to 1.0.0-rc.3 | Dario Nieuwenhuis | 2023-12-14 | 18 | -29/+29 |
| |/ |
|
| * | More formatting. | Corey Schuhen | 2023-12-11 | 1 | -2/+1 |
| * | Update formatting. | Corey Schuhen | 2023-12-11 | 1 | -19/+8 |
| * | Add example for using CAN with STM32F103 (BluePill) with a real CAN | Corey Schuhen | 2023-12-11 | 1 | -0/+79 |
| * | Update all references to `embasy-executor` to the latest version | Jesse Braham | 2023-12-06 | 35 | -35/+35 |
| * | stm32/eth: add host server command example | Badr Bouslikhin | 2023-12-05 | 2 | -0/+2 |
| * | stm32/eth: fix h7 examples | Badr Bouslikhin | 2023-12-05 | 2 | -2/+2 |
| * | update release version in examples and other crates | Scott Mabin | 2023-12-04 | 39 | -75/+75 |
| * | update embedded-storage{,-async}, remove patch. | Dario Nieuwenhuis | 2023-12-04 | 16 | -16/+16 |
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 44 | -148/+102 |
| * | Update embedded-(hal,io,nal). | Dario Nieuwenhuis | 2023-11-29 | 11 | -27/+27 |
| * | Move embassy-lora, lora examples to lora-phy repo. | Dario Nieuwenhuis | 2023-11-29 | 20 | -1707/+1 |