aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* `embassy-embedded-hal`: add release automation using `cargo-release`Ralph Ursprung2025-07-082-1/+7
* prepare changelog for `embassy-embedded-hal` v0.4.0Ralph Ursprung2025-07-081-0/+3
* `embassy-time`: add release automation using `cargo-release`Ralph Ursprung2025-07-082-1/+7
* prepare changelog for `embassy-time` v0.4.1Ralph Ursprung2025-07-081-0/+10
* `embassy-time-driver`: add release automation using `cargo-release`Ralph Ursprung2025-07-082-1/+7
* prepare changelog for `embassy-time-driver` v0.2.1Ralph Ursprung2025-07-081-0/+5
* `embassy-executor`: add release automation using `cargo-release`Ralph Ursprung2025-07-082-1/+7
* prepare changelog for `embassy-executor` v0.8.0Ralph Ursprung2025-07-081-0/+12
* `embassy-usb`: add release automation using `cargo-release`Ralph Ursprung2025-07-082-1/+7
* prepare changelog for `embassy-usb` v0.5.0Ralph Ursprung2025-07-081-0/+7
* `embassy-inet-driver-channel`: add release automation using `cargo-release`Ralph Ursprung2025-07-082-1/+7
* prepare changelog for `embassy-net-driver-channel` v0.4.0Ralph Ursprung2025-07-081-0/+2
* `embassy-usb-driver`: add release automation using `cargo-release`Ralph Ursprung2025-07-082-1/+7
* add changelog for `embassy-usb-driver`Ralph Ursprung2025-07-081-0/+10
* `embassy-futures`: add release automation using `cargo-release`Ralph Ursprung2025-07-082-1/+7
* add changelog for `embassy-futures`Ralph Ursprung2025-07-081-0/+13
* fix `release/bump-dependency.sh`: don't generate backup filesRalph Ursprung2025-07-081-1/+1
* Merge pull request #4382 from embassy-rs/fix-spawner-unsoundDario Nieuwenhuis2025-07-082-2/+19
|\
| * executor: mark Spawner::for_current_executor() as unsafe.Dario Nieuwenhuis2025-07-082-2/+19
|/
* Merge pull request #4381 from embassy-rs/fix-executor-impl-future-unsoundDario Nieuwenhuis2025-07-087-6/+109
|\
| * excutor: fix Send unsoundness with `-> impl Future` tasks.Dario Nieuwenhuis2025-07-087-6/+109
|/
* Reenable rpi pico tests.Dario Nieuwenhuis2025-07-071-3/+0
* Merge pull request #4338 from i509VCB/dmai509VCB2025-07-0711-25/+1279
|\
| * mspm0: add dma driveri509VCB2025-07-0611-25/+1279
* | Merge pull request #4370 from cmilatinov/feature/stm32-sample-shiftingDario Nieuwenhuis2025-07-065-2/+24
|\ \
| * | Run cargo fmtCristian Milatinov2025-07-051-2/+1
| * | Update examples to add SampleShifting in qspi configCristian Milatinov2025-07-053-1/+5
| * | Run cargo fmtCristian Milatinov2025-07-052-4/+4
| * | Added sample shifting to qspi config for stm32Cristian Milatinov2025-07-052-1/+20
* | | Merge pull request #4358 from skoe/opamp_rccDario Nieuwenhuis2025-07-061-0/+27
|\ \ \ | |/ / |/| |
| * | Use proper RCC clock enable for opampsThomas Giesel2025-07-051-0/+27
* | | Merge pull request #4356 from embassy-rs/update-rust5Dario Nieuwenhuis2025-07-0324-235/+203
|\ \ \
| * | | stm32/sdmmc: disable 1bit test.Dario Nieuwenhuis2025-07-041-0/+4
| * | | stm32/sdmmc: misc improvementsDario Nieuwenhuis2025-07-041-71/+53
| * | | sdmmc: use div_ceil.Dario Nieuwenhuis2025-07-041-5/+3
| * | | stm32/dma: fix packing/unpacking not working.Dario Nieuwenhuis2025-07-047-45/+57
| * | | stm32/dma: add missing fence on BDMA start.Dario Nieuwenhuis2025-07-041-3/+3
| * | | Update Rust nightly, stable.Dario Nieuwenhuis2025-07-0415-111/+83
|/ / /
* | | Merge pull request #4366 from mattwigway/uart-line-breakDario Nieuwenhuis2025-07-031-14/+20
|\ \ \
| * | | remove line break reference from documentationMatt Bhagat-Conway2025-07-031-16/+16
| * | | fix rustfmt in read_to_break docstringMatt Bhagat-Conway2025-07-031-1/+1
| * | | add note about UART line breaks being different from ASCIIMatt Bhagat-Conway2025-07-031-0/+6
* | | | Merge pull request #4365 from qwerty19106/stm32_impl_nb_writeDario Nieuwenhuis2025-07-031-1/+15
|\ \ \ \ | |/ / / |/| | |
| * | | Fix impl embedded_hal_nb::serial::Write for embassy_stm32::usart::UartTxqwerty191062025-07-031-1/+15
* | | | Merge pull request #4330 from innermatrix/stm32-adc-v1-watchdogUlf Lilleengen2025-07-033-4/+241
|\ \ \ \
| * | | | Added STM32 ADCv1 analog watchdog implementationIris Artin2025-06-263-4/+241
* | | | | Merge pull request #4364 from wlcx/patch-1Ulf Lilleengen2025-07-031-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | net: correct `UdpSocket::recv_from_with` docsSam W2025-07-031-1/+1
|/ / / /
* | | | Merge pull request #4362 from adom-inc/rp-currrent-coreUlf Lilleengen2025-07-031-0/+20
|\ \ \ \
| * | | | rp: add current_core apiAdrian Wowk2025-07-021-0/+20