We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9dad31a + 856a46b commit ec6e64fCopy full SHA for ec6e64f
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