| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| * | | 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 | 1 | -0/+42 |
| * | | 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 | 1 | -0/+7 |
| |\ \ | |||||
| | * | | rp/multicore: enable fpu on second core only if building for -eabihf targets. | Dario Nieuwenhuis | 2024-10-13 | 1 | -1/+1 |
| | * | | Enable FPU for RP235X Core1 | Keisuke Tottori | 2024-10-13 | 1 | -0/+7 |
| * | | | Make the docs be docs | Caleb Jamison | 2024-10-09 | 1 | -1/+1 |
| * | | | fmt | Caleb Jamison | 2024-10-09 | 1 | -3/+2 |
| * | | | Better docs and adding of release for PioPwm | Bjorn | 2024-10-09 | 1 | -5/+14 |
| * | | | cargo +nightly fmt | Caleb Jamison | 2024-10-09 | 6 | -30/+28 |
| * | | | Move pio programs into embassy-rp | Caleb Jamison | 2024-10-09 | 10 | -0/+1056 |
| |/ / | |||||
| * / | rp: Run RP235x at 150 MHz instead of 125 | Sebastian Quilitz | 2024-10-05 | 1 | -0/+3 |
| |/ | |||||
| * | Only B pins can be inputs. | Caleb Jamison | 2024-09-24 | 1 | -3/+1 |
| * | Disable pad isolation on PWM A pins. | Caleb Jamison | 2024-09-24 | 1 | -0/+6 |
| * | Fix rp2350b pins >31 on debug builds | Caleb Jamison | 2024-09-23 | 1 | -1/+1 |
| * | Merge pull request #3338 from ionspin/add-rp2350-trng-support | Dario Nieuwenhuis | 2024-09-17 | 2 | -0/+409 |
| |\ | |||||
| | * | TRNG support for 235x | Ugljesa Jovanovic | 2024-09-17 | 2 | -0/+409 |
| * | | Merge pull request #3332 from CBJamo/rp2350_pio_pins | Dario Nieuwenhuis | 2024-09-17 | 2 | -7/+58 |
| |\ \ | |||||
| | * | | oops | Caleb Jamison | 2024-09-16 | 1 | -1/+1 |
| | * | | Improve error message when pin groups are not allowed | Caleb Jamison | 2024-09-16 | 1 | -4/+4 |
| | * | | Only check ping groups that have count >0 | Caleb Jamison | 2024-09-16 | 1 | -13/+12 |
| | * | | Move pin isolation config to make_pio_pin | Caleb Jamison | 2024-09-16 | 1 | -26/+5 |
| | * | | Review fixes | Caleb Jamison | 2024-09-16 | 1 | -87/+43 |
| | * | | Properly drop pins >30 | Caleb Jamison | 2024-09-15 | 2 | -7/+6 |
| | * | | Fix upper bound of case where pins should be <=31 | Caleb Jamison | 2024-09-15 | 1 | -27/+27 |
| | * | | remove debug print | Caleb Jamison | 2024-09-12 | 1 | -2/+0 |
| | * | | Fixup formatting to work with log | Caleb Jamison | 2024-09-12 | 1 | -1/+1 |
| | * | | rp2350 pio pin fixes | Caleb Jamison | 2024-09-12 | 1 | -0/+120 |
| * | | | Merge pull request #3345 from CBJamo/rp2350_clock_padiso | Dario Nieuwenhuis | 2024-09-17 | 1 | -1/+11 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | Disable pad isolation on clock in/out pins | Caleb Jamison | 2024-09-16 | 1 | -1/+11 |
| | |/ | |||||
| * / | rp: add constructor for tx-only blocking UART | Sebastian Quilitz | 2024-09-16 | 1 | -0/+11 |
| |/ | |||||
| * | rp: Fix indexing for pins >31 on rp235xb (#3330) | Caleb Jamison | 2024-09-12 | 1 | -6/+18 |
| * | Fix commented out code | Caleb Jamison | 2024-09-04 | 1 | -1/+1 |
| * | Import otp from rp-hal, helper fns for chipid and randid | Caleb Jamison | 2024-08-29 | 2 | -0/+110 |
| * | rp235x flash support. | Caleb Jamison | 2024-08-29 | 2 | -76/+63 |
