mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/samr21-xpro: add a note about EDBG UART limitation
This commit is contained in:
parent
711f4df101
commit
0262715c03
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user