micropython/ports/nrf/boards/pca10059
Damien George ac8383a95d nrf: Use MICROPY_HW_ENABLE_RNG instead of MICROPY_PY_RANDOM_HW_RNG.
The "random" module no longer uses the hardware RNG (the extmod version of
this module has a pseudo-random number generator), so the config option
MICROPY_PY_RANDOM_HW_RNG is no longer meaningful.  This commit replaces it
with MICROPY_HW_ENABLE_RNG, which controls whether the hardware RNG is
included in the build.
2020-02-18 12:43:16 +11:00
..
modules nrf/boards: Add support for pca10059. 2019-10-10 20:21:07 +02:00
mpconfigboard.h nrf: Use MICROPY_HW_ENABLE_RNG instead of MICROPY_PY_RANDOM_HW_RNG. 2020-02-18 12:43:16 +11:00
mpconfigboard.mk nrf/boards: Add support for pca10059. 2019-10-10 20:21:07 +02:00
pins.csv nrf/boards: Add support for pca10059. 2019-10-10 20:21:07 +02:00