aboutsummaryrefslogtreecommitdiff
path: root/examples/rp
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge pull request #4397 from korbin/allocate-numbered-endpointsDario Nieuwenhuis2025-07-152-4/+4
| |\ | | | | | | | | | Make USB endpoint allocator methods accept an optional `EndpointAddress`
| | * make usb endpoint allocator methods accept an optional EndpointAddresskorbin2025-07-132-4/+4
| | |
| * | chore: bump cyw43-pio dependencyUlf Lilleengen2025-07-151-1/+1
| | |
| * | chore: bump cyw43 versionUlf Lilleengen2025-07-151-1/+1
| | |
| * | chore: prepare embassy-rp for releaseUlf Lilleengen2025-07-151-1/+1
| |/
| * Minimise profile tweaking in rp examples9names2025-06-271-8/+2
| |
| * embassy-sync: bump to 0.7.0Matt Johnston2025-05-221-1/+1
| |
| * Merge pull request #4193 from embediver/pio-i2s-bit-depth-configDario Nieuwenhuis2025-05-181-2/+0
| |\ | | | | | | embassy-rp: Make bit-depth of I2S PIO program configurable
| | * Fix exampleMarvin Gudel2025-05-131-2/+0
| | |
| * | Update defmt dependenciesYuri Astrakhan2025-05-181-3/+3
| | |
| * | Add rand-core v0.9 support.Dario Nieuwenhuis2025-05-1815-17/+3
| | | | | | | | | | | | Co-Authored-By: Aurélien Jacobs <[email protected]>
| * | add the possibility to document `bind_interrupts` `struct`sRalph Ursprung2025-05-151-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-overclockingDario Nieuwenhuis2025-05-132-9/+11
| |\ \ | | |/ | |/| | | | RP235x overclocking
| | * remove Debug2Fmt from examples1-rafael-12025-05-122-2/+2
| | |
| | * Add ClockError enum and update system_freq to return Result for error handling1-rafael-12025-05-121-1/+1
| | |
| | * rp235x overclocking1-rafael-12025-05-112-8/+10
| | |
* | | simplify alarm scheduling logic in RTC example1-rafael-12025-05-201-4/+1
| | |
* | | embassy-rp (rp2040): Rtc wait_for_alarm1-rafael-12025-05-162-1/+76
|/ /
* | Merge pull request #4155 from marcemmers/remove-instance-from-rp-uart-typeUlf Lilleengen2025-05-093-3/+3
|\ \ | |/ |/| [embassy-rp] Remove <T: Instance> from Uart and BufferedUart
| * And another fix, should be the last failing exampleMarc2025-05-021-1/+1
| |
| * Update examples and testsMarc2025-05-022-2/+2
| |
* | Changes after review1-rafael-12025-05-071-1/+1
| |
* | first batch of changes after review1-rafael-12025-05-022-17/+14
| |
* | add manual overclock example, finalize API, cleanup1-rafael-12025-05-012-18/+87
| |
* | refactoring to have higher and lower level api1-rafael-12025-04-291-1/+12
| |
* | first working draft1-rafael-12025-04-281-10/+16
| |
* | Add overclock example for RP2040 with 200 MHz clock configuration1-rafael-12025-04-261-0/+60
|/
* Updated the pio onewire exampleMarc2025-04-251-49/+53
|
* rp: i2c-slave example: fix twice-swapped sda/sclMatt Johnston2025-04-151-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 placeholders1-rafael-12025-04-131-2/+2
|
* remove incompatible device classes and protocol from RP webusb exampleJuliDi2025-04-111-6/+0
|
* BufferedUart initializationMichael Gomez2025-04-041-1/+1
| | | | | | | This change modifies UART initialization throughout Embassy to take pins before interrupts. Related to #1304.
* Statically allocate task pools on stable Rust.Dario Nieuwenhuis2025-03-281-1/+1
| | | | | | Thanks @0e4ef622 for the awesome idea of how to do it and the first implementation. Co-Authored-By: Matthew Tran <[email protected]>
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-2712-25/+39
|
* rp/pio: Update cyw43-pio to use new version of embassy-rp9names2025-03-091-1/+1
|
* rp: Update embassy-rp version in examples and tests9names2025-03-091-1/+1
|
* Added access to the byte swap flag for RP2*** chips for the PIO state ↵eden barby2025-03-011-2/+2
| | | | machine DMA calls.
* rp/pio: update pio-rs crate, reexport it so users don't get version mismatches.Dario Nieuwenhuis2025-02-183-6/+6
|
* chore: prepare embassy-net releaseUlf Lilleengen2025-02-141-1/+1
|
* fix: update exampleskkeye2025-02-131-1/+1
|
* fix: nightly fmtskkeye2025-02-132-14/+15
|
* examples/rp: add examples using ICMP sockets and the ping utilityskkeye2025-02-133-1/+279
|
* examples/rp: remove unneeded sio spinlock stuck bug workarounds.Dario Nieuwenhuis2025-02-062-2/+0
| | | | This is now workarounded by embassy-rp itself.
* chore: bump embassy-sync versionUlf Lilleengen2025-01-151-1/+1
| | | | Prepare version 0.6.2 for release
* RP235x: support new FIFO options, set IE, OD on PIO pins.Pedro Ferreira2025-01-151-2/+2
|
* Release embassy-usb v0.4.0, embassy-usb-logger v0.4.0.Dario Nieuwenhuis2025-01-151-2/+2
|
* Merge pull request #3701 from 1-rafael-1/improve-orchestrate-exampleDario Nieuwenhuis2025-01-071-155/+156
|\ | | | | Improve orchestrate_tasks example: shared state and better documentation
| * fmt1-rafael-12024-12-311-1/+1
| |
| * fmt1-rafael-12024-12-311-1/+2
| |
| * Improve orchestrate_tasks example with shared state and better documentation1-rafael-12024-12-311-156/+156
| | | | | | | | | | | | Add mutex-protected shared system state Improve task coordination and signaling Add more documentation