1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 06:12:43 +01:00

pkg/cryptoauthlib: add no poll mode to doc

This commit is contained in:
Lena Boeckmann 2020-02-03 15:49:30 +01:00 committed by Einhornhool
parent 81d348cafd
commit eec8580dc3

View File

@ -23,6 +23,13 @@
* USEPKG += cryptoauthlib
* to your Makefile.
*
* ### No poll mode
*
* After sending a command to the device, responses are usually polled to enable
* quicker response times.
* Alternatively ATCA_NO_POLL can be enabled through CFLAGS to simply
* wait for the max execution time of a command before reading the response.
*
*
* ## Implementation status
*