| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix rp23 i2s example, boot_sel isn't supported yet. | Caleb Jamison | 2024-10-09 | 1 | -2/+5 |
| * | Move pio programs into embassy-rp | Caleb Jamison | 2024-10-09 | 30 | -1658/+1584 |
| * | Merge pull request #3404 from farmblox/fix-stm32-exti-low-power | Dario Nieuwenhuis | 2024-10-08 | 1 | -3/+3 |
| |\ |
|
| | * | fix: stm32l0 low-power EXTI IRQ handler wiped pending bits before they were c... | Lena Berlin | 2024-10-08 | 1 | -3/+3 |
| * | | Merge pull request #3401 from sourcebox/sync-additions | Dario Nieuwenhuis | 2024-10-07 | 3 | -1/+86 |
| |\ \ |
|
| | * | | Add capacity, free_capacity, clear, len, is_empty and is_full functions to pr... | Oliver Rockstedt | 2024-10-07 | 2 | -0/+85 |
| | * | | embassy-sync: fixed link to priority_channel in README | Oliver Rockstedt | 2024-10-07 | 1 | -1/+1 |
| |/ / |
|
| * | | Merge pull request #3400 from sourcebox/sync-additions | Dario Nieuwenhuis | 2024-10-07 | 2 | -0/+85 |
| |\ \ |
|
| | * | | Minor changelog fix | Oliver Rockstedt | 2024-10-07 | 1 | -1/+1 |
| | * | | Add capacity, free_capacity, clear, len, is_empty and is_full functions to Ch... | Oliver Rockstedt | 2024-10-07 | 2 | -0/+85 |
| |/ / |
|
| * | | Merge pull request #3395 from vapor-keeb/main | Dario Nieuwenhuis | 2024-10-07 | 5 | -2/+126 |
| |\ \ |
|
| | * | | executor/spin: introduce an architecture agnostic executor | Dummyc0m | 2024-10-06 | 5 | -2/+126 |
| * | | | Merge pull request #3343 from george-cosma/hal-with-pac | Ulf Lilleengen | 2024-10-07 | 12 | -0/+1389 |
| |\ \ \ |
|
| | * | | | feat: embassy-lpc55 hal with gpio and pint driver | George Cosma | 2024-10-07 | 12 | -0/+1389 |
| * | | | | Merge pull request #3393 from sourcebox/sync-additions | Dario Nieuwenhuis | 2024-10-06 | 2 | -3/+89 |
| |\ \ \ \
| |_|/ /
|/| | | |
|
| | * | | | embassy-sync: renamed field len to capacity on zerocopy_channel state | Oliver Rockstedt | 2024-10-06 | 1 | -5/+6 |
| | * | | | embassy-sync: fix len calculation for zerocopy_channel | Oliver Rockstedt | 2024-10-06 | 1 | -1/+9 |
| | * | | | embassy-sync: add clear, len, is_empty and is_full functions to zerocopy_channel | Oliver Rockstedt | 2024-10-05 | 2 | -0/+77 |
| * | | | | Merge pull request #3394 from AtoVproject/fix/embassy-sync-sender-typo | Henrik Alsér | 2024-10-06 | 1 | -2/+2 |
| |\ \ \ \ |
|
| | * | | | | docs: fix Sender/Receiver typo | Chris Maniewski | 2024-10-05 | 1 | -2/+2 |
| |/ / / / |
|
| * | | | | Merge pull request #3391 from shilga/features/rp235x_clock | Dario Nieuwenhuis | 2024-10-05 | 1 | -0/+3 |
| |\ \ \ \ |
|
| | * | | | | rp: Run RP235x at 150 MHz instead of 125 | Sebastian Quilitz | 2024-10-05 | 1 | -0/+3 |
| | |/ / / |
|
| * | | | | Merge pull request #3392 from 1-rafael-1/embassy-sync-README-mention-watch | Henrik Alsér | 2024-10-05 | 1 | -0/+1 |
| |\ \ \ \
| |/ / /
|/| | | |
|
| | * | | | Add Watch to embassy-sync README | rafael | 2024-10-05 | 1 | -0/+1 |
| |/ / / |
|
| * | | | Merge pull request #3387 from paulwrath1223/main | Henrik Alsér | 2024-10-02 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | Fixed overflow on `pio_stepper.rs` | Paul Fornage | 2024-10-02 | 1 | -1/+1 |
| |/ / / |
|
| * | | | Remove binary_info blocks from most examples. (#3385) | Caleb Jamison | 2024-10-01 | 45 | -445/+8 |
| * | | | Merge pull request #2568 from peterkrull/multi-signal | Ulf Lilleengen | 2024-10-01 | 2 | -0/+1110 |
| |\ \ \ |
|
| | * | | | Reverse generics order, remove spin_get | Peter Krull | 2024-09-24 | 1 | -26/+2 |
| | * | | | Added SealedWatchBehavior to limit access to core functions | Peter Krull | 2024-09-23 | 1 | -66/+71 |
| | * | | | Discontinue peek, add AnonReceiver | Peter Krull | 2024-09-23 | 1 | -151/+289 |
| | * | | | Merge branch 'embassy-rs:main' into multi-signal | Peter Krull | 2024-09-23 | 936 | -17610/+72280 |
| | |\ \ \ |
|
| | * | | | | This one is for cargo fmt | Peter Krull | 2024-03-02 | 1 | -1/+1 |
| | * | | | | Reintroduce predicate methods. Add ability for sender to modify value in-place. | Peter Krull | 2024-03-02 | 1 | -7/+260 |
| | * | | | | Forgot to update doc comment | Peter Krull | 2024-02-29 | 1 | -1/+1 |
| | * | | | | Update tests to reflect changes in previous commit | Peter Krull | 2024-02-29 | 1 | -9/+9 |
| | * | | | | Use Option instead of Result for receiver creation since it is the only way i... | Peter Krull | 2024-02-29 | 1 | -16/+11 |
| | * | | | | Added sender types, support for dropping receivers, converting to dyn-types, ... | Peter Krull | 2024-02-29 | 1 | -147/+374 |
| | * | | | | Changed name to `Watch`, added `DynReceiver`, `get`-method and more reworks. | Peter Krull | 2024-02-28 | 3 | -530/+516 |
| | * | | | | Updated formatting | Peter Krull | 2024-02-14 | 1 | -4/+9 |
| | * | | | | Got closures to work in async, added bunch of tests | Peter Krull | 2024-02-14 | 1 | -48/+292 |
| | * | | | | Removed unused lifetime, change most fn -> FnMut | Peter Krull | 2024-02-13 | 1 | -14/+12 |
| | * | | | | Change import formatting | Peter Krull | 2024-02-13 | 1 | -11/+8 |
| | * | | | | Add initial implementation of `MultiSignal` sync primitive | Peter Krull | 2024-02-13 | 2 | -0/+286 |
| * | | | | | Merge pull request #3378 from dnbln/patch-1 | Ulf Lilleengen | 2024-09-27 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | fix: change duplicate reference to `FirmwareUpdaterConfig::from_linkerfile_bl... | Dinu Blanovschi | 2024-09-27 | 1 | -1/+1 |
| |/ / / / / |
|
| * | | | | | Merge pull request #3376 from embassy-rs/nrf91-sim-pin | Ulf Lilleengen | 2024-09-26 | 2 | -0/+13 |
| |\ \ \ \ \ |
|
| | * | | | | | Add config option for setting SIM pin | Ulf Lilleengen | 2024-09-26 | 2 | -0/+13 |
| |/ / / / / |
|
| * | | | | | Merge pull request #3374 from romainreignier/fix_rp23_binary_info | Dario Nieuwenhuis | 2024-09-26 | 1 | -0/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | rp23: add missing binary info in linker script | Romain Reignier | 2024-09-26 | 1 | -0/+1 |
| |/ / / / / |
|