aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix rp23 i2s example, boot_sel isn't supported yet.Caleb Jamison2024-10-091-2/+5
* Move pio programs into embassy-rpCaleb Jamison2024-10-0930-1658/+1584
* Merge pull request #3404 from farmblox/fix-stm32-exti-low-powerDario Nieuwenhuis2024-10-081-3/+3
|\
| * fix: stm32l0 low-power EXTI IRQ handler wiped pending bits before they were c...Lena Berlin2024-10-081-3/+3
* | Merge pull request #3401 from sourcebox/sync-additionsDario Nieuwenhuis2024-10-073-1/+86
|\ \
| * | Add capacity, free_capacity, clear, len, is_empty and is_full functions to pr...Oliver Rockstedt2024-10-072-0/+85
| * | embassy-sync: fixed link to priority_channel in READMEOliver Rockstedt2024-10-071-1/+1
|/ /
* | Merge pull request #3400 from sourcebox/sync-additionsDario Nieuwenhuis2024-10-072-0/+85
|\ \
| * | Minor changelog fixOliver Rockstedt2024-10-071-1/+1
| * | Add capacity, free_capacity, clear, len, is_empty and is_full functions to Ch...Oliver Rockstedt2024-10-072-0/+85
|/ /
* | Merge pull request #3395 from vapor-keeb/mainDario Nieuwenhuis2024-10-075-2/+126
|\ \
| * | executor/spin: introduce an architecture agnostic executorDummyc0m2024-10-065-2/+126
* | | Merge pull request #3343 from george-cosma/hal-with-pacUlf Lilleengen2024-10-0712-0/+1389
|\ \ \
| * | | feat: embassy-lpc55 hal with gpio and pint driverGeorge Cosma2024-10-0712-0/+1389
* | | | Merge pull request #3393 from sourcebox/sync-additionsDario Nieuwenhuis2024-10-062-3/+89
|\ \ \ \ | |_|/ / |/| | |
| * | | embassy-sync: renamed field len to capacity on zerocopy_channel stateOliver Rockstedt2024-10-061-5/+6
| * | | embassy-sync: fix len calculation for zerocopy_channelOliver Rockstedt2024-10-061-1/+9
| * | | embassy-sync: add clear, len, is_empty and is_full functions to zerocopy_channelOliver Rockstedt2024-10-052-0/+77
* | | | Merge pull request #3394 from AtoVproject/fix/embassy-sync-sender-typoHenrik Alsér2024-10-061-2/+2
|\ \ \ \
| * | | | docs: fix Sender/Receiver typoChris Maniewski2024-10-051-2/+2
|/ / / /
* | | | Merge pull request #3391 from shilga/features/rp235x_clockDario Nieuwenhuis2024-10-051-0/+3
|\ \ \ \
| * | | | rp: Run RP235x at 150 MHz instead of 125Sebastian Quilitz2024-10-051-0/+3
| |/ / /
* | | | Merge pull request #3392 from 1-rafael-1/embassy-sync-README-mention-watchHenrik Alsér2024-10-051-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | 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
|/ / / / /