From 856a46b30aa03bca54f0e9402d1a30dccfe5aa8a Mon Sep 17 00:00:00 2001 From: Bryan Hunt Date: Fri, 7 Jul 2023 08:54:29 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40f9689b..905188a5 100644 --- a/README.md +++ b/README.md @@ -109,8 +109,8 @@ Host Device Support CryptoAuthLib will run on a variety of platforms from small micro-controllers to desktop host systems. See [hal readme](lib/hal/README.md) -If you have specific microcontrollers or platforms you need support -for, please contact us through the Microchip portal with your request. +Porting requires a time delay function of millisecond resolution (hal_delay_ms) which +can be implemented via loop, timer, or rtos sleep/wait and a communication interface. CryptoAuthLib Architecture ----------------------------