aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove support for consecutive Read operationsAlex Moon2024-10-231-132/+57
* Add support for transactions to Twim in embassy-nrfAlex Moon2024-10-231-244/+377
* Merge pull request #3317 from GrantM11235/simplepwmchannelUlf Lilleengen2024-10-239-90/+269
|\
| * Make clone_unchecked workGrant Miller2024-09-212-4/+2
| * wip: split by valueGrant Miller2024-09-073-6/+21
| * last oops I promiseGrant Miller2024-09-066-12/+8
| * Missing docsGrant Miller2024-09-061-0/+9
| * oops againGrant Miller2024-09-061-4/+4
| * oopsGrant Miller2024-09-061-2/+6
| * Update examplesGrant Miller2024-09-066-38/+37
| * Match embedded-hal apiGrant Miller2024-09-061-33/+72
| * Deduplicate SimplePwm's channel methodsGrant Miller2024-09-061-56/+63
| * embassy-stm32: Add SimplePwmChannelGrant Miller2024-09-061-0/+112
* | Merge pull request #3444 from dnbln/mainDario Nieuwenhuis2024-10-223-15/+42
|\ \
| * | fix: review commentsDinu Blanovschi2024-10-223-33/+31
| * | fixDinu Blanovschi2024-10-221-2/+2
| * | fixDinu Blanovschi2024-10-221-4/+21
| * | fixDinu Blanovschi2024-10-221-1/+2
| * | fix + allow both conditions on the irq and the handlersDinu Blanovschi2024-10-221-3/+12
| * | feat(stm32): allow `bind_interrupts!` to accept conditional compilation attrsDinu Blanovschi2024-10-221-1/+3
* | | Merge pull request #3446 from U007D/update-firmware-pathUlf Lilleengen2024-10-221-2/+2
|\ \ \
| * | | update path to cyw43 firmware in `wifi_blinky.rs` commentsBrad Gibson2024-10-221-2/+2
|/ / /
* | | Merge pull request #3441 from Luctins/chore/usart-add-rts-only-newDario Nieuwenhuis2024-10-221-0/+48
|\ \ \
| * | | :memo: fix wrong commentLucas Martins2024-10-211-2/+2
| * | | fmtLucas Martins2024-10-211-1/+0
| * | | add uart permutations usefull for rs485Lucas Martins2024-10-211-0/+49
* | | | Merge pull request #3433 from 1-rafael-1/rp-pwm-embedded-hal-traitsUlf Lilleengen2024-10-226-17/+260
|\ \ \ \
| * | | | cheaper motors need lower pwm frequencyrafael2024-10-211-6/+6
| * | | | add pwm frequency to examplesrafael2024-10-213-14/+23
| * | | | also add to the rp pwm examplerafael2024-10-212-10/+50
| * | | | rustfmtrafael2024-10-212-6/+2
| * | | | rustfmtrafael2024-10-211-2/+1
| * | | | change existing pwm example to reflect both existing ways to use pwm outputrafael2024-10-211-7/+48
| * | | | re-export SetDutyCycle for user conveniencerafael2024-10-211-3/+3
| * | | | rustfmtrafael2024-10-201-8/+7
| * | | | embassy_rp: implement pwm traits from embedded_halrafael2024-10-204-4/+163
* | | | | Merge pull request #3442 from embassy-rs/Dirbaio-patch-1Dario Nieuwenhuis2024-10-221-2/+2
|\ \ \ \ \
| * | | | | net: automatically enable defmt/ip_in_coreDario Nieuwenhuis2024-10-221-2/+2
|/ / / / /
* | | | | Merge pull request #3440 from embassy-rs/update-reqwlessUlf Lilleengen2024-10-211-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Use released version of reqwless for examplesUlf Lilleengen2024-10-211-1/+1
|/ / / /
* | | | Changelog executor v0.5.1 release.Dario Nieuwenhuis2024-10-211-1/+7
* | | | Merge pull request #3358 from mammothbane/mainDario Nieuwenhuis2024-10-213-1/+95
|\ \ \ \
| * | | | embassy_sync: `Sink` adapter for `pubsub::Pub`Nathan Perry2024-09-203-1/+95
* | | | | Merge pull request #3368 from AnthonyGrondin/mainDario Nieuwenhuis2024-10-212-3/+112
|\ \ \ \ \
| * | | | | feat(embassy-net): Implement `wait_read_ready()` + `wait_write_ready()` for T...Anthony Grondin2024-09-241-2/+44
| * | | | | docs(embassy-net): Update can_send() and may_send() documentation to reflect ...Anthony Grondin2024-09-241-1/+15
| * | | | | feat(embassy-net): Implement `wait_recv_ready()` + `wait_send_ready()` for Ud...Anthony Grondin2024-09-241-0/+53
* | | | | | Merge pull request #3305 from Luctins/stm32h5-flash-driverDario Nieuwenhuis2024-10-212-2/+180
|\ \ \ \ \ \
| * | | | | | stm32/flash: add stm32f2, stm32h5 flash driverLucas Martins2024-10-212-2/+180
* | | | | | | Merge pull request #3437 from embassy-rs/net-flush-udp-rawDario Nieuwenhuis2024-10-213-1/+35
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |