| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 31 | -69/+67 |
| | | |||||
| * | chore: prepare cyw43-pio release | Ulf Lilleengen | 2025-08-28 | 1 | -1/+1 |
| | | |||||
| * | fix: version bumps | Ulf Lilleengen | 2025-08-28 | 1 | -1/+1 |
| | | |||||
| * | fix: update more minor versions | Ulf Lilleengen | 2025-08-27 | 1 | -1/+1 |
| | | |||||
| * | fix: remaining versions | Ulf Lilleengen | 2025-08-26 | 1 | -1/+1 |
| | | |||||
| * | chore: prepare embassy crate releases | Ulf Lilleengen | 2025-08-26 | 1 | -10/+10 |
| | | |||||
| * | Load all crates in the graph, honor the "publish" flag to prevent publishing ↵ | Dario Nieuwenhuis | 2025-08-25 | 1 | -0/+6 |
| | | | | | examples/tests. | ||||
| * | rp: fix blocking I2C example regarding pull-up resistors | Rob Wells | 2025-08-19 | 1 | -4/+2 |
| | | | | | | | | | | | | | | This amends the blocking I2C example for embassy-rp. Commit bbc3e49 added a pull-up configuration and a comment that pull-ups were not enabled by default. This was made out-of-date by badcdcc, which ensured pull-ups were enabled by default to make the larger I2C configuration change non-breaking. This commit removes the (now-unnecessary) pull-up configuration, and adds a comment to clarify that the default I2C configuration enables pull-ups. | ||||
| * | Add configurable internal pullups for rp i2c | erwin | 2025-08-18 | 1 | -1/+5 |
| | | | | | | - Example updated to demonstrate enabling internal pullups - Add `sda_pullup` and `scl_pullup` fields to I2C Config | ||||
| * | fix: prepare embassy-sync 0.7.1 release | Ulf Lilleengen | 2025-08-12 | 1 | -1/+1 |
| | | | | | * Add newtype for moved type to preserve API compat | ||||
| * | chore: bump versions | Ulf Lilleengen | 2025-08-04 | 1 | -1/+1 |
| | | |||||
| * | chore: bump nrf and rp hal versions | Ulf Lilleengen | 2025-08-04 | 1 | -1/+1 |
| | | |||||
| * | Release embassy-embedded-hal v0.4 | Dario Nieuwenhuis | 2025-08-03 | 1 | -1/+1 |
| | | |||||
| * | chore: prepare embassy-executor 0.8 release | Ulf Lilleengen | 2025-07-31 | 1 | -1/+1 |
| | | |||||
| * | examples: fix RP2040 link establishing logic | Oscar Aurin | 2025-07-27 | 2 | -39/+21 |
| | | |||||
| * | chore: bump embassy-usb-logger version | Haobo Gu | 2025-07-22 | 1 | -1/+1 |
| | | | | | Signed-off-by: Haobo Gu <[email protected]> | ||||
| * | chore: Release cyw43-pio version 0.5.1 | Ulf Lilleengen | 2025-07-16 | 1 | -1/+1 |
| | | |||||
| * | chore: release embassy-nrf 0.5.0 and embassy-rp 0.6.0 | Ulf Lilleengen | 2025-07-16 | 1 | -1/+1 |
| | | |||||
| * | chore: Release embassy-usb version 0.5.0 | Ulf Lilleengen | 2025-07-16 | 1 | -1/+1 |
| | | |||||
| * | chore: Release embassy-embedded-hal version 0.3.1 | Ulf Lilleengen | 2025-07-16 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #4397 from korbin/allocate-numbered-endpoints | Dario Nieuwenhuis | 2025-07-15 | 2 | -4/+4 |
| |\ | | | | | | | Make USB endpoint allocator methods accept an optional `EndpointAddress` | ||||
| | * | make usb endpoint allocator methods accept an optional EndpointAddress | korbin | 2025-07-13 | 2 | -4/+4 |
| | | | |||||
| * | | chore: bump cyw43-pio dependency | Ulf Lilleengen | 2025-07-15 | 1 | -1/+1 |
| | | | |||||
| * | | chore: bump cyw43 version | Ulf Lilleengen | 2025-07-15 | 1 | -1/+1 |
| | | | |||||
| * | | chore: prepare embassy-rp for release | Ulf Lilleengen | 2025-07-15 | 1 | -1/+1 |
| |/ | |||||
| * | Minimise profile tweaking in rp examples | 9names | 2025-06-27 | 1 | -8/+2 |
| | | |||||
| * | embassy-sync: bump to 0.7.0 | Matt Johnston | 2025-05-22 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | | |||||
| * | | Update defmt dependencies | Yuri Astrakhan | 2025-05-18 | 1 | -3/+3 |
| | | | |||||
| * | | Add rand-core v0.9 support. | Dario Nieuwenhuis | 2025-05-18 | 15 | -17/+3 |
| | | | | | | | | | 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. | ||||
