You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -20,16 +20,15 @@ The application:
20
20
21
21
## Requirements for non-K64F boards
22
22
23
-
This example application is primarily designed for an FRDM-K64F board but you can also use other mbed OS supported boards to run this example application, with some minor modifications for setup.
23
+
* This example requires TLS functionality to be enabled on mbed TLS.
24
+
On devices where hardware entropy is not present, TLS is disabled by default.
25
+
This would result in compile time failures or linking failures.
24
26
25
-
* To register your application successfully with non-K64F boards, you need to edit the `mbed_app.json` file to add the `NULL_ENTROPY` feature for mbedTLS:
0 commit comments