| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rp: fix blocking I2C example regarding pull-up resistors | Rob Wells | 2025-08-19 | 1 | -4/+2 |
| | | | | | | | | | | | | | | This amends the blocking I2C example for embassy-rp. Commit bbc3e49 added a pull-up configuration and a comment that pull-ups were not enabled by default. This was made out-of-date by badcdcc, which ensured pull-ups were enabled by default to make the larger I2C configuration change non-breaking. This commit removes the (now-unnecessary) pull-up configuration, and adds a comment to clarify that the default I2C configuration enables pull-ups. | ||||
| * | Add configurable internal pullups for rp i2c | erwin | 2025-08-18 | 1 | -1/+5 |
| | | | | | | - Example updated to demonstrate enabling internal pullups - Add `sda_pullup` and `scl_pullup` fields to I2C Config | ||||
| * | 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/+5 |
| | | | | | specified. | ||||
| * | update embedded-hal api | Jeremy Fitzhardinge | 2022-10-01 | 1 | -1/+1 |
| | | | | | Also pin to alpha.9 since its a breaking change | ||||
| * | rename to i2c_blocking | Jeremy Fitzhardinge | 2022-10-01 | 1 | -0/+70 |
