| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | make usb endpoint allocator methods accept an optional EndpointAddress | korbin | 2025-07-13 | 2 | -4/+4 |
| | | |||||
| * | Merge pull request #4193 from embediver/pio-i2s-bit-depth-config | Dario Nieuwenhuis | 2025-05-18 | 1 | -2/+0 |
| |\ | | | | | embassy-rp: Make bit-depth of I2S PIO program configurable | ||||
| | * | Fix example | Marvin Gudel | 2025-05-13 | 1 | -2/+0 |
| | | | |||||
| * | | Add rand-core v0.9 support. | Dario Nieuwenhuis | 2025-05-18 | 14 | -15/+2 |
| | | | | | | | | | Co-Authored-By: Aurélien Jacobs <[email protected]> | ||||
| * | | add the possibility to document `bind_interrupts` `struct`s | Ralph Ursprung | 2025-05-15 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | the `bind_interrupts` macro creates a `struct` for the interrupts. it was so far not possible to document those (except for STM32) and there was no generic documentation being generated/added either, thus the `missing_docs` lint was triggered for consumers which enabled it. with this change it is now possible to manually add a comment on the `struct` being defined in the macro invocation. to show that this works one RP example has been modified accordingly. | ||||
| * | | Merge pull request #4187 from 1-rafael-1/rp235x-overclocking | Dario Nieuwenhuis | 2025-05-13 | 2 | -9/+11 |
| |\ \ | |/ |/| | | | RP235x overclocking | ||||
| | * | remove Debug2Fmt from examples | 1-rafael-1 | 2025-05-12 | 2 | -2/+2 |
| | | | |||||
| | * | Add ClockError enum and update system_freq to return Result for error handling | 1-rafael-1 | 2025-05-12 | 1 | -1/+1 |
| | | | |||||
| | * | rp235x overclocking | 1-rafael-1 | 2025-05-11 | 2 | -8/+10 |
| | | | |||||
| * | | Merge pull request #4155 from marcemmers/remove-instance-from-rp-uart-type | Ulf Lilleengen | 2025-05-09 | 3 | -3/+3 |
| |\ \ | |/ |/| | [embassy-rp] Remove <T: Instance> from Uart and BufferedUart | ||||
| | * | And another fix, should be the last failing example | Marc | 2025-05-02 | 1 | -1/+1 |
| | | | |||||
| | * | Update examples and tests | Marc | 2025-05-02 | 2 | -2/+2 |
| | | | |||||
| * | | Changes after review | 1-rafael-1 | 2025-05-07 | 1 | -1/+1 |
| | | | |||||
| * | | first batch of changes after review | 1-rafael-1 | 2025-05-02 | 2 | -17/+14 |
| | | | |||||
| * | | add manual overclock example, finalize API, cleanup | 1-rafael-1 | 2025-05-01 | 2 | -18/+87 |
| | | | |||||
| * | | refactoring to have higher and lower level api | 1-rafael-1 | 2025-04-29 | 1 | -1/+12 |
| | | | |||||
| * | | first working draft | 1-rafael-1 | 2025-04-28 | 1 | -10/+16 |
| | | | |||||
| * | | Add overclock example for RP2040 with 200 MHz clock configuration | 1-rafael-1 | 2025-04-26 | 1 | -0/+60 |
| |/ | |||||
| * | Updated the pio onewire example | Marc | 2025-04-25 | 1 | -49/+53 |
| | | |||||
| * | rp: i2c-slave example: fix twice-swapped sda/scl | Matt Johnston | 2025-04-15 | 1 | -6/+6 |
| | | | | | | sda and scl were swapped twice. The code worked, but would be confusing trying to interface with pins externally. | ||||
| * | update WiFi credentials to placeholders | 1-rafael-1 | 2025-04-13 | 1 | -2/+2 |
| | | |||||
| * | remove incompatible device classes and protocol from RP webusb example | JuliDi | 2025-04-11 | 1 | -6/+0 |
| | | |||||
| * | BufferedUart initialization | Michael Gomez | 2025-04-04 | 1 | -1/+1 |
| | | | | | | | | This change modifies UART initialization throughout Embassy to take pins before interrupts. Related to #1304. | ||||
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 11 | -24/+38 |
| | | |||||
| * | Added access to the byte swap flag for RP2*** chips for the PIO state ↵ | eden barby | 2025-03-01 | 1 | -2/+2 |
| | | | | | machine DMA calls. | ||||
| * | rp/pio: update pio-rs crate, reexport it so users don't get version mismatches. | Dario Nieuwenhuis | 2025-02-18 | 2 | -4/+6 |
| | | |||||
| * | fix: update example | skkeye | 2025-02-13 | 1 | -1/+1 |
| | | |||||
| * | fix: nightly fmt | skkeye | 2025-02-13 | 2 | -14/+15 |
| | | |||||
| * | examples/rp: add examples using ICMP sockets and the ping utility | skkeye | 2025-02-13 | 2 | -0/+278 |
| | | |||||
| * | examples/rp: remove unneeded sio spinlock stuck bug workarounds. | Dario Nieuwenhuis | 2025-02-06 | 2 | -2/+0 |
| | | | | | This is now workarounded by embassy-rp itself. | ||||
| * | Merge pull request #3701 from 1-rafael-1/improve-orchestrate-example | Dario Nieuwenhuis | 2025-01-07 | 1 | -155/+156 |
| |\ | | | | | Improve orchestrate_tasks example: shared state and better documentation | ||||
| | * | fmt | 1-rafael-1 | 2024-12-31 | 1 | -1/+1 |
| | | | |||||
| | * | fmt | 1-rafael-1 | 2024-12-31 | 1 | -1/+2 |
| | | | |||||
| | * | Improve orchestrate_tasks example with shared state and better documentation | 1-rafael-1 | 2024-12-31 | 1 | -156/+156 |
| | | | | | | | | | | | | | Add mutex-protected shared system state Improve task coordination and signaling Add more documentation | ||||
| * | | Fix broken link to WIZnet W5500-EVB-Pico | lonesometraveler | 2025-01-02 | 4 | -4/+4 |
| |/ | |||||
| * | Added new param to examples and created a pico plus 2 w example | Bailey Townsend | 2024-12-28 | 5 | -10/+55 |
| | | |||||
| * | Remove manual settings of `composite_with_iads=true` | Eekle | 2024-12-24 | 7 | -48/+0 |
| | | |||||
| * | Remove bluetooth example and trouble dependencies | Dániel Buga | 2024-12-22 | 1 | -150/+0 |
| | | |||||
| * | Merge pull request #3024 from bsodmike/fix_rp_wifi_example | Dario Nieuwenhuis | 2024-12-02 | 1 | -5/+0 |
| |\ | | | | | | | Update RP Wifi Scan Example: Remove code that isn't used by the example (minor cleanup) | ||||
| | * | Remove code that isn't used by the example | Michael de Silva | 2024-12-03 | 1 | -5/+0 |
| | | | |||||
| * | | Merge pull request #3600 from embassy-rs/patch-1 | Dario Nieuwenhuis | 2024-12-02 | 1 | -2/+1 |
| |\ \ | |/ |/| | | | Add set_config method to RP SPI driver (rebased #3419) | ||||
| | * | examples/rp: update sdmmc. | Dario Nieuwenhuis | 2024-12-03 | 1 | -2/+1 |
| | | | |||||
| * | | formatting | rafael | 2024-12-02 | 1 | -1/+1 |
| | | | |||||
| * | | formatting | rafael | 2024-12-02 | 1 | -4/+4 |
| | | | |||||
| * | | correct rp pwm dutycycle examples: desired frequency | rafael | 2024-12-02 | 1 | -4/+8 |
| |/ | |||||
| * | fix fmt | Georges Palauqui | 2024-11-05 | 1 | -1/+1 |
| | | |||||
| * | add second example fo SPI display on RP | Georges Palauqui | 2024-11-05 | 1 | -0/+126 |
| | | |||||
| * | Merge pull request #3467 from Georges760/upd-ex-spi-display | Ulf Lilleengen | 2024-11-05 | 1 | -150/+15 |
| |\ | | | | | | | Update example spi_display for RP/RP23 to use mipidsi instead of ST7789 crate | ||||
| | * | update spi_display example for rp | Georges Palauqui | 2024-10-27 | 1 | -150/+15 |
| | | | |||||
| * | | Added ReceiverHandler to logger | Bjorn | 2024-10-31 | 1 | -0/+64 |
| |/ | |||||
