| Commit message (Expand) | Author | Age | Files | Lines |
| * | chore: bump embassy-sync version | Ulf Lilleengen | 2025-01-15 | 1 | -1/+1 |
| * | RP235x: support new FIFO options, set IE, OD on PIO pins. | Pedro Ferreira | 2025-01-15 | 2 | -2/+48 |
| * | Merge pull request #3729 from embassy-rs/update-nrf-rp | Dario Nieuwenhuis | 2025-01-06 | 4 | -10/+19 |
| |\ |
|
| | * | Fixes for new PACs. | Dario Nieuwenhuis | 2025-01-06 | 2 | -8/+8 |
| | * | changelog fixes | Dario Nieuwenhuis | 2025-01-06 | 1 | -0/+2 |
| | * | Bump pac version | Ulf Lilleengen | 2025-01-06 | 1 | -1/+1 |
| | * | Bump the versions | Ulf Lilleengen | 2025-01-06 | 1 | -1/+1 |
| | * | Update changelogs | Ulf Lilleengen | 2025-01-06 | 1 | -0/+7 |
| * | | `embassy-rp`: add `set_pullup()` for `OutputOpenDrain` | Georges Palauqui | 2025-01-06 | 1 | -0/+10 |
| |/ |
|
| * | Fix search-and-replacability | Dániel Buga | 2025-01-05 | 1 | -5/+5 |
| * | Desugar some async fns | Dániel Buga | 2024-12-30 | 1 | -4/+4 |
| * | Rename ETQD, bump date | Dániel Buga | 2024-12-22 | 2 | -3/+3 |
| * | Prepare new embassy-time-*driver, embassy-executor, embassy-time | Dániel Buga | 2024-12-22 | 1 | -4/+4 |
| * | Merge pull request #3593 from bugadani/refactor | Dario Nieuwenhuis | 2024-12-16 | 2 | -122/+55 |
| |\ |
|
| | * | Merge time-driver and time-queue-driver traits, make HALs own and handle the ... | Dario Nieuwenhuis | 2024-12-13 | 1 | -33/+45 |
| | * | Refactor integrated-timers | Dániel Buga | 2024-12-10 | 2 | -106/+27 |
| * | | i2s frequency relative to sysclk | vinsynth | 2024-12-14 | 1 | -2/+1 |
| * | | add sysclk frequency argument to PioI2Out::new | vinsynth | 2024-12-14 | 1 | -1/+2 |
| |/ |
|
| * | Add `set_config` method to RP SPI driver | dstric-aqueduct | 2024-12-03 | 1 | -18/+34 |
| * | Merge pull request #3543 from ionspin/rp2350_otp_write | Dario Nieuwenhuis | 2024-12-02 | 1 | -2/+69 |
| |\ |
|
| | * | Add OTP write | Ugljesa Jovanovic | 2024-11-16 | 1 | -2/+69 |
| * | | Use inline const for initializing arrays. (#3567) | Dario Nieuwenhuis | 2024-11-24 | 5 | -18/+11 |
| * | | Bump sync version (#3562) | Dániel Buga | 2024-11-22 | 1 | -1/+1 |
| |/ |
|
| * | fix(rp): use uart dreq number defined in pac | ibuki2003 | 2024-11-14 | 1 | -6/+16 |
| * | Release embassy-executor 0.6.3. | Dario Nieuwenhuis | 2024-11-12 | 1 | -1/+1 |
| * | Fix "non-local impl definition" warning from recent nightlies. | Dario Nieuwenhuis | 2024-11-08 | 1 | -3/+12 |
| * | Prep executor 0.6.2 | Dániel Buga | 2024-11-06 | 1 | -1/+1 |
| * | Also implement `embedded_io::Write` for `UartTx<'d, T: Instance, Blocking>` | flippette | 2024-11-01 | 1 | -0/+14 |
| * | rp/pio: ensure PADS IE=1 which is not the default in rp235x. | Dario Nieuwenhuis | 2024-10-31 | 1 | -2/+10 |
| * | Implement `embedded_io::Write` for `Uart<'d, T: Instance, Blocking>` (#3483) | flippette | 2024-10-31 | 1 | -0/+14 |
| * | Add tx_dma to async spi | Connor | 2024-10-27 | 1 | -2/+3 |
| * | Fix documentation. | Vincenzo Marturano | 2024-10-25 | 1 | -4/+6 |
| * | Fixed owned split and implemented split_by_ref. | Vincenzo Marturano | 2024-10-25 | 1 | -20/+60 |
| * | Fixed mistakes. | Vincenzo Marturano | 2024-10-24 | 1 | -2/+6 |
| * | Fix missing lifetime | Vincenzo Marturano | 2024-10-24 | 1 | -2/+2 |
| * | Implemented owned split. | Vincenzo Marturano | 2024-10-24 | 1 | -18/+29 |
| * | Revert "Add new() method to PwmBatch so it can be istantiated." | Vincenzo Marturano | 2024-10-24 | 1 | -4/+0 |
| * | Add new() method to PwmBatch so it can be istantiated. | Vincenzo Marturano | 2024-10-24 | 1 | -0/+4 |
| * | Fixed missing trait implementation for PwmOutput. | Vincenzo Marturano | 2024-10-24 | 1 | -0/+4 |
| * | Allow separate control of duty cycle for each channel in a pwm slice by split... | Vincenzo Marturano | 2024-10-24 | 1 | -0/+52 |
| * | Merge pull request #3444 from dnbln/main | Dario Nieuwenhuis | 2024-10-22 | 1 | -5/+14 |
| |\ |
|
| | * | fix: review comments | Dinu Blanovschi | 2024-10-22 | 1 | -5/+14 |
| * | | Merge pull request #3433 from 1-rafael-1/rp-pwm-embedded-hal-traits | Ulf Lilleengen | 2024-10-22 | 2 | -4/+45 |
| |\ \ |
|
| | * | | rustfmt | rafael | 2024-10-21 | 1 | -2/+1 |
| | * | | re-export SetDutyCycle for user convenience | rafael | 2024-10-21 | 1 | -3/+3 |
| | * | | embassy_rp: implement pwm traits from embedded_hal | rafael | 2024-10-20 | 2 | -4/+46 |
| * | | | Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1 | Dario Nieuwenhuis | 2024-10-21 | 1 | -1/+1 |
| |/ / |
|
| * | | Update nighlty, fix warnings. | Dario Nieuwenhuis | 2024-10-14 | 2 | -5/+5 |
| * | | Merge pull request #3377 from Totto8492/enable-fpu | Dario Nieuwenhuis | 2024-10-13 | 2 | -1/+28 |
| |\ \ |
|
| | * | | rp/multicore: enable fpu on second core only if building for -eabihf targets. | Dario Nieuwenhuis | 2024-10-13 | 2 | -2/+22 |