| Commit message (Expand) | Author | Age | Files | Lines |
| * | Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1 | Dario Nieuwenhuis | 2024-10-21 | 1 | -1/+1 |
| * | Update smoltcp, embedded-nal-async to use the `core::net` IP addr types. | Dario Nieuwenhuis | 2024-10-07 | 1 | -1/+1 |
| * | net: refactor to simplify lifetimes/generics. | Dario Nieuwenhuis | 2024-09-16 | 1 | -6/+5 |
| * | examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's) | Dario Nieuwenhuis | 2024-08-07 | 1 | -7/+2 |
| * | prepare release embassy-executor | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| * | Prepare to release embassy-usb | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| * | Prepare embassy-time release | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| * | Prepare release of embassy-embedded-hal 0.2.0 | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| * | stm32 adc: introduce blocking_read | Andres Vahter | 2024-07-03 | 1 | -1/+1 |
| * | prepare for embassy-time 0.3.1 release | Ulf Lilleengen | 2024-06-04 | 1 | -1/+1 |
| * | fix broken links to embassy book | Ulf Lilleengen | 2024-06-03 | 1 | -1/+1 |
| * | Prepare for embassy-sync 0.6.0 release | Ulf Lilleengen | 2024-05-29 | 1 | -1/+1 |
| * | added CAN example | René Herrero | 2024-05-21 | 1 | -0/+68 |
| * | stm32/i2c: remove peripheral generic param. | Dario Nieuwenhuis | 2024-05-21 | 1 | -1/+1 |
| * | stm32/spi: remove peripheral generic param. | Dario Nieuwenhuis | 2024-05-20 | 1 | -1/+1 |
| * | examples/stm32: do not enable vbus detect by default, it doesn't work on all ... | Dario Nieuwenhuis | 2024-05-13 | 1 | -7/+5 |
| * | Reduce use of the full `futures` crate. | Dario Nieuwenhuis | 2024-04-26 | 2 | -2/+1 |
| * | Update dependent versions | James Munns | 2024-04-23 | 1 | -1/+1 |
| * | rustfmt usb examples | Joël Schulz-Ansres | 2024-04-22 | 1 | -1/+1 |
| * | Add comment on vbus_detection to all USB examples | Joël Schulz-Ansres | 2024-04-22 | 1 | -0/+13 |
| * | L4 Example: probe-run to probe-rs | James Munns | 2024-04-16 | 1 | -1/+1 |
| * | stm32/usart: remove DMA generic params. | Dario Nieuwenhuis | 2024-04-16 | 2 | -4/+2 |
| * | stm32/i2c: remove DMA generic params. | Dario Nieuwenhuis | 2024-04-15 | 3 | -35/+3 |
| * | stm32/spi: remove DMA generic params. | Dario Nieuwenhuis | 2024-04-15 | 3 | -17/+13 |
| * | stm32: update adc examples | Andres Vahter | 2024-04-10 | 1 | -2/+1 |
| * | Remove ad-hoc fixes for setting the IOSV bit to true | Emilie Burgun | 2024-03-26 | 1 | -6/+0 |
| * | Merge pull request #2730 from embassy-rs/stm32-sealed | Dario Nieuwenhuis | 2024-03-23 | 1 | -20/+20 |
| |\ |
|
| | * | stm32: use private_bounds for sealed traits. | Dario Nieuwenhuis | 2024-03-23 | 1 | -7/+7 |
| | * | stm32/timer: simplify traits, convert from trait methods to struct. | Dario Nieuwenhuis | 2024-03-23 | 1 | -13/+13 |
| * | | usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead | Adam Greig | 2024-03-23 | 1 | -2/+0 |
| |/ |
|
| * | Fix warnings in recent nightly. | Dario Nieuwenhuis | 2024-03-20 | 1 | -1/+1 |
| * | stm32/usb: ensure mux is configured in examples. | Dario Nieuwenhuis | 2024-03-19 | 1 | -13/+15 |
| * | stm32/usb: merge usb and usb_otg into single module. | Dario Nieuwenhuis | 2024-03-19 | 1 | -4/+4 |
| * | stm32/rtc: remove use of deprecated .timestamp() | Dario Nieuwenhuis | 2024-03-06 | 1 | -2/+2 |
| * | stm32: autogenerate mux config for all chips. | Dario Nieuwenhuis | 2024-03-01 | 1 | -7/+7 |
| * | stm32/adc: reexport enums from PAC to avoid boilerplate hell. | Dario Nieuwenhuis | 2024-02-26 | 1 | -1/+1 |
| * | stm32/rcc: unify naming sysclk field to `sys`, enum to `Sysclk`. | Dario Nieuwenhuis | 2024-02-26 | 4 | -5/+5 |
| * | update timer mod after stm32-metapac timer_v2 | eZio Pan | 2024-02-09 | 1 | -7/+7 |
| * | stm32/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 2 | -10/+8 |
| * | bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4. | Dario Nieuwenhuis | 2024-01-11 | 1 | -3/+3 |
| * | Change GPIO inherent methods back to `&self`. | Dario Nieuwenhuis | 2024-01-10 | 4 | -7/+7 |
| * | Update embedded-hal to v1.0 | Dario Nieuwenhuis | 2024-01-09 | 1 | -3/+3 |
| * | New embassy-net release | Scott Mabin | 2024-01-04 | 1 | -1/+1 |
| * | examples: configure executor task arena sizes. | Dario Nieuwenhuis | 2024-01-02 | 1 | -1/+1 |
| * | update metapac after stm32-data PR323 | eZio Pan | 2023-12-25 | 1 | -3/+3 |
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 20 | -25/+4 |
| * | chore: replace make_static! macro usage with non-macro version | Ulf Lilleengen | 2023-12-21 | 1 | -5/+8 |
| * | Update embedded-hal to 1.0.0-rc.3 | Dario Nieuwenhuis | 2023-12-14 | 5 | -10/+10 |
| * | Update all references to `embasy-executor` to the latest version | Jesse Braham | 2023-12-06 | 1 | -1/+1 |
| * | update release version in examples and other crates | Scott Mabin | 2023-12-04 | 1 | -2/+2 |