aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add Watch to embassy-sync READMErafael2024-10-051-0/+1
* Merge pull request #3387 from paulwrath1223/mainHenrik Alsér2024-10-021-1/+1
|\
| * Fixed overflow on `pio_stepper.rs`Paul Fornage2024-10-021-1/+1
|/
* Remove binary_info blocks from most examples. (#3385)Caleb Jamison2024-10-0145-445/+8
* Merge pull request #2568 from peterkrull/multi-signalUlf Lilleengen2024-10-012-0/+1110
|\
| * Reverse generics order, remove spin_getPeter Krull2024-09-241-26/+2
| * Added SealedWatchBehavior to limit access to core functionsPeter Krull2024-09-231-66/+71
| * Discontinue peek, add AnonReceiverPeter Krull2024-09-231-151/+289
| * Merge branch 'embassy-rs:main' into multi-signalPeter Krull2024-09-23936-17610/+72280
| |\
| * | This one is for cargo fmtPeter Krull2024-03-021-1/+1
| * | Reintroduce predicate methods. Add ability for sender to modify value in-place.Peter Krull2024-03-021-7/+260
| * | Forgot to update doc commentPeter Krull2024-02-291-1/+1
| * | Update tests to reflect changes in previous commitPeter Krull2024-02-291-9/+9
| * | Use Option instead of Result for receiver creation since it is the only way i...Peter Krull2024-02-291-16/+11
| * | Added sender types, support for dropping receivers, converting to dyn-types, ...Peter Krull2024-02-291-147/+374
| * | Changed name to `Watch`, added `DynReceiver`, `get`-method and more reworks.Peter Krull2024-02-283-530/+516
| * | Updated formattingPeter Krull2024-02-141-4/+9
| * | Got closures to work in async, added bunch of testsPeter Krull2024-02-141-48/+292
| * | Removed unused lifetime, change most fn -> FnMutPeter Krull2024-02-131-14/+12
| * | Change import formattingPeter Krull2024-02-131-11/+8
| * | Add initial implementation of `MultiSignal` sync primitivePeter Krull2024-02-132-0/+286
* | | Merge pull request #3378 from dnbln/patch-1Ulf Lilleengen2024-09-271-1/+1
|\ \ \
| * | | fix: change duplicate reference to `FirmwareUpdaterConfig::from_linkerfile_bl...Dinu Blanovschi2024-09-271-1/+1
|/ / /
* | | Merge pull request #3376 from embassy-rs/nrf91-sim-pinUlf Lilleengen2024-09-262-0/+13
|\ \ \
| * | | Add config option for setting SIM pinUlf Lilleengen2024-09-262-0/+13
|/ / /
* | | Merge pull request #3374 from romainreignier/fix_rp23_binary_infoDario Nieuwenhuis2024-09-261-0/+1
|\ \ \
| * | | rp23: add missing binary info in linker scriptRomain Reignier2024-09-261-0/+1
|/ / /
* | | Merge pull request #3371 from CBJamo/rp23_pwm_b_pinDario Nieuwenhuis2024-09-241-0/+4
|\ \ \
| * | | Only B pins can be inputs.Caleb Jamison2024-09-241-3/+1
| * | | Disable pad isolation on PWM A pins.Caleb Jamison2024-09-241-0/+6
|/ / /
* | | Merge pull request #3367 from CBJamo/rp2350_debug_pin_fixDario Nieuwenhuis2024-09-231-1/+1
|\ \ \ | |_|/ |/| |
| * | Fix rp2350b pins >31 on debug buildsCaleb Jamison2024-09-231-1/+1
|/ /
* | Merge pull request #3366 from kingofpayne/mainUlf Lilleengen2024-09-231-2/+1
|\ \
| * | Fixed signature script in bootloader documentationOlivier Hériveaux2024-09-231-2/+1
* | | Merge pull request #3364 from hansihe/fix-fdcan-preemption-dequeued-frame-returnUlf Lilleengen2024-09-232-1/+2
|\ \ \
| * | | Currently the return value of `write` is broken, it never returns theHans Josephsen2024-09-222-1/+2
* | | | Merge pull request #3363 from embassy-rs/spi-word-testsDario Nieuwenhuis2024-09-235-130/+174
|\ \ \ \
| * | | | stm32/tests: test spi u8 and u16 word sizes.Dario Nieuwenhuis2024-09-232-74/+140
| * | | | stm32: update metapac. Fixes SPI version on L0.Dario Nieuwenhuis2024-09-231-2/+2
| * | | | stm32/spi: fix hang/corruption of word sizes other than 8bit.Dario Nieuwenhuis2024-09-231-46/+26
| * | | | stm32/gpdma: clear tr3 just in case.Dario Nieuwenhuis2024-09-231-0/+1
| * | | | stm32/gpdma: ensure bndt in bytes doesn't overflow.Dario Nieuwenhuis2024-09-231-8/+5
|/ / / /
* | | | Merge pull request #3337 from doesnotcompete/feature/h7rs-usbDario Nieuwenhuis2024-09-228-7/+456
|\ \ \ \
| * | | | Add presence check for OTG_HS peripheral on STM32H7R/S seriesKevin2024-09-222-8/+10
| * | | | Add USBPHYC clock configuration for H7RS seriesKevin2024-09-226-17/+63
| * | | | Add OTG_HS support for STM32H7R/SKevin2024-09-227-4/+405
* | | | | Merge pull request #3362 from showier-drastic/mainDario Nieuwenhuis2024-09-221-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | stm32/spi: issue correct DMA word length when readingShaw Drastin2024-09-221-2/+2
|/ / / /
* | | | Merge pull request #3356 from peterkrull/ringbuffered-uartrx-deadlockDario Nieuwenhuis2024-09-222-33/+72
|\ \ \ \ | |/ / / |/| | |
| * | | stm32: Start DMA before clearing, avoid panic in updater ringbuffer implPeter Krull2024-09-191-1/+1