aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2846 from BjornTheProgrammer/mainDario Nieuwenhuis2024-04-262-0/+326
|\ | | | | | | Added PIO pwm examples for rp
| * Changed attach to newBjorn2024-04-212-4/+4
| |
| * Added PIO pwm examples for rpBjorn2024-04-202-0/+326
| | | | | | | | Two additionally `rp` examples, `pio_pwm.rs`, which is a baremetal example of how to do pwm with pio, and `pio_servo.rs`, which is a more extended example of pwm and pio with servos.
* | 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
| |\ | | | | | | | | | RP: Add explicit reset time to ws2812 write fn.
| | * 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
| | | | | | | | | | | | | | | | | | | | | | | | This commit takes the fixes and error reporting improvements from jcdickinson's work and applies them without overlaying a software state machine on top of the hardware state machine. Also allows configuration of response to 'general call' writes.
| * | Merge pull request #2414 from JomerDev/usb-logger-without-deviceUlf Lilleengen2024-02-121-0/+117
| |\ \ | | |/ | |/| | | | Adds function and macro to create usb logger without device (also fixes a logger issue)
| | * 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
|\ \ | | | | | | | | | Add example of pin sharing between tasks
| * | 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
|/ | | | | | | With the embedded-hal rc3 update I changed them to require `&mut self`, but in retrospect I think `&self` is better, for extra flexibility. This PR reverts the changes from the rc3 update to inherent methods.
* 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
|
* usb: remove msos-descriptor feature.Dario Nieuwenhuis2023-11-084-4/+4
|
* rp: Remove control handler from USB raw bulk examplekalkyl2023-11-071-9/+1
|
* fmtkalkyl2023-11-071-1/+1
|
* Use driver reexportkalkyl2023-11-071-1/+1
|
* rp: Add USB raw bulk examplekalkyl2023-11-071-0/+150
|
* Add docskalkyl2023-11-071-2/+46
|
* Update pio-uart examplekalkyl2023-11-071-0/+1
|
* Add commentskalkyl2023-11-071-0/+6
|