Merge pull request #7852 from applecuckoo/patch-1

doc: urandom is supported on nRF boards
This commit is contained in:
MicroDev 2023-04-10 11:12:15 +05:30 committed by GitHub
commit 9ff384aa49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ accordingly.
## Attribution ## Attribution
This Code of Conduct is adapted from the [Contributor Covenant][homepage], This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org),
version 1.4, available at version 1.4, available at
<https://www.contributor-covenant.org/version/1/4/code-of-conduct.html>, <https://www.contributor-covenant.org/version/1/4/code-of-conduct.html>,
and the [Rust Code of Conduct](https://www.rust-lang.org/en-US/conduct.html). and the [Rust Code of Conduct](https://www.rust-lang.org/en-US/conduct.html).

View File

@ -241,7 +241,7 @@ MP_DEFINE_CONST_FUN_OBJ_0(os_sync_obj, os_sync);
//| """Returns a string of *size* random bytes based on a hardware True Random //| """Returns a string of *size* random bytes based on a hardware True Random
//| Number Generator. When not available, it will raise a NotImplementedError. //| Number Generator. When not available, it will raise a NotImplementedError.
//| //|
//| **Limitations:** Not yet available on nRF. Not available on SAMD21 due to lack of hardware. //| **Limitations:** Not available on SAMD21 due to lack of hardware.
//| """ //| """
//| ... //| ...
//| //|