aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src
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-111-0/+80
* rustfmtkalkyl2024-05-091-5/+5
* rp: Add raw interrupt handler examplekalkyl2024-05-091-0/+95
* 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
* | 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
| |/
* | usb-hid: all the RequestHandler method accept &mut selfBoris Faure2024-04-152-6/+6
* | examples: request_handler is mutableBoris Faure2024-04-152-8/+8
|/
* 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
* 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
* 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
* | rustfmtUlf Lilleengen2024-01-101-2/+5
* | cleanup docs and add channel synchronization exampleUlf Lilleengen2024-01-101-0/+47
* | simplify exampleUlf Lilleengen2024-01-101-14/+3
* | Merge pull request #2417 from vasilNnikolov/mutex_rp_exampleUlf Lilleengen2024-01-101-0/+60
|\ \
| * | no need for a PeripheralRefVasil Nikolov2024-01-101-3/+3
| * | remove unused importVasil Nikolov2024-01-091-2/+1
| * | add example of pin sharing between tasksVasil Nikolov2024-01-091-0/+61
| |/
* / Change GPIO inherent methods back to `&self`.Dario Nieuwenhuis2024-01-101-1/+1
|/
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-2144-44/+0
* chore: replace make_static! macro usage with non-macro versionUlf Lilleengen2023-12-2110-47/+77
* Update embedded-hal to 1.0.0-rc.3Dario Nieuwenhuis2023-12-141-1/+1
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-294-12/+8
* Move embassy-lora, lora examples to lora-phy repo.Dario Nieuwenhuis2023-11-294-411/+0