| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Finish the read part. | Turbo Fredriksson | 2024-05-01 | 1 | -30/+49 | |
| | | | | | | | | | | | | | | | * Don't need separate task for this. * **Must** read one byte at a time, then merge them into one Vec. * To better demonstrate, cycle through the three colours Red, Blue, Purple. | |||||
| | * | Added PIO UART examples for rp to talk to an R503 fingerprint scanner. | Turbo Fredriksson | 2024-05-01 | 1 | -0/+113 | |
| | | | ||||||
| * | | refactor rp usb_serial example to use a task to run the usb | Tim Docker | 2024-05-12 | 1 | -45/+55 | |
| | | | ||||||
| * | | spinlock + loop at end to allow defmt to flush properly | kalkyl | 2024-05-11 | 1 | -0/+3 | |
| | | | ||||||
| * | | rp: Add embedded-sdmmc example | kalkyl | 2024-05-11 | 2 | -0/+81 | |
| | | | ||||||
| * | | rustfmt | kalkyl | 2024-05-09 | 1 | -5/+5 | |
| | | | ||||||
| * | | rp: Add raw interrupt handler example | kalkyl | 2024-05-09 | 2 | -0/+96 | |
| | | | ||||||
| * | | rp: WebUSB example - add Windows compatibility | kalkyl | 2024-04-30 | 1 | -1/+19 | |
| |/ | ||||||
| * | Merge pull request #2862 from AtoVproject/feature/web-usb-class | Dario Nieuwenhuis | 2024-04-28 | 1 | -0/+137 | |
| |\ | | | | | WebUSB implementation | |||||
| | * | feature: WebUSB capability implementation | Chris Maniewski | 2024-04-27 | 1 | -0/+137 | |
| | | | | | | | | | | | | | | | This adds the WebUSB implementation as per https://wicg.github.io/webusb/, using one in-endpoint and one out-endpoint as well as an example for the RP2040 to illustrate this capability. | |||||
| * | | Reduce use of the full `futures` crate. | Dario Nieuwenhuis | 2024-04-26 | 1 | -1/+0 | |
| | | | ||||||
| * | | Merge pull request #2846 from BjornTheProgrammer/main | Dario Nieuwenhuis | 2024-04-26 | 2 | -0/+326 | |
| |\ \ | | | | | | | | | | Added PIO pwm examples for rp | |||||
| | * | | Changed attach to new | Bjorn | 2024-04-21 | 2 | -4/+4 | |
| | | | | ||||||
| | * | | Added PIO pwm examples for rp | Bjorn | 2024-04-20 | 2 | -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. | |||||
| * | | Merge pull request #2858 from jamesmunns/james/embassy-usb-0_2 | Dario Nieuwenhuis | 2024-04-26 | 1 | -1/+1 | |
| |\ \ | | | | | | | | | | embassy-usb: Update version and add changelog | |||||
| | * | | Update dependent versions | James Munns | 2024-04-23 | 1 | -1/+1 | |
| | |/ | ||||||
| * | | usb-hid: all the RequestHandler method accept &mut self | Boris Faure | 2024-04-15 | 2 | -6/+6 | |
| | | | ||||||
| * | | examples: request_handler is mutable | Boris Faure | 2024-04-15 | 2 | -8/+8 | |
| |/ | ||||||
| * | Merge branch 'main' of https://github.com/embassy-rs/embassy | Gustav Toft | 2024-04-10 | 2 | -2/+3 | |
| |\ | ||||||
| | * | Add parameter for enabling pull-up and pull-down in RP PWM input mode | pawel00100 | 2024-04-05 | 1 | -1/+2 | |
| | | | ||||||
| | * | rp: remove mod sealed. | Dario Nieuwenhuis | 2024-04-05 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'main' of https://github.com/GustavToft/embassy | Gustav Toft | 2024-04-04 | 13 | -25/+11 | |
| |\| | ||||||
| | * | rename PWM_CH to PWM_SLICE | Alexandru RADOVICI | 2024-04-02 | 3 | -3/+3 | |
| | | | ||||||
| | * | usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead | Adam Greig | 2024-03-23 | 9 | -18/+0 | |
| | | | ||||||
| | * | Fix warnings in recent nightly. | Dario Nieuwenhuis | 2024-03-20 | 1 | -4/+8 | |
| | | | ||||||
| * | | Implement raw sockets in embassy-net | Gustav Toft | 2024-04-04 | 1 | -1/+1 | |
| |/ | ||||||
| * | update usbd-hid to latest | Haobo Gu | 2024-02-26 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Haobo Gu <[email protected]> | |||||
| * | removed extra spaces. | Mick Chanthaseth | 2024-02-19 | 1 | -1/+1 | |
| | | ||||||
| * | fixed formatting in usb_hid_mouse.rs | Mick Chanthaseth | 2024-02-19 | 1 | -4/+3 | |
| | | ||||||
| * | Updated formatting in usb_hid_mouse.rs. | Mick Chanthaseth | 2024-02-19 | 1 | -6/+6 | |
| | | ||||||
| * | Merge branch 'embassy-rs:main' into main | Mick Chanthaseth | 2024-02-16 | 3 | -3/+123 | |
| |\ | ||||||
| | * | Merge pull request #2558 from CBJamo/ws2812_write_fixup | Dario Nieuwenhuis | 2024-02-17 | 1 | -2/+5 | |
| | |\ | | | | | | | | | | RP: Add explicit reset time to ws2812 write fn. | |||||
| | | * | Switch to ticker | Caleb Jamison | 2024-02-10 | 1 | -2/+3 | |
| | | | | ||||||
| | | * | Add explicit reset time to ws2812 write fn. | Caleb Jamison | 2024-02-10 | 1 | -0/+2 | |
| | | | | ||||||
| | * | | Improve rp2040 i2c slave | Caleb Jamison | 2024-02-15 | 1 | -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-device | Ulf Lilleengen | 2024-02-12 | 1 | -0/+117 | |
| | |\ \ | | |/ | |/| | | | | Adds function and macro to create usb logger without device (also fixes a logger issue) | |||||
| | | * | Add example | Jomer.Dev | 2024-01-08 | 1 | -0/+117 | |
| | | | | ||||||
| * | | | Update imports in usb_hid_mouse.rs | Mick Chanthaseth | 2024-02-16 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | added usb_hid_mouse example for rp | Mick Chanthaseth | 2024-02-11 | 1 | -0/+183 | |
| |/ / | ||||||
| * | | correct spelling of the word "receive" | Stefan Gehr | 2024-02-03 | 1 | -3/+3 | |
| | | | ||||||
| * | | Rename timeout_at to with_deadline | Caleb Jamison | 2024-01-31 | 1 | -3/+3 | |
| | | | ||||||
| * | | Add timeout_at convenience function and example. | Caleb Jamison | 2024-01-31 | 1 | -0/+80 | |
| | | | ||||||
| * | | rp/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 10 | -35/+26 | |
| | | | ||||||
| * | | fix wrong formatting due to not using nightly rustfmt | Dennis Ranke | 2024-01-20 | 1 | -10/+5 | |
| | | | ||||||
| * | | add pio_i2s example for RP2040 | Dennis Ranke | 2024-01-20 | 1 | -0/+130 | |
| | | | ||||||
| * | | feat: Extended the Scan API | umgefahren | 2024-01-19 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add cyw43 package versions to rp-examples Cargo.toml | 9names | 2024-01-13 | 1 | -2/+2 | |
| | | | ||||||
| * | | bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4. | Dario Nieuwenhuis | 2024-01-11 | 1 | -3/+3 | |
| | | | ||||||
| * | | fix: revert unintended change | Ulf Lilleengen | 2024-01-10 | 1 | -1/+1 | |
| | | | ||||||
| * | | rustfmt | Ulf Lilleengen | 2024-01-10 | 1 | -2/+5 | |
| | | | ||||||
