aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/src
Commit message (Expand)AuthorAgeFilesLines
...
* feat(rp): add `Wait` impl to `OutputOpenDrain`Brooks J Rady2023-04-091-0/+59
* Update embedded-hal crates.Dario Nieuwenhuis2023-04-062-78/+30
* Merge #1318bors[bot]2023-04-021-0/+16
|\
| * rp: Allow zero len writes for buffered uartTimo Kröger2023-04-021-0/+8
| * rp: Allow zero len reads for buffered uartTimo Kröger2023-04-011-0/+8
* | Fix set_baudrate on RP-PICOThierry Fleury2023-04-011-4/+4
|/
* Merge #1288bors[bot]2023-03-262-8/+38
|\
| * fix: spi transfer bug and additions to testLachezar Lechev2023-03-261-5/+5
| * fix: PR commentLachezar Lechev2023-03-241-6/+1
| * fix(rp): spi transferLachezar Lechev2023-03-202-6/+41
* | Fix return type for EH-nb traitsMathias2023-03-231-4/+4
* | Add embedded-io blocking Read + Write for BufferedUartMathias2023-03-231-10/+56
|/
* Add HIL test for into_buffered uart on embassy-rpMathias2023-03-141-2/+1
* Allow upgrading a blocking uart to a BufferedUart, and implement blocking ser...Mathias2023-03-142-50/+340
* Swap debug! for trace! in rp gpioCaleb Jamison2023-03-021-9/+9
* fix: rp - disable Pull-down/up resistors for ADC readLachezar Lechev2023-02-281-1/+10
* RP-PICO UART adding set_baudrate: missing to run rust-fmtAndres Hurtado Lopez2023-02-261-14/+10
* RP-PICO UART adding set_baudrate: Changing static call from specific type to ...Andres Hurtado Lopez2023-02-261-2/+2
* RP-PICO UART adding set_baudrate: refactoring of methodsAndres Hurtado Lopez2023-02-261-28/+23
* RP-PICO UART adding set_baudrateAndres Hurtado Lopez2023-02-261-14/+36
* Add `#[must_use]` to all futuresGrant Miller2023-02-243-0/+5
* Fix a typo in "PioPeripheral"sekoia2023-02-151-2/+2
* Add copy to Level enum in embassy-rp gpio moduleSlushee2023-02-131-1/+1
* Add clone to embassy_rp::gpio::LevelSlushee2023-02-131-1/+1
* usb: docsDario Nieuwenhuis2023-01-311-8/+8
* rp: allow isochronous USB endpoints to be up to 1023 in sizenitroxis2023-01-271-2/+4
* rp gpio: make pin_bank() inlineMatt Johnston2023-01-191-0/+1
* Merge #1142bors[bot]2023-01-141-188/+151
|\
| * rp: Fix formatting string to please CITimo Kröger2023-01-051-1/+1
| * rp: Improve BufferedUart interrupt handlingTimo Kröger2023-01-051-21/+58
| * rp: Disable RX interrupts when ring buffer is fullTimo Kröger2023-01-041-52/+35
| * rp: Fix BufferedUart drop codeTimo Kröger2023-01-041-25/+26
| * rp: Common init function for BufferedUartTimo Kröger2023-01-041-122/+64
* | Refactor embassy-usb address handling to allow reordering of status resoponsechemicstry2023-01-111-7/+8
* | rp2040: add {tx,rx}-only constructors to UARTPedro Ferreira2023-01-041-4/+28
|/
* rp: Fill and empty FIFOs in buffered uart interruptTimo Kröger2022-12-271-10/+28
* Merge #1128bors[bot]2022-12-251-0/+10
|\
| * Add missing SPI pinsPedro Ferreira2022-12-251-0/+10
* | Remove lifetime, use pac fieldskalkyl2022-12-241-7/+7
* | embassy-rp: Add Watchdogkalkyl2022-12-242-0/+114
* | Merge #1122bors[bot]2022-12-231-0/+7
|\ \ | |/ |/|
| * embassy-rp: Add split() to BufferedUartkalkyl2022-12-221-0/+7
* | Remove unnecessary use of atomic-polyfill.Dario Nieuwenhuis2022-12-232-5/+2
|/
* Update usage in docskalkyl2022-12-131-3/+1
* fmtkalkyl2022-12-131-1/+1
* Merge branch 'master' into multicoreHenrik Alsér2022-12-135-6/+1485
|\
| * Clear unused pulls in set_pull.Simon Berg2022-12-091-5/+7
| * Added RelocateProgram class for adjusting PIO-programs for different origins.Simon Berg2022-12-093-5/+93
| * PIO support for RPi PicoSimon Berg2022-12-094-1/+1390
* | Refactor after reviewkalkyl2022-12-132-136/+103