aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* rp: Add USB raw example + msos descriptor to examples and usb-loggerkalkyl2023-11-075-2/+154
|
* Cleanupkalkyl2023-11-031-2/+2
|
* rp: Add PWM input examplekalkyl2023-11-031-0/+26
|
* Cleanupkalkyl2023-11-021-12/+2
|
* rp: Add PIO rotary encoder examplekalkyl2023-11-021-0/+91
|
* Update Rust nightly.Dario Nieuwenhuis2023-11-014-3/+4
|
* rp: Add PIO stepper motor driver examplekalkyl2023-10-301-0/+169
|