Skip to content

Commit

Permalink
urandom is supported on nRF boards
Browse files Browse the repository at this point in the history
  • Loading branch information
applecuckoo authored Apr 10, 2023
1 parent 2b3d2c7 commit add8f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared-bindings/os/__init__.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
//| 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.
//| """
//| ...
//|
Expand Down

0 comments on commit add8f06

Please sign in to comment.