1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #18567 from benpicco/boards/samr21-xpro-edbg_uart

boards/samr21-xpro: add a note about EDBG UART limitation
This commit is contained in:
Marian Buschsieweke 2022-10-13 11:32:38 +02:00 committed by GitHub
commit 1bb6dab586
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,6 +182,12 @@ toolchain.
## Known Issues / Problems
### 64 character input limit on EDBG UART
When using STDIO directly through the debugger UART, no more than 64 bytes can
be read at once. This does limit the length of shell command lines to 63 bytes
(since a newline is needed) when using a terminal that only transmits whole lines.
(e.g. pyterm).
### I2C
When connecting an I2C device and a logic analyzer to an I2C port at the same
time, the internal pull-up resistors are not sufficient for stable bus