Skip to content

Fix the random number issue for non-AVR targets

Compare
Choose a tag to compare
@Pharap Pharap released this 25 Mar 04:17
· 15 commits to master since this release
00ce47f

Most of the changes in this release are non-eventful behind the scenes stuff.

The biggest change is that now random number support is disabled for all non-AVR targets instead of being conditionally disabled for particular targets.
I.e. it is now assumed that a non-AVR target does not support random() and thus random number facilities are not provided.


Random numbers may be provided for non-AVR targets in a future version, but for now they are off the table until more pressing issues have been handled. (That is, unless a particular need for them arises.)