| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | 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 |
| * | STM32 DAC: Rework DAC driver, support all families. | Adam Greig | 2023-11-25 | 5 | -47/+30 |
| * | STM32 DAC: Swap to new TSEL enum entirely in-HAL | Adam Greig | 2023-11-25 | 2 | -4/+4 |
| * | Merge pull request #2200 from barnabywalters/asynci2cv1 | Dario Nieuwenhuis | 2023-11-24 | 10 | -8/+213 |
| |\ |
|
| | * | stm32/i2c: implement async i2c v1. | Barnaby Walters | 2023-11-24 | 2 | -0/+197 |
| | * | stm32/i2c: add async, dual interrupt scaffolding. | Dario Nieuwenhuis | 2023-11-24 | 8 | -8/+16 |
| * | | executor: Remove non-functional rtos-trace-interrupt. | Dario Nieuwenhuis | 2023-11-24 | 1 | -1/+1 |
| |/ |
|
| * | Merge pull request #2198 from adamgreig/stm32-opamp | Dario Nieuwenhuis | 2023-11-20 | 1 | -1/+1 |
| |\ |
|
| | * | STM32 opamp: use impl Peripheral instead of directly taking pins | Adam Greig | 2023-11-20 | 1 | -1/+1 |
| * | | Add docs, touch all linker fragments | James Munns | 2023-11-19 | 3 | -2/+38 |
| * | | Update RP2040 memory.x | James Munns | 2023-11-19 | 1 | -2/+2 |
| |/ |
|
| * | executor: release v0.3.3 | Dario Nieuwenhuis | 2023-11-15 | 35 | -35/+35 |
| * | stm32/rcc: unify f2 into f4/f7. | Dario Nieuwenhuis | 2023-11-13 | 1 | -26/+29 |
| * | stm32/rcc: fix pll enum naming on f4, f7. | Dario Nieuwenhuis | 2023-11-13 | 8 | -14/+14 |
| * | stm32/rcc: consistent casing and naming for PLL enums. | Dario Nieuwenhuis | 2023-11-13 | 18 | -32/+32 |
| * | Update heapless to v0.8, embedded-nal-async to v0.7 | Dario Nieuwenhuis | 2023-11-10 | 21 | -25/+24 |
| * | usb: remove msos-descriptor feature. | Dario Nieuwenhuis | 2023-11-08 | 20 | -10/+21 |
| * | rp: Remove control handler from USB raw bulk example | kalkyl | 2023-11-07 | 1 | -9/+1 |
| * | Merge pull request #2158 from kalkyl/usb-bulk | Dario Nieuwenhuis | 2023-11-07 | 1 | -0/+150 |
| |\ |
|
| | * | fmt | kalkyl | 2023-11-07 | 1 | -1/+1 |
| | * | Use driver reexport | kalkyl | 2023-11-07 | 2 | -2/+1 |
| | * | rp: Add USB raw bulk example | kalkyl | 2023-11-07 | 2 | -0/+151 |