| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -2/+2 |
| | | |||||
| * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 1 | -2/+2 |
| | | |||||
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -2/+3 |
| | | |||||
| * | formatting | rafael | 2024-12-02 | 1 | -1/+1 |
| | | |||||
| * | formatting | rafael | 2024-12-02 | 1 | -4/+4 |
| | | |||||
| * | correct rp pwm dutycycle examples: desired frequency | rafael | 2024-12-02 | 1 | -4/+8 |
| | | |||||
| * | add pwm frequency to examples | rafael | 2024-10-21 | 1 | -2/+8 |
| | | |||||
| * | also add to the rp pwm example | rafael | 2024-10-21 | 1 | -6/+46 |
| | | |||||
| * | rename PWM_CH to PWM_SLICE | Alexandru RADOVICI | 2024-04-02 | 1 | -1/+1 |
| | | |||||
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 1 | -1/+0 |
| | | |||||
| * | time: Update examples, tests, and other code to use new Timer::after_x ↵ | Adam Greig | 2023-10-15 | 1 | -2/+2 |
| | | | | | convenience methods | ||||
| * | Add descriptions to all RP2040 examples. Some need hardware that was not ↵ | Henrik Berg | 2023-07-13 | 1 | -0/+4 |
| | | | | | specified. | ||||
| * | rp: don't use SetConfig trait in PWM and PIO. | Dario Nieuwenhuis | 2023-05-13 | 1 | -1/+0 |
| | | | | | | | It was intended to allow changing baudrate on shared spi/i2c. There's no advantage in using it for PWM or PIO, and makes it less usable because you have to have `embassy-embedded-hal` as a dep to use it. | ||||
| * | rp: add PWM api | pennae | 2023-04-23 | 1 | -0/+27 |
