Skip to content

Commit

Permalink
Merge pull request #17928 from kfessel/p-fix-pbkdf2
Browse files Browse the repository at this point in the history
test/pbkdf2: enlarge stdio rx buffer
  • Loading branch information
maribu committed Apr 13, 2022
2 parents 32ac29b + 2bf48df commit a091fa8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/pbkdf2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ USEMODULE += base64
# Use a terminal that does not introduce extra characters into the stream.
RIOT_TERMINAL ?= socat

#ensure the rx buffer has some room even with large test patterns
CFLAGS += -DSTDIO_UART_RX_BUFSIZE=128

include $(RIOTBASE)/Makefile.include

# Increase Stack size for AVR
Expand Down

0 comments on commit a091fa8

Please sign in to comment.