embassy-rp: Add split() to BufferedUart

This commit is contained in:
kalkyl
2022-12-22 23:03:05 +01:00
parent 1bd6c954c2
commit aa92ce6dc7
3 changed files with 65 additions and 1 deletions

View File

@ -5,4 +5,4 @@ runner = "probe-run --chip RP2040"
target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+
[env]
DEFMT_LOG = "trace"
DEFMT_LOG = "info"