summaryrefslogtreecommitdiff
path: root/ports/nrf/common-hal/os
AgeCommit message (Collapse)Author
2020-01-08os.urandom: remove unneeded sleepJeff Epler
2020-01-08nrf: Call into sd as many times as necessary to fill urandom requestJeff Epler
Generating 51200 bytes in one go takes 4.966s, so that's a rate of about 10KiB/s.
2019-12-17upgrade nrfx API to v2hathach
2018-06-27nrf: Rewrite the os common-hal using nrfxarturo182
2018-02-07nrf: Make sure to not use SD functions when SD not availablearturo182
2017-12-21nRF52 update with internal file system supportmicrobuilder