aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/src/uart
Commit message (Expand)AuthorAgeFilesLines
* Implement `embedded_io::Write` for `Uart<'d, T: Instance, Blocking>` (#3483)flippette2024-10-311-0/+14
* rp: add constructor for tx-only blocking UARTSebastian Quilitz2024-09-161-0/+11
* Fix CI, rename private feature, address comments from dirbaio.Caleb Jamison2024-08-121-18/+18
* Handle pad isolation everywhere and in the same way.Caleb Jamison2024-08-101-4/+20
* Initial rp235x supportCaleb Jamison2024-08-081-6/+116
* Add read_to_break_with_countJomer.Dev2024-07-191-100/+155
* Correctly handle modifying LCR register after uart enableMathias2024-07-171-22/+51
* Add split_ref fn to uart, allowing a mutable reference split into RX & TX han...Mathias2024-07-172-3/+41
* rustfmtrafael2024-07-101-2/+2
* implement read_ready method in BufferedUartrafael2024-07-101-0/+18
* fix(embassy-rp): fix drop implementation of BufferedUartRx and BufferedUartTxtact1m4n32024-05-172-72/+82
* rp: remove mod sealed.Dario Nieuwenhuis2024-04-051-31/+24
* Merge branch 'embassy-rs:main' into barafael/minor_clippy_lints_rpRafael Bachmann2024-03-251-8/+2
|\
| * Fix warnings in recent nightly.Dario Nieuwenhuis2024-03-201-8/+2
* | fix minor clippy lints in embassy_rpRafael Bachmann2024-03-182-3/+3
|/
* Use saturating_sub to make sure we don't overflowJomer.Dev2024-01-291-2/+2
* A rebase ate my doc comment!James Munns2024-01-191-0/+4
* Fun Learning about the RP2040 UART impl!James Munns2024-01-191-40/+41
* Debugging RSRJames Munns2024-01-191-48/+80
* A little more cleanupJames Munns2024-01-191-1/+4
* Update with more docs and less panicsJames Munns2024-01-191-23/+95
* Add a basic "read to break" functionJames Munns2024-01-191-0/+88
* docs: document all embassy-rp public apisUlf Lilleengen2023-12-192-1/+3
* docs: document spi, rtc and rest of uart for embassy-rpUlf Lilleengen2023-12-191-2/+46
* docs: embassy-rp rustdoc and refactoringUlf Lilleengen2023-12-192-0/+24
* Fix nb on rp uartJames Munns2023-12-181-3/+5
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-292-217/+192
* time: Update examples, tests, and other code to use new Timer::after_x conven...Adam Greig2023-10-152-4/+4
* Remove a few ultra-verbose logs.Dario Nieuwenhuis2023-10-031-2/+0
* Update embedded-hal to 1.0.0-rc.1 (#1783)Dario Nieuwenhuis2023-08-162-52/+12
* Update to embedded-io 0.5 (#1752)Dario Nieuwenhuis2023-08-071-13/+13
* rp: rename gpio::Pin::io to gpio::Pin::gpiopennae2023-07-311-4/+4
* Rename embassy-hal-common to embassy-hal-internal, document it's for internal...Dario Nieuwenhuis2023-07-282-2/+2
* rp: update rp-pac.Dario Nieuwenhuis2023-06-162-309/+267
* Make interrupt module more standard.Dario Nieuwenhuis2023-06-082-8/+8
* cortex-m: remove owned interrupts.Dario Nieuwenhuis2023-06-012-15/+13
* Fix return definitionAlpha3__02023-05-251-2/+2
* Implement eh 0.2.* serial::Write for Uart/UartTxAlpha3__02023-05-251-0/+38
* rp: remove take!, add bind_interrupts!pennae2023-05-152-141/+169
* Fix some typosDirk Stolle2023-05-082-3/+3
* rp: remove leftovers from #1414pennae2023-05-021-5/+3
* rp/uart: report errors from dma receivepennae2023-05-012-14/+139
* rp/uart: extract fifo draining from blocking_readpennae2023-05-011-23/+27
* rp/uart: make dma multicore-safepennae2023-05-011-2/+2
* rp/uart: report errors from buffered uartpennae2023-05-011-14/+72
* rp/uart: extract common code from async and blocking buffered readspennae2023-05-011-47/+39
* rp/uart: rename state to buffered_statepennae2023-05-012-14/+14
* rp/uart: add set-break functionspennae2023-05-012-1/+95
* rp/uart: add UartRx::new_blockingpennae2023-05-011-0/+10
* Merge #1378bors[bot]2023-04-181-6/+47
|\