aboutsummaryrefslogtreecommitdiff
path: root/examples/rp
Commit message (Collapse)AuthorAgeFilesLines
* Update to embedded-io 0.7Dario Nieuwenhuis2025-12-191-2/+2
|
* Fix rp webusb example on windowsLucas Kent2025-12-181-1/+10
|
* Update examples and testsSimon Börjesson2025-12-102-2/+2
|
* chore: release embassy-rp, cyw43 and cyw43-pioUlf Lilleengen2025-11-271-3/+3
|
* chore: bump usbd-hid versionHaobo Gu2025-11-251-1/+1
| | | | Signed-off-by: Haobo Gu <[email protected]>
* Switch WiFi example to non-TLS httpbin request1-rafael-12025-11-151-31/+59
|
* Merge pull request #4691 from matteo-meluzzi/17-add-support-for-boot-protocolUlf Lilleengen2025-11-122-37/+109
|\ | | | | | | Add support for changing hid protocol mode in embassy-usb
| * Merge branch 'main' into 17-add-support-for-boot-protocolMatteo Meluzzi2025-10-2427-40/+36
| |
| * update hid mouse and keyboard examplesmatteo2025-10-012-37/+97
| |
| * rename HidSubclass to match hid specmatteo2025-10-012-2/+2
| |
| * review commentsmatteo2025-09-302-4/+8
| |
| * update hid examplesmatteo2025-09-232-2/+10
| |
* | Correct the temperature reading to preserve the sign bitsMichael Turner2025-11-022-2/+2
| |
* | Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-0625-36/+32
| |
* | Edition 2024.Dario Nieuwenhuis2025-10-063-4/+4
|/
* Log current date and time when alarm is triggered1-rafael-12025-09-151-1/+5
|
* alarm handling to poll hardware status directly; add ci test1-rafael-12025-09-151-8/+4
|
* Merge branch 'main' into rp2040-rtc-alarm1-rafael-12025-09-1546-166/+487
|\
| * Merge pull request #4658 from Riceman2000/mainDario Nieuwenhuis2025-09-151-0/+155
| |\ | | | | | | | | | Add example for W55RP20-EVB-Pico
| | * Fix removed commentsriceman20002025-09-142-6/+6
| | |
| | * Up SPI freqriceman20002025-09-141-1/+1
| | |
| | * Remove unused importsriceman20002025-09-121-3/+1
| | |
| | * Updated examplericeman20002025-09-121-11/+23
| | |
| | * Example first draftRiceman20002025-09-121-0/+145
| | |
| | * Fix typo in PIO SPI examplesRiceman20002025-09-122-6/+6
| | |
| * | rp/pio: Add onewire strong pullups, parasite powerMatt Johnston2025-09-142-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 exampleAdrian Wowk2025-09-051-1/+0
| |
| * rp: add pio spi runtime reconfigurationAdrian Wowk2025-09-052-23/+7
| |
| * style: cleanup with rustfmtAdrian Wowk2025-09-052-15/+9
| |
| * rp: add pio spi examplesAdrian Wowk2025-09-052-0/+128
| |
| * executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-2931-69/+67
| |
| * chore: prepare cyw43-pio releaseUlf Lilleengen2025-08-281-1/+1
| |
| * fix: version bumpsUlf Lilleengen2025-08-281-1/+1
| |
| * fix: update more minor versionsUlf Lilleengen2025-08-271-1/+1
| |
| * fix: remaining versionsUlf Lilleengen2025-08-261-1/+1
| |
| * chore: prepare embassy crate releasesUlf Lilleengen2025-08-261-10/+10
| |
| * Load all crates in the graph, honor the "publish" flag to prevent publishing ↵Dario Nieuwenhuis2025-08-251-0/+6
| | | | | | | | examples/tests.
| * rp: fix blocking I2C example regarding pull-up resistorsRob Wells2025-08-191-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 i2cerwin2025-08-181-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 releaseUlf Lilleengen2025-08-121-1/+1
| | | | | | | | * Add newtype for moved type to preserve API compat
| * chore: bump versionsUlf Lilleengen2025-08-041-1/+1
| |
| * chore: bump nrf and rp hal versionsUlf Lilleengen2025-08-041-1/+1
| |
| * Release embassy-embedded-hal v0.4Dario Nieuwenhuis2025-08-031-1/+1
| |
| * chore: prepare embassy-executor 0.8 releaseUlf Lilleengen2025-07-311-1/+1
| |
| * examples: fix RP2040 link establishing logicOscar Aurin2025-07-272-39/+21
| |
| * chore: bump embassy-usb-logger versionHaobo Gu2025-07-221-1/+1
| | | | | | | | Signed-off-by: Haobo Gu <[email protected]>
| * chore: Release cyw43-pio version 0.5.1Ulf Lilleengen2025-07-161-1/+1
| |
| * chore: release embassy-nrf 0.5.0 and embassy-rp 0.6.0Ulf Lilleengen2025-07-161-1/+1
| |
| * chore: Release embassy-usb version 0.5.0Ulf Lilleengen2025-07-161-1/+1
| |
| * chore: Release embassy-embedded-hal version 0.3.1Ulf Lilleengen2025-07-161-1/+1
| |