aboutsummaryrefslogtreecommitdiff
path: root/examples/rp
Commit message (Expand)AuthorAgeFilesLines
* refactor rp usb_serial example to use a task to run the usbTim Docker2024-05-121-45/+55
* spinlock + loop at end to allow defmt to flush properlykalkyl2024-05-111-0/+3
* rp: Add embedded-sdmmc examplekalkyl2024-05-112-0/+81
* rustfmtkalkyl2024-05-091-5/+5
* rp: Add raw interrupt handler examplekalkyl2024-05-092-0/+96
* rp: WebUSB example - add Windows compatibilitykalkyl2024-04-301-1/+19
* Merge pull request #2862 from AtoVproject/feature/web-usb-classDario Nieuwenhuis2024-04-281-0/+137
|\
| * feature: WebUSB capability implementationChris Maniewski2024-04-271-0/+137
* | Reduce use of the full `futures` crate.Dario Nieuwenhuis2024-04-261-1/+0
* | Merge pull request #2846 from BjornTheProgrammer/mainDario Nieuwenhuis2024-04-262-0/+326
|\ \
| * | Changed attach to newBjorn2024-04-212-4/+4
| * | Added PIO pwm examples for rpBjorn2024-04-202-0/+326
| |/
* | Merge pull request #2858 from jamesmunns/james/embassy-usb-0_2Dario Nieuwenhuis2024-04-261-1/+1
|\ \
| * | Update dependent versionsJames Munns2024-04-231-1/+1
| |/
* | usb-hid: all the RequestHandler method accept &mut selfBoris Faure2024-04-152-6/+6
* | examples: request_handler is mutableBoris Faure2024-04-152-8/+8
|/
* Merge branch 'main' of https://github.com/embassy-rs/embassyGustav Toft2024-04-102-2/+3
|\
| * Add parameter for enabling pull-up and pull-down in RP PWM input modepawel001002024-04-051-1/+2
| * rp: remove mod sealed.Dario Nieuwenhuis2024-04-051-1/+1
* | Merge branch 'main' of https://github.com/GustavToft/embassyGustav Toft2024-04-0413-25/+11
|\|
| * rename PWM_CH to PWM_SLICEAlexandru RADOVICI2024-04-023-3/+3
| * usb: remove device_descriptor buffer, store bytes in UsbDevice.inner insteadAdam Greig2024-03-239-18/+0
| * Fix warnings in recent nightly.Dario Nieuwenhuis2024-03-201-4/+8
* | Implement raw sockets in embassy-netGustav Toft2024-04-041-1/+1
|/
* update usbd-hid to latestHaobo Gu2024-02-261-1/+1
* removed extra spaces.Mick Chanthaseth2024-02-191-1/+1
* fixed formatting in usb_hid_mouse.rsMick Chanthaseth2024-02-191-4/+3
* Updated formatting in usb_hid_mouse.rs.Mick Chanthaseth2024-02-191-6/+6
* Merge branch 'embassy-rs:main' into mainMick Chanthaseth2024-02-163-3/+123
|\
| * Merge pull request #2558 from CBJamo/ws2812_write_fixupDario Nieuwenhuis2024-02-171-2/+5
| |\
| | * Switch to tickerCaleb Jamison2024-02-101-2/+3
| | * Add explicit reset time to ws2812 write fn.Caleb Jamison2024-02-101-0/+2
| * | Improve rp2040 i2c slaveCaleb Jamison2024-02-151-1/+1
| * | Merge pull request #2414 from JomerDev/usb-logger-without-deviceUlf Lilleengen2024-02-121-0/+117
| |\ \ | | |/ | |/|
| | * Add exampleJomer.Dev2024-01-081-0/+117
* | | Update imports in usb_hid_mouse.rsMick Chanthaseth2024-02-161-1/+1
* | | added usb_hid_mouse example for rpMick Chanthaseth2024-02-111-0/+183
|/ /
* | correct spelling of the word "receive"Stefan Gehr2024-02-031-3/+3
* | Rename timeout_at to with_deadlineCaleb Jamison2024-01-311-3/+3
* | Add timeout_at convenience function and example.Caleb Jamison2024-01-311-0/+80
* | rp/gpio: remove generics.Dario Nieuwenhuis2024-01-2210-35/+26
* | fix wrong formatting due to not using nightly rustfmtDennis Ranke2024-01-201-10/+5
* | add pio_i2s example for RP2040Dennis Ranke2024-01-201-0/+130
* | feat: Extended the Scan APIumgefahren2024-01-191-1/+1
* | Add cyw43 package versions to rp-examples Cargo.toml9names2024-01-131-2/+2
* | bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.Dario Nieuwenhuis2024-01-111-3/+3
* | fix: revert unintended changeUlf Lilleengen2024-01-101-1/+1
* | rustfmtUlf Lilleengen2024-01-101-2/+5
* | cleanup docs and add channel synchronization exampleUlf Lilleengen2024-01-102-1/+48
* | simplify exampleUlf Lilleengen2024-01-101-14/+3