micropython/ports/nrf/boards/pca10001
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
..
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: Make linker scripts more modular. 2018-07-18 17:12:26 +10:00
pins.csv nrf: Remove port member from Pin object 2018-07-18 17:12:26 +10:00