| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update to embedded-io 0.7 | Dario Nieuwenhuis | 2025-12-19 | 1 | -2/+2 |
| | | |||||
| * | Fix rp webusb example on windows | Lucas Kent | 2025-12-18 | 1 | -1/+10 |
| | | |||||
| * | Update examples and tests | Simon Börjesson | 2025-12-10 | 2 | -2/+2 |
| | | |||||
| * | chore: release embassy-rp, cyw43 and cyw43-pio | Ulf Lilleengen | 2025-11-27 | 1 | -3/+3 |
| | | |||||
| * | chore: bump usbd-hid version | Haobo Gu | 2025-11-25 | 1 | -1/+1 |
| | | | | | Signed-off-by: Haobo Gu <[email protected]> | ||||
| * | Switch WiFi example to non-TLS httpbin request | 1-rafael-1 | 2025-11-15 | 1 | -31/+59 |
| | | |||||
| * | Merge pull request #4691 from matteo-meluzzi/17-add-support-for-boot-protocol | Ulf Lilleengen | 2025-11-12 | 2 | -37/+109 |
| |\ | | | | | | | Add support for changing hid protocol mode in embassy-usb | ||||
| | * | Merge branch 'main' into 17-add-support-for-boot-protocol | Matteo Meluzzi | 2025-10-24 | 27 | -40/+36 |
| | | | |||||
| | * | update hid mouse and keyboard examples | matteo | 2025-10-01 | 2 | -37/+97 |
| | | | |||||
| | * | rename HidSubclass to match hid spec | matteo | 2025-10-01 | 2 | -2/+2 |
| | | | |||||
| | * | review comments | matteo | 2025-09-30 | 2 | -4/+8 |
| | | | |||||
| | * | update hid examples | matteo | 2025-09-23 | 2 | -2/+10 |
| | | | |||||
| * | | Correct the temperature reading to preserve the sign bits | Michael Turner | 2025-11-02 | 2 | -2/+2 |
| | | | |||||
| * | | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 25 | -36/+32 |
| | | | |||||
| * | | Edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 3 | -4/+4 |
| |/ | |||||
| * | Log current date and time when alarm is triggered | 1-rafael-1 | 2025-09-15 | 1 | -1/+5 |
| | | |||||
| * | alarm handling to poll hardware status directly; add ci test | 1-rafael-1 | 2025-09-15 | 1 | -8/+4 |
| | | |||||
| * | Merge branch 'main' into rp2040-rtc-alarm | 1-rafael-1 | 2025-09-15 | 46 | -166/+487 |
| |\ | |||||
| | * | Merge pull request #4658 from Riceman2000/main | Dario Nieuwenhuis | 2025-09-15 | 1 | -0/+155 |
| | |\ | | | | | | | | | | Add example for W55RP20-EVB-Pico | ||||
| | | * | Fix removed comments | riceman2000 | 2025-09-14 | 2 | -6/+6 |
| | | | | |||||
| | | * | Up SPI freq | riceman2000 | 2025-09-14 | 1 | -1/+1 |
| | | | | |||||
| | | * | Remove unused imports | riceman2000 | 2025-09-12 | 1 | -3/+1 |
| | | | | |||||
| | | * | Updated example | riceman2000 | 2025-09-12 | 1 | -11/+23 |
| | | | | |||||
| | | * | Example first draft | Riceman2000 | 2025-09-12 | 1 | -0/+145 |
| | | | | |||||
| | | * | Fix typo in PIO SPI examples | Riceman2000 | 2025-09-12 | 2 | -6/+6 |
| | | | | |||||
| | * | | rp/pio: Add onewire strong pullups, parasite power | Matt Johnston | 2025-09-14 | 2 | -0/+90 |
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | DS18B20 sensors require a strong pullup to be applied for the duration of the temperature conversion, within 10us of the command. The rp2xxx pins have sufficient drive strength to use as the pullup (no external mosfet needed). Add a new write_bytes_pullup() that will apply the pullup after bytes are written. Existing read_bytes()/write_bytes() has no change to onewire timing. A pio_onewire_parasite example reads multiple sensors individually, applying the strong pullup. | ||||
| | * | rp: fix pio spi async example | Adrian Wowk | 2025-09-05 | 1 | -1/+0 |
| | | | |||||
| | * | rp: add pio spi runtime reconfiguration | Adrian Wowk | 2025-09-05 | 2 | -23/+7 |
| | | | |||||
| | * | style: cleanup with rustfmt | Adrian Wowk | 2025-09-05 | 2 | -15/+9 |
| | | | |||||
| | * | rp: add pio spi examples | Adrian Wowk | 2025-09-05 | 2 | -0/+128 |
| | | | |||||
| | * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 31 | -69/+67 |
| | | | |||||
| | * | chore: prepare cyw43-pio release | Ulf Lilleengen | 2025-08-28 | 1 | -1/+1 |
| | | | |||||
| | * | fix: version bumps | Ulf Lilleengen | 2025-08-28 | 1 | -1/+1 |
| | | | |||||
| | * | fix: update more minor versions | Ulf Lilleengen | 2025-08-27 | 1 | -1/+1 |
| | | | |||||
| | * | fix: remaining versions | Ulf Lilleengen | 2025-08-26 | 1 | -1/+1 |
| | | | |||||
| | * | chore: prepare embassy crate releases | Ulf Lilleengen | 2025-08-26 | 1 | -10/+10 |
| | | | |||||
| | * | Load all crates in the graph, honor the "publish" flag to prevent publishing ↵ | Dario Nieuwenhuis | 2025-08-25 | 1 | -0/+6 |
| | | | | | | | | | examples/tests. | ||||
| | * | 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 | ||||
| | * | fix: prepare embassy-sync 0.7.1 release | Ulf Lilleengen | 2025-08-12 | 1 | -1/+1 |
| | | | | | | | | | * Add newtype for moved type to preserve API compat | ||||
| | * | chore: bump versions | Ulf Lilleengen | 2025-08-04 | 1 | -1/+1 |
| | | | |||||
| | * | chore: bump nrf and rp hal versions | Ulf Lilleengen | 2025-08-04 | 1 | -1/+1 |
| | | | |||||
| | * | Release embassy-embedded-hal v0.4 | Dario Nieuwenhuis | 2025-08-03 | 1 | -1/+1 |
| | | | |||||
| | * | chore: prepare embassy-executor 0.8 release | Ulf Lilleengen | 2025-07-31 | 1 | -1/+1 |
| | | | |||||
| | * | examples: fix RP2040 link establishing logic | Oscar Aurin | 2025-07-27 | 2 | -39/+21 |
| | | | |||||
| | * | chore: bump embassy-usb-logger version | Haobo Gu | 2025-07-22 | 1 | -1/+1 |
| | | | | | | | | | Signed-off-by: Haobo Gu <[email protected]> | ||||
| | * | chore: Release cyw43-pio version 0.5.1 | Ulf Lilleengen | 2025-07-16 | 1 | -1/+1 |
| | | | |||||
| | * | chore: release embassy-nrf 0.5.0 and embassy-rp 0.6.0 | Ulf Lilleengen | 2025-07-16 | 1 | -1/+1 |
| | | | |||||
| | * | chore: Release embassy-usb version 0.5.0 | Ulf Lilleengen | 2025-07-16 | 1 | -1/+1 |
| | | | |||||
| | * | chore: Release embassy-embedded-hal version 0.3.1 | Ulf Lilleengen | 2025-07-16 | 1 | -1/+1 |
| | | | |||||
