Timo Kröger
|
a24037edf9
|
rp: Fix BufferedUart drop code
Only unregister the interrupt handler when both parts are inactive
|
2023-01-04 15:59:03 +01:00 |
|
Timo Kröger
|
68c186309f
|
rp: Common init function for BufferedUart
BufferedUart, BufferedUartRx and BufferedUartTX can all use the same init code.
|
2023-01-04 15:58:26 +01:00 |
|
Timo Kröger
|
e4f457646f
|
rp: Fill and empty FIFOs in buffered uart interrupt
Fixes an issue where only the first byte was transmitted.
Should improve throughput aswell.
|
2022-12-27 11:28:52 +01:00 |
|
kalkyl
|
aa92ce6dc7
|
embassy-rp: Add split() to BufferedUart
|
2022-12-22 23:03:05 +01:00 |
|
Dario Nieuwenhuis
|
7b838d0336
|
rp/uart: use lockfree ringbuffer.
This gets rid of another PeripheralMutex usage.
|
2022-11-25 22:30:47 +01:00 |
|
Dario Nieuwenhuis
|
1e2fb0459d
|
Switch to async-fn-in-trait
|
2022-11-25 21:02:06 +01:00 |
|
Dario Nieuwenhuis
|
eeb072d9cb
|
Update Rust nightly.
|
2022-10-26 16:47:29 +02:00 |
|
Ulf Lilleengen
|
72c2e985bb
|
Update embedded-hal versions and explicitly pin
|
2022-09-29 11:27:46 +02:00 |
|
Mathias
|
820e6462b6
|
Add preliminary I2C implementation for RP2040
|
2022-09-27 22:08:49 +02:00 |
|
Mathias
|
e129a97d48
|
Fix bufferedUart read and write tests
|
2022-09-27 07:45:10 +02:00 |
|
Mathias
|
65907204d6
|
Rename from {Rx,Tx}BufferedUart to BufferedUart{Rx,Tx} to be compliant with stm32 and nrf implementations
|
2022-09-27 05:51:31 +02:00 |
|
Mathias
|
b743d9f48c
|
Add HIL test for bufferedUart
|
2022-09-26 05:32:45 +02:00 |
|
Mathias
|
1d3e41f970
|
Remove code-duplication in async bufferedUart implementations
|
2022-09-21 06:00:35 +02:00 |
|
Mathias
|
b2d0f8d590
|
Formatting
|
2022-09-09 10:49:47 +02:00 |
|
Mathias
|
31d85da78a
|
Add bufferedUart, including a split version for only Rx or Tx
|
2022-09-09 10:48:52 +02:00 |
|
Mathias
|
9611e7c9f2
|
Add BufferedUart implementation, and feature-guard time-driver initialization, to free up TIMER peripheral if not used with embassy executor
|
2022-09-09 10:48:30 +02:00 |
|