Skip to content

Commit 9ff384a

Browse files
authored
Merge pull request #7852 from applecuckoo/patch-1
doc: urandom is supported on nRF boards
2 parents 2b3d2c7 + ef78dee commit 9ff384a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ accordingly.
123123

124124
## Attribution
125125

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

shared-bindings/os/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ MP_DEFINE_CONST_FUN_OBJ_0(os_sync_obj, os_sync);
241241
//| """Returns a string of *size* random bytes based on a hardware True Random
242242
//| Number Generator. When not available, it will raise a NotImplementedError.
243243
//|
244-
//| **Limitations:** Not yet available on nRF. Not available on SAMD21 due to lack of hardware.
244+
//| **Limitations:** Not available on SAMD21 due to lack of hardware.
245245
//| """
246246
//| ...
247247
//|

0 commit comments

Comments
 (0)