aboutsummaryrefslogtreecommitdiff
path: root/examples/rp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | Update embedded-hal to v1.0Dario Nieuwenhuis2024-01-091-3/+3
|/
* New embassy-net releaseScott Mabin2024-01-041-1/+1
* examples: configure executor task arena sizes.Dario Nieuwenhuis2024-01-021-1/+1
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-2145-46/+2
* 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-142-4/+4
* Update all references to `embasy-executor` to the latest versionJesse Braham2023-12-061-1/+1
* update release version in examples and other cratesScott Mabin2023-12-041-2/+2
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-295-15/+11