We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86b3046 commit 856a46bCopy full SHA for 856a46b
1 file changed
README.md
@@ -109,8 +109,8 @@ Host Device Support
109
CryptoAuthLib will run on a variety of platforms from small micro-controllers
110
to desktop host systems. See [hal readme](lib/hal/README.md)
111
112
-If you have specific microcontrollers or platforms you need support
113
-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.
114
115
CryptoAuthLib Architecture
116
----------------------------
0 commit comments