| Commit message (Expand) | Author | Age | Files | Lines |
| * | remove 10 bit support | jrmoulton | 2024-08-13 | 3 | -180/+90 |
| * | fix ci | jrmoulton | 2024-08-13 | 3 | -85/+41 |
| * | add drop guard, clear interrupts, fix len return | jrmoulton | 2024-08-13 | 2 | -16/+28 |
| * | remove dead code when v1 | jrmoulton | 2024-08-13 | 2 | -6/+9 |
| * | Fix v1 mod | jrmoulton | 2024-08-13 | 1 | -3/+3 |
| * | move addr mask impl to be v2 only | jrmoulton | 2024-08-13 | 2 | -17/+16 |
| * | move embedded hal impl to version modules to allow for 10bit addr on v2 | jrmoulton | 2024-08-13 | 3 | -87/+159 |
| * | Add more docs | jrmoulton | 2024-08-13 | 3 | -12/+37 |
| * | reference the i2c mode in v1 module | jrmoulton | 2024-08-13 | 1 | -3/+4 |
| * | Move slave constructor to v2 module | jrmoulton | 2024-08-13 | 2 | -20/+21 |
| * | stm32 i2c slave | jrmoulton | 2024-08-13 | 3 | -71/+681 |
| * | Merge pull request #3251 from HellbenderInc/rp2350 | Dario Nieuwenhuis | 2024-08-13 | 1 | -1/+1 |
| |\ |
|
| | * | Fix commented out code | Caleb Jamison | 2024-08-13 | 1 | -1/+1 |
| |/ |
|
| * | Merge pull request #3249 from nerwalt/fix-nrf9120-features | Ulf Lilleengen | 2024-08-12 | 2 | -4/+10 |
| |\ |
|
| | * | Adding nrf9151 and nrf9161 feature coverage to CI | nerwalt | 2024-08-12 | 1 | -0/+6 |
| | * | Merge branch 'main' into fix-nrf9120-features | nerwalt | 2024-08-12 | 78 | -102/+7516 |
| | |\ |
|
| | * | | Fixes build issues related to nrf9120 features | nerwalt | 2024-08-12 | 1 | -4/+4 |
| * | | | Actually fix embassy-rp docs build. | Dario Nieuwenhuis | 2024-08-12 | 1 | -2/+2 |
| * | | | fix rp docs build | Dario Nieuwenhuis | 2024-08-12 | 2 | -0/+2 |
| | |/
|/| |
|
| * | | Merge pull request #3243 from HellbenderInc/rp2350 | Dario Nieuwenhuis | 2024-08-12 | 78 | -102/+7516 |
| |\ \
| |/
|/| |
|
| | * | Enable rp235x doc tests, fixup feature doc | Caleb Jamison | 2024-08-12 | 3 | -8/+12 |
| | * | Fix docs, ci | Caleb Jamison | 2024-08-12 | 2 | -4/+4 |
| | * | Fix CI, rename private feature, address comments from dirbaio. | Caleb Jamison | 2024-08-12 | 15 | -89/+112 |
| | * | rp: update PAC, fix CI. | Dario Nieuwenhuis | 2024-08-12 | 6 | -13/+11 |
| | * | Switch to embassy's rp-pac repo, also use a patch. | Caleb Jamison | 2024-08-10 | 1 | -1/+4 |
| | * | Handle pad isolation everywhere and in the same way. | Caleb Jamison | 2024-08-10 | 5 | -9/+28 |
| | * | Intrinsics aren't implemented for 235x yet. | Caleb Jamison | 2024-08-09 | 1 | -3/+2 |
| | * | Move #![cfg]s to lib.rs | Caleb Jamison | 2024-08-09 | 3 | -2/+2 |
| | * | Fix ci/rustfmt | Caleb Jamison | 2024-08-09 | 1 | -1/+0 |
| | * | Maybe fix ci/build II | Caleb Jamison | 2024-08-09 | 1 | -4/+3 |
| | * | Maybe fix ci/build? | Caleb Jamison | 2024-08-09 | 1 | -4/+8 |
| | * | Switch to single pac | Caleb Jamison | 2024-08-09 | 3 | -15/+9 |
| | * | Fixup pac dep sources | Caleb Jamison | 2024-08-08 | 1 | -2/+2 |
| | * | cargo fmt | Caleb Jamison | 2024-08-08 | 46 | -97/+52 |
| | * | Initial rp235x support | Caleb Jamison | 2024-08-08 | 76 | -90/+7507 |
| * | | Merge pull request #3245 from ohrlabs/saadc-channelconfig-docs | Ulf Lilleengen | 2024-08-09 | 1 | -1/+2 |
| |\ \ |
|
| | * | | nrf, doc: Don't refer to `Default` impl of `saadc::ChannelConfig` | Frank Plowman | 2024-08-09 | 1 | -1/+2 |
| |/ / |
|
| * | | Merge pull request #3242 from embassy-rs/cyw43-pls-yield | Dario Nieuwenhuis | 2024-08-08 | 2 | -0/+10 |
| |\ \ |
|
| | * | | cyw43: make sure to yield if doing busy-polling for interrupts. | Dario Nieuwenhuis | 2024-08-09 | 2 | -0/+10 |
| |/ / |
|
| * | | Merge pull request #3239 from plaes/nrf-clippy | Dario Nieuwenhuis | 2024-08-08 | 3 | -10/+26 |
| |\ \ |
|
| | * | | nrf: wdt: Fix formatting for `Safety` section | Priit Laes | 2024-08-08 | 1 | -2/+3 |
| | * | | nrf: gpio: Fix return values for functions returning unit type - `()` | Priit Laes | 2024-08-08 | 1 | -8/+16 |
| | * | | nrf: buffered_uarte: Add overrides for `too_many_arguments` lint | Priit Laes | 2024-08-08 | 1 | -0/+7 |
| |/ / |
|
| * | | Merge pull request #3238 from marxin/simplify-StackResources-new | Dario Nieuwenhuis | 2024-08-08 | 5 | -15/+5 |
| |\ \
| |/
|/| |
|
| | * | Simplify construction of StackResources::new() | Martin Liska | 2024-08-08 | 5 | -15/+5 |
| |/ |
|
| * | Merge pull request #3232 from embassy-rs/misc-fixes-44 | Dario Nieuwenhuis | 2024-08-07 | 29 | -128/+50 |
| |\ |
|
| | * | examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's) | Dario Nieuwenhuis | 2024-08-07 | 27 | -128/+46 |
| | * | Silence some unused warnings on nightly. | Dario Nieuwenhuis | 2024-08-05 | 2 | -0/+4 |
| * | | Merge pull request #3235 from Niels-Be/patch-1 | Dario Nieuwenhuis | 2024-08-06 | 2 | -2/+2 |
| |\ \ |
|
| | * | | Rename package for embassy-stm32h755cm7-example | Niels Becker | 2024-08-06 | 1 | -1/+1 |