| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tests/rp: fix buffered uart test | pennae | 2023-05-01 | 1 | -3/+3 |
| * | Merge #1407 | bors[bot] | 2023-04-30 | 47 | -9712/+12 |
| |\ | |||||
| | * | Merge branch 'embassy-rs:master' into master | Chuck Davis | 2023-04-30 | 4 | -18/+216 |
| | |\ | |/ |/| | |||||
| * | | Merge #1405 | bors[bot] | 2023-04-30 | 2 | -0/+180 |
| |\ \ | |||||
| | * | | removed constrain method | OueslatiGhaith | 2023-04-28 | 1 | -10/+0 |
| | * | | reversed changes in Cargo.toml | OueslatiGhaith | 2023-04-27 | 1 | -1381/+1348 |
| | * | | fixed missing imports | OueslatiGhaith | 2023-04-27 | 2 | -1348/+1383 |
| | * | | fixed mistake with casting channel to a usize | OueslatiGhaith | 2023-04-27 | 1 | -14/+14 |
| | * | | add IPCC peripheral for stm32wb | OueslatiGhaith | 2023-04-27 | 2 | -0/+188 |
| * | | | Merge #1412 | bors[bot] | 2023-04-30 | 1 | -18/+14 |
| |\ \ \ | |||||
| | * | | | stm32/uart: abort on error | xoviat | 2023-04-28 | 1 | -18/+14 |
| * | | | | Merge #1410 | bors[bot] | 2023-04-30 | 1 | -0/+22 |
| |\ \ \ \ | |||||
| | * | | | | rustfmt | xoviat | 2023-04-28 | 1 | -4/+10 |
| | * | | | | Add `Transactional` trait to rp's i2c impl | Lixou | 2023-04-28 | 1 | -0/+16 |
| |/ / / / | |||||
| | | | * | Merge branch 'embassy-rs:master' into master | Chuck Davis | 2023-04-28 | 46 | -47/+70 |
| | | | |\ | |_|_|/ |/| | | | |||||
| * | | | | Merge #1403 | bors[bot] | 2023-04-27 | 46 | -47/+70 |
| |\ \ \ \ | |||||
| | * | | | | add changelog | Ulf Lilleengen | 2023-04-27 | 1 | -0/+23 |
| | * | | | | Bump versions preparing for -macros and -executor release | Ulf Lilleengen | 2023-04-27 | 45 | -47/+47 |
| | | |/ / | |/| | | |||||
| | | | * | Remove external-lora-phy feature. | ceekdee | 2023-04-28 | 6 | -13/+8 |
| | | | * | Remove legacy LoRa drivers. | ceekdee | 2023-04-27 | 45 | -9701/+6 |
| | |_|/ |/| | | |||||
| * | | | Merge #1406 | bors[bot] | 2023-04-27 | 1 | -17/+5 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | rustfmt | kalkyl | 2023-04-27 | 1 | -5/+1 |
| | * | | rp: DMA behaviour during FLASH operations | kalkyl | 2023-04-27 | 1 | -14/+6 |
| * | | | Merge #1402 | bors[bot] | 2023-04-26 | 3 | -18/+13 |
| |\ \ \ | |||||
| | * | | | rp: remove pio Cargo feature. | Dario Nieuwenhuis | 2023-04-26 | 3 | -18/+13 |
| |/ / / | |||||
| * | | | Merge #1396 | bors[bot] | 2023-04-26 | 32 | -528/+2095 |
| |\ \ \ | |||||
| | * \ \ | Merge pull request #1 from lulf/build-fixes | Chuck Davis | 2023-04-26 | 2 | -2/+2 |
| | |\ \ \ | |||||
| | | * | | | build fixes for stable | Ulf Lilleengen | 2023-04-26 | 2 | -2/+2 |
| | |/ / / | |||||
| | * | | | Merge branch 'embassy-rs:master' into master | Chuck Davis | 2023-04-26 | 34 | -62/+62 |
| | |\ \ \ | |||||
| | * | | | | Add nightly feature specification for lora-phy. | ceekdee | 2023-04-26 | 2 | -4/+4 |
| | * | | | | Correct nightly feature specification. | ceekdee | 2023-04-26 | 2 | -3/+4 |
| | * | | | | Deprecate original LoRa drivers. Update rust-lorawan releases. | ceekdee | 2023-04-25 | 8 | -129/+12 |
| | * | | | | Add lora-phy examples. | ceekdee | 2023-04-23 | 20 | -316/+1218 |
| | * | | | | Merge branch 'embassy-rs:master' into master | Chuck Davis | 2023-04-23 | 8 | -11/+531 |
| | |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | | Use released lora-phy. | ceekdee | 2023-04-21 | 5 | -6/+6 |
| | * | | | | Add external LoRa physical layer functionality. | ceekdee | 2023-04-21 | 15 | -103/+884 |
| | | |_|/ | |/| | | |||||
| * | | | | Merge #1400 | bors[bot] | 2023-04-26 | 1 | -0/+80 |
| |\ \ \ \ | |_|_|/ |/| | | | |||||
| | * | | | Add support for setting up the nRFs internal DCDCs | Emil Fresk | 2023-04-26 | 1 | -0/+80 |
| |/ / / | |||||
| * | | | Merge pull request #1399 from mbrieske/probe-rs-stm32f7example | Dario Nieuwenhuis | 2023-04-26 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | fix stm32f7 example runner command for probe-rs-cli | Malte Brieske | 2023-04-26 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Merge pull request #1398 from embassy-rs/probe-rs | Dario Nieuwenhuis | 2023-04-26 | 34 | -62/+62 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | Switch from probe-run to probe-rs-cli. | Dario Nieuwenhuis | 2023-04-26 | 34 | -62/+62 |
| |/ / | |||||
| * | | Merge #1387 | bors[bot] | 2023-04-23 | 7 | -4/+522 |
| |\ \ | |||||
| | * | | rp: add PWM api | pennae | 2023-04-23 | 7 | -4/+522 |
| * | | | Merge #1392 | bors[bot] | 2023-04-23 | 1 | -7/+9 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | embassy-rs : @pennae Fix division intrinsics naming clash with rp2040-hal | Peter Krull | 2023-04-23 | 1 | -14/+9 |
| | * | | embassy-rp : Added feature flag to otherwise unused definitions | Peter Krull | 2023-04-23 | 1 | -1/+3 |
| | * | | embassy-rp : Added intrinsic feature flag to global_asm macro | Peter Krull | 2023-04-23 | 1 | -1/+1 |
| | * | | Added feature flag to embassy-rp intrinsics to avoid conflicts with rp2040-hal | Peter Krull | 2023-04-23 | 1 | -0/+5 |
| |/ / | |||||
| * | | Merge #1383 | bors[bot] | 2023-04-20 | 27 | -37/+72 |
| |\ \ | |||||
